Skip to content

Commit 489355c

Browse files
authored
v2.5.0 Release Preparations (#193)
* v2.5.0 and CHANGELOG * Bump cdt-gdb-adapter to 1.5.0 * Update transient dependencies to fix dependabot security alerts (js-yaml 4.1.1, 3.14.2) * Update @vscode/vsce to v3.7.0 * Add links to cdt-gdb-adapter GH releases to CHANGELOG --------- Signed-off-by: Jens Reinecke <[email protected]>
1 parent 092b92e commit 489355c

File tree

3 files changed

+147
-142
lines changed

3 files changed

+147
-142
lines changed

CHANGELOG.md

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,23 @@
11
# Change Log
22

3-
## Unreleased
3+
## 2.5.0
44

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
610

711
## 2.4.1
812

913
- 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)
1115
- Fixes [cdt-gdb-adapter `#400`](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/issues/400): Evaluation of variables to support RTOS Views extension.
1216

1317
## 2.4.0
1418

1519
- 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)
1721
- 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.
1822
- Completes [cdt-gdb-adapter `#422`](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/issues/422): Support data breakpoints for complex data types.
1923
- 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,7 +26,7 @@
2226
## 2.3.0
2327

2428
- 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)
2630
- Implements [cdt-gdb-adapter `#422`](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/issues/422): Initial support for data breakpoints.
2731
**Note**: Initially supports global symbols with simple datatypes.
2832
- Fixes [cdt-gdb-adapter `#402`](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/issues/402): Better handle setting too many breakpoints.
@@ -39,7 +43,7 @@
3943
- 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.
4044
- 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.
4145
- 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)
4347
- 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.
4448
- 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).
4549
- 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,25 +57,25 @@
5357

5458
- 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.
5559
- 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)
5761
- [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)
5862
- [Error handling for missing remote configuration like port.](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/pull/384)
5963
- [Update NPM dependencies, Node and Python requirements, and Typescript version.](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/issues/381)
6064

6165
## 2.0.6
6266

6367
- 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)
6569
- [Adds instruction breakpoint support to enable breakpoints in Disassembly View](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/issues/373)
6670

6771
## 2.0.5
6872

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)
7074
- [Support GDB/MI breakpoint notifications](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/issues/360)
7175

7276
## 2.0.4
7377

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)
7579
- [Optional device reset during debug session](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/issues/359)
7680
- [Suppressing unneeded error message when hovering](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/pull/366)
7781

@@ -81,13 +85,13 @@
8185

8286
## 2.0.2
8387

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)
8589
- [Hardware/Software Breakpoint Modes](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/pull/350)
8690
- [Fixes step out to always step out of top frame](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/issues/353)
8791

8892
## 2.0.1
8993

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)
9195
- [Add supportsEvaluateForHovers](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/pull/347)
9296
- [Disassembly address handling improvement](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/pull/348)
9397

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cdt-gdb-vscode",
3-
"version": "2.4.1",
3+
"version": "2.5.0",
44
"displayName": "CDT GDB Debug Adapter Extension",
55
"description": "CDT GDB debug adapter extension for Visual Studio Code",
66
"publisher": "eclipse-cdt",
@@ -814,7 +814,7 @@
814814
},
815815
"dependencies": {
816816
"cdt-amalgamator": "^0.0.11",
817-
"cdt-gdb-adapter": "^1.4.1",
817+
"cdt-gdb-adapter": "^1.5.0",
818818
"react": "^19.1.0",
819819
"react-dom": "^19.1.0"
820820
},
@@ -825,7 +825,7 @@
825825
"@types/vscode": "^1.78.0",
826826
"@typescript-eslint/eslint-plugin": "^8.35.1",
827827
"@typescript-eslint/parser": "^8.35.1",
828-
"@vscode/vsce": "^3.6.0",
828+
"@vscode/vsce": "^3.7.0",
829829
"esbuild": "^0.25.5",
830830
"esbuild-sass-plugin": "^3.3.1",
831831
"eslint": "^9.30.1",

0 commit comments

Comments
 (0)