Skip to content

Commit

Permalink
Update to adapter v1.0.4
Browse files Browse the repository at this point in the history
Includes these changes from the adapter:
- Add supportsEvaluateForHovers
   - eclipse-cdt-cloud/cdt-gdb-adapter#347
- Disassembly address handling improvement
   - eclipse-cdt-cloud/cdt-gdb-adapter#348
  • Loading branch information
jonahgraham committed Jan 23, 2025
1 parent 180a662 commit 2390192
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@
},
"dependencies": {
"cdt-amalgamator": "^0.0.11",
"cdt-gdb-adapter": "^1.0.3",
"cdt-gdb-adapter": "^1.0.4",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -832,10 +832,10 @@ cdt-amalgamator@^0.0.11:
"@vscode/debugadapter-testsupport" "^1.59.0"
"@vscode/debugprotocol" "^1.59.0"

cdt-gdb-adapter@^1.0.3:
version "1.0.3"
resolved "https://registry.yarnpkg.com/cdt-gdb-adapter/-/cdt-gdb-adapter-1.0.3.tgz#bb473d92bae9cc69fe7aecee71745a4cab964522"
integrity sha512-zE8+dXvUl4v7GlOOhXrKmkQni9lTV2wD50LqC9gLcZ0GGvp7fRnORfiMJzd2mWsQyr6TLg84Y1QsgsnTyxdgEQ==
cdt-gdb-adapter@^1.0.4:
version "1.0.4"
resolved "https://registry.yarnpkg.com/cdt-gdb-adapter/-/cdt-gdb-adapter-1.0.4.tgz#f1d9d5a2479e536007bec24f9d66e03806f5c0e7"
integrity sha512-oABX1bY7HArgqONq/Sf8Gltku3glpj/93TfF4zP6jULWJNZGZ3F0AH+HB8TpXFYFRFQc1101xrf0WHcipeMtdg==
dependencies:
"@vscode/debugadapter" "^1.68.0"
"@vscode/debugprotocol" "^1.68.0"
Expand Down

0 comments on commit 2390192

Please sign in to comment.