Skip to content

Commit 6043625

Browse files
authored
* bump cdt-gdb-adapter to 1.0.10 * v2.0.5 Notes: * no effective functionality change on this repo since last release * skipped cdt-gdb-adapter 1.0.9 which introduced usability issues in a new feature. --------- Signed-off-by: Jens Reinecke <[email protected]>
1 parent 48b08f3 commit 6043625

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 2.0.5
4+
- Update to cdt-gdb-adapter v1.0.10
5+
- [Support GDB/MI breakpoint notifications](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/issues/360)
6+
37
## 2.0.4
48
- Update to cdt-gdb-adapter v1.0.8
59
- [Optional device reset during debug session](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/issues/359)

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.0.4",
3+
"version": "2.0.5",
44
"displayName": "CDT GDB Debug Adapter Extension",
55
"description": "CDT GDB debug adapter extension for Visual Studio Code",
66
"publisher": "eclipse-cdt",
@@ -775,7 +775,7 @@
775775
},
776776
"dependencies": {
777777
"cdt-amalgamator": "^0.0.11",
778-
"cdt-gdb-adapter": "^1.0.8",
778+
"cdt-gdb-adapter": "^1.0.10",
779779
"react": "^17.0.2",
780780
"react-dom": "^17.0.2"
781781
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -832,10 +832,10 @@ cdt-amalgamator@^0.0.11:
832832
"@vscode/debugadapter-testsupport" "^1.59.0"
833833
"@vscode/debugprotocol" "^1.59.0"
834834

835-
cdt-gdb-adapter@^1.0.8:
836-
version "1.0.8"
837-
resolved "https://registry.yarnpkg.com/cdt-gdb-adapter/-/cdt-gdb-adapter-1.0.8.tgz#6c8271f76bcdaed8b55347501c957aa4062ee1a6"
838-
integrity sha512-A7/0QJAUjCcrUZ5A54aVFOuUtEH273EmbOfyvJhHZzMJEWM1899MVkohrfM4nGEqbUzSrvHoQW3a44I5DykoIA==
835+
cdt-gdb-adapter@^1.0.10:
836+
version "1.0.10"
837+
resolved "https://registry.yarnpkg.com/cdt-gdb-adapter/-/cdt-gdb-adapter-1.0.10.tgz#5e81a5e393610140314950cf2b888dcd90e6c1f3"
838+
integrity sha512-NS2yL6Bs8sJ1M043hACuc4nMM5jEaqIjv1xtajiCaFVLpyGbY7GzqR+baH6Gk9nkxkxeGrL+Ep82KL5nqMUEEw==
839839
dependencies:
840840
"@vscode/debugadapter" "^1.68.0"
841841
"@vscode/debugprotocol" "^1.68.0"

0 commit comments

Comments
 (0)