|
1 | 1 | # Change Log |
2 | 2 |
|
3 | | -# Unreleased |
4 | | -- Showing Open Disassembly View option in source view's context menu [#95](https://github.com/Open-CMSIS-Pack/vscode-cmsis-debugger/issues/95) |
| 3 | +# 2.1.0 |
| 4 | + |
| 5 | +- Adds [PR #168](https://github.com/eclipse-cdt-cloud/cdt-gdb-vscode/pull/168): Supported languages for `gdb` and `gdbtarget` debug adapter types to show `Open Disassembly View` context menu entry in source code editors. |
| 6 | +- Implements [#157](https://github.com/eclipse-cdt-cloud/cdt-gdb-vscode/issues/157): Update NPM dependencies, Node and Python requirements, and Typescript version. |
| 7 | +- Update to cdt-gdb-adapter v1.1.0 |
| 8 | + - [Fixes and robustness around remote target GDB connect, disconnect, and unexpected connection loss/termination of gdb and gdbserver.](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/issues/361) |
| 9 | + - [Error handling for missing remote configuration like port.](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/pull/384) |
| 10 | + - [Update NPM dependencies, Node and Python requirements, and Typescript version.](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/issues/381) |
5 | 11 |
|
6 | 12 | ## 2.0.6 |
7 | | -- Fixes [#161](https://github.com/eclipse-cdt-cloud/cdt-gdb-vscode/issues/161): Changed "Custom Reset" button tooltip to "Reset Target" |
| 13 | + |
| 14 | +- Fixes [#161](https://github.com/eclipse-cdt-cloud/cdt-gdb-vscode/issues/161): Changed "Custom Reset" button tooltip to "Reset Target" |
8 | 15 | - Update to cdt-gdb-adapter v1.0.11 |
9 | | - - [Adds instruction breakpoint support to enable breakpoints in Disassembly View](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/issues/373) |
| 16 | + - [Adds instruction breakpoint support to enable breakpoints in Disassembly View](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/issues/373) |
10 | 17 |
|
11 | 18 | ## 2.0.5 |
| 19 | + |
12 | 20 | - Update to cdt-gdb-adapter v1.0.10 |
13 | | - - [Support GDB/MI breakpoint notifications](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/issues/360) |
| 21 | + - [Support GDB/MI breakpoint notifications](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/issues/360) |
14 | 22 |
|
15 | 23 | ## 2.0.4 |
| 24 | + |
16 | 25 | - Update to cdt-gdb-adapter v1.0.8 |
17 | | - - [Optional device reset during debug session](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/issues/359) |
18 | | - - [Suppressing unneeded error message when hovering](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/pull/366) |
| 26 | + - [Optional device reset during debug session](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/issues/359) |
| 27 | + - [Suppressing unneeded error message when hovering](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/pull/366) |
19 | 28 |
|
20 | 29 | ## 2.0.3 |
| 30 | + |
21 | 31 | - Fixes [#144](https://github.com/eclipse-cdt-cloud/cdt-gdb-vscode/issues/144): Error with the openGdbConsole option |
22 | 32 |
|
23 | 33 | ## 2.0.2 |
| 34 | + |
24 | 35 | - Update to cdt-gdb-adapter v1.0.6 |
25 | | - - [Hardware/Software Breakpoint Modes](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/pull/350) |
26 | | - - [Fixes step out to always step out of top frame](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/issues/353) |
| 36 | + - [Hardware/Software Breakpoint Modes](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/pull/350) |
| 37 | + - [Fixes step out to always step out of top frame](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/issues/353) |
27 | 38 |
|
28 | 39 | ## 2.0.1 |
| 40 | + |
29 | 41 | - Update to cdt-gdb-adapter v1.0.4 |
30 | | - - [Add supportsEvaluateForHovers](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/pull/347) |
31 | | - - [Disassembly address handling improvement](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/pull/348) |
| 42 | + - [Add supportsEvaluateForHovers](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/pull/347) |
| 43 | + - [Disassembly address handling improvement](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/pull/348) |
32 | 44 |
|
33 | 45 | ## 2.0.0 |
| 46 | + |
34 | 47 | - First release to the [Visual Studio Code Marketplace](https://marketplace.visualstudio.com/items?itemName=eclipse-cdt.cdt-gdb-vscode) in addition to existing releases to the [Open VSX Registry](https://open-vsx.org/extension/eclipse-cdt/cdt-gdb-vscode). |
35 | 48 | - Updated extension logo. |
36 | 49 | - Updated user and repository documentation. |
0 commit comments