|
1 | 1 | # Change Log |
2 | 2 |
|
3 | | -## Unreleased |
| 3 | +## 2.5.0 |
4 | 4 |
|
5 | | -- Fixes [`#191`](https://github.com/eclipse-cdt-cloud/cdt-gdb-vscode/pull/191): Cannot set breakpoints in assembler files. |
| 5 | +- Fixes [`#191`](https://github.com/eclipse-cdt-cloud/cdt-gdb-vscode/pull/191): Cannot set breakpoints in assembler files (.s, .S, .asm). |
| 6 | +- Update to cdt-gdb-adapter [v1.5.0](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/releases/tag/v1.5.0) |
| 7 | + - Fixes [cdt-gdb-adapter `#463`](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/issues/463): Cannot use custom reset while CPU is running. |
| 8 | + - Fixes [cdt-gdb-adapter `#465`](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/issues/465): UTF-8 'Failed to decode cstring' errors for GDB with CP1252 support only. |
| 9 | + - Fixes [cdt-gdb-adapter `#467`](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/pull/467): Skip pausing target at startup if request has no breakpoints |
6 | 10 |
|
7 | 11 | ## 2.4.1 |
8 | 12 |
|
9 | 13 | - Fixes [`#184`](https://github.com/eclipse-cdt-cloud/cdt-gdb-vscode/issues/184): Add `auxiliaryGdb` setting to `attach` type for `gdbtarget`. |
10 | | -- Update to cdt-gdb-adapter v1.4.1 |
| 14 | +- Update to cdt-gdb-adapter [v1.4.1](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/releases/tag/v1.4.1) |
11 | 15 | - Fixes [cdt-gdb-adapter `#400`](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/issues/400): Evaluation of variables to support RTOS Views extension. |
12 | 16 |
|
13 | 17 | ## 2.4.0 |
14 | 18 |
|
15 | 19 | - Implements [cdt-gdb-adapter `#442`](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/issues/442): Support auxiliary GDB connections to allow selected operations while CPU running. |
16 | | -- Update to cdt-gdb-adapter v1.4.0 |
| 20 | +- Update to cdt-gdb-adapter [v1.4.0](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/releases/tag/v1.4.0) |
17 | 21 | - Implements [cdt-gdb-adapter `#442`](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/issues/442): Support auxiliary GDB connections to allow selected operations while CPU running. |
18 | 22 | - Completes [cdt-gdb-adapter `#422`](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/issues/422): Support data breakpoints for complex data types. |
19 | 23 | - Fixes [cdt-gdb-adapter `#439`](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/pull/439): Missing thread names when attaching to targets that don’t stop on attach. |
|
22 | 26 | ## 2.3.0 |
23 | 27 |
|
24 | 28 | - Documentation update: Clarify behavior of `initCommands` setting for `gdbtarget` type. |
25 | | -- Update to cdt-gdb-adapter v1.3.0 |
| 29 | +- Update to cdt-gdb-adapter [v1.3.0](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/releases/tag/v1.3.0) |
26 | 30 | - Implements [cdt-gdb-adapter `#422`](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/issues/422): Initial support for data breakpoints. |
27 | 31 | **Note**: Initially supports global symbols with simple datatypes. |
28 | 32 | - Fixes [cdt-gdb-adapter `#402`](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/issues/402): Better handle setting too many breakpoints. |
|
39 | 43 | - Fixes [`#173`](https://github.com/eclipse-cdt-cloud/cdt-gdb-vscode/issues/173): Add `target`>`watchServerProcess` setting to ignore early exit of `server` executable, e.g. if a launcher for actual gdbserver. |
40 | 44 | - Fixes [cdt-gdb-adapter `#367`](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/issues/367): Allow empty `program` setting for remote `launch`/`attach` and for local `attach` configurations. |
41 | 45 | - Fixes [cdt-gdb-adapter `#398`](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/issues/398): Add `target`>`serverDisconnectTimeout` setting to configure timeout for graceful gdbserver disconnect. |
42 | | -- Update to cdt-gdb-adapter v1.2.0 |
| 46 | +- Update to cdt-gdb-adapter [v1.2.0](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/releases/tag/v1.2.0) |
43 | 47 | - Fixes [`#173`](https://github.com/eclipse-cdt-cloud/cdt-gdb-vscode/issues/173): Add `target`>`watchServerProcess` setting to ignore early exit of `server` executable, e.g. if a launcher for actual gdbserver. |
44 | 48 | - Fixes [cdt-gdb-adapter `#330`](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/issues/330) / [`#151`](https://github.com/eclipse-cdt-cloud/cdt-gdb-vscode/issues/151): Cannot remove breakpoint when debugging (Windows, Theia). |
45 | 49 | - Fixes [cdt-gdb-adapter `#362`](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/issues/362): Cannot execute CLI commands like `> interrupt` from Debug Console while CPU is running. |
|
53 | 57 |
|
54 | 58 | - 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. |
55 | 59 | - Implements [`#157`](https://github.com/eclipse-cdt-cloud/cdt-gdb-vscode/issues/157): Update NPM dependencies, Node and Python requirements, and Typescript version. |
56 | | -- Update to cdt-gdb-adapter v1.1.0 |
| 60 | +- Update to cdt-gdb-adapter [v1.1.0](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/releases/tag/v1.1.0) |
57 | 61 | - [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) |
58 | 62 | - [Error handling for missing remote configuration like port.](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/pull/384) |
59 | 63 | - [Update NPM dependencies, Node and Python requirements, and Typescript version.](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/issues/381) |
60 | 64 |
|
61 | 65 | ## 2.0.6 |
62 | 66 |
|
63 | 67 | - Fixes [`#161`](https://github.com/eclipse-cdt-cloud/cdt-gdb-vscode/issues/161): Changed "Custom Reset" button tooltip to "Reset Target" |
64 | | -- Update to cdt-gdb-adapter v1.0.11 |
| 68 | +- Update to cdt-gdb-adapter [v1.0.11](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/releases/tag/v1.0.11) |
65 | 69 | - [Adds instruction breakpoint support to enable breakpoints in Disassembly View](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/issues/373) |
66 | 70 |
|
67 | 71 | ## 2.0.5 |
68 | 72 |
|
69 | | -- Update to cdt-gdb-adapter v1.0.10 |
| 73 | +- Update to cdt-gdb-adapter [v1.0.10](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/releases/tag/v1.0.10) |
70 | 74 | - [Support GDB/MI breakpoint notifications](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/issues/360) |
71 | 75 |
|
72 | 76 | ## 2.0.4 |
73 | 77 |
|
74 | | -- Update to cdt-gdb-adapter v1.0.8 |
| 78 | +- Update to cdt-gdb-adapter [v1.0.8](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/releases/tag/v1.0.8) |
75 | 79 | - [Optional device reset during debug session](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/issues/359) |
76 | 80 | - [Suppressing unneeded error message when hovering](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/pull/366) |
77 | 81 |
|
|
81 | 85 |
|
82 | 86 | ## 2.0.2 |
83 | 87 |
|
84 | | -- Update to cdt-gdb-adapter v1.0.6 |
| 88 | +- Update to cdt-gdb-adapter [v1.0.6](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/releases/tag/v1.0.6) |
85 | 89 | - [Hardware/Software Breakpoint Modes](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/pull/350) |
86 | 90 | - [Fixes step out to always step out of top frame](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/issues/353) |
87 | 91 |
|
88 | 92 | ## 2.0.1 |
89 | 93 |
|
90 | | -- Update to cdt-gdb-adapter v1.0.4 |
| 94 | +- Update to cdt-gdb-adapter [v1.0.4](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/releases/tag/v1.0.4) |
91 | 95 | - [Add supportsEvaluateForHovers](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/pull/347) |
92 | 96 | - [Disassembly address handling improvement](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/pull/348) |
93 | 97 |
|
|
0 commit comments