NEWS.md
author Jan Vrany <jan.vrany@labware.com>
Tue, 26 Jul 2022 15:01:33 +0100
changeset 265 f2470f0dd9cd
parent 151 bc7626f46210
permissions -rw-r--r--
Do not show address for (pseudo) instructions with no code While such instructions do not appear in GDB-produced disassembly, they may appear in some manually-generated instruction lists. One example of such (pseudo) instruction is label.

### 2019-02-14:

  * Performance improvements to make VDB "snappier" especially when
    debugging complex C++ codebases on slow(ish) systems such as
    on *HiFive Unleashed* board.

### 2019-01-25:

  * Major improvements in GDB console widget for setups where PTY
    cannot be used (such as on Windows or when using GDB over SSH)
    Most importantly, new console supports command completion
    (when GDB supports MI command `-complete`)

### 2019-01-21:

  * Support for arbitrary command to invoke GDB. This way one can use
    VDB on a local workstation while the GDB itself runs on a remote
    computer (server or development board, for example)

  * Support for command completion on Windows.

### 2018-10-05:

  * Add support multiple debugger layouts. Currently supported layouts
    are "Single", "Eclipse" and "IDAPro".