Skip to content

Commit 4d2c959

Browse files
authored
v2.4.0 Release Preparations (eclipse-cdt-cloud#183)
* Bump version to 2.4.0 * Update to cdt-gdb-adapter 1.4.0 * Update CHANGELOG --------- Signed-off-by: Jens Reinecke <[email protected]>
1 parent 4283c4a commit 4d2c959

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
# Change Log
22

3-
## Unreleased
3+
## 2.4.0
44

55
- 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.
6+
- Update to cdt-gdb-adapter v1.4.0
7+
- 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.
8+
- Completes [cdt-gdb-adapter `#422`](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/issues/422): Support data breakpoints for complex data types.
9+
- 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.
10+
- Fixes [cdt-gdb-adapter `#440`](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/pull/440): Automatically disable async mode in adapter if debug target does not support it.
611

712
## 2.3.0
813

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cdt-gdb-vscode",
3-
"version": "2.3.0",
3+
"version": "2.4.0",
44
"displayName": "CDT GDB Debug Adapter Extension",
55
"description": "CDT GDB debug adapter extension for Visual Studio Code",
66
"publisher": "eclipse-cdt",
@@ -796,7 +796,7 @@
796796
},
797797
"dependencies": {
798798
"cdt-amalgamator": "^0.0.11",
799-
"cdt-gdb-adapter": "^1.3.0",
799+
"cdt-gdb-adapter": "^1.4.0",
800800
"react": "^19.1.0",
801801
"react-dom": "^19.1.0"
802802
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1203,10 +1203,10 @@ cdt-amalgamator@^0.0.11:
12031203
"@vscode/debugadapter-testsupport" "^1.59.0"
12041204
"@vscode/debugprotocol" "^1.59.0"
12051205

1206-
cdt-gdb-adapter@^1.3.0:
1207-
version "1.3.0"
1208-
resolved "https://registry.yarnpkg.com/cdt-gdb-adapter/-/cdt-gdb-adapter-1.3.0.tgz#3f544d87a587b75e361bdb73eeb4f87346e3bfe1"
1209-
integrity sha512-fXYO5DRwopragT6Ld5dX4o3Omk77AJlCnw3DnLmWYnJO5U/HYhH2dxZGhuiq07U6yriynFwiDK+PC2HwMdJETA==
1206+
cdt-gdb-adapter@^1.4.0:
1207+
version "1.4.0"
1208+
resolved "https://registry.yarnpkg.com/cdt-gdb-adapter/-/cdt-gdb-adapter-1.4.0.tgz#ea6a98d0645b0ce3569e3910897452f8e20bbfee"
1209+
integrity sha512-Q9oP47VyKhEhddlWd2dhEvwm9zL5LCHwYAoR8USjjCCqMDIv/as+gOh2toPTZk1YB1sFQh5vO77CGT3Jx6TIRA==
12101210
dependencies:
12111211
"@vscode/debugadapter" "^1.68.0"
12121212
"@vscode/debugprotocol" "^1.68.0"

0 commit comments

Comments
 (0)