Skip to content

Commit a94c1c9

Browse files
authored
Add 'auxiliaryGdb' setting to 'gdbtarget' 'attach' type (eclipse-cdt-cloud#185)
Signed-off-by: Jens Reinecke <[email protected]>
1 parent 4d2c959 commit a94c1c9

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
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+
## Unreleased
4+
5+
- Fixes [`184`](https://github.com/eclipse-cdt-cloud/cdt-gdb-vscode/issues/184): Add `auxiliaryGdb` setting to `attach` type for `gdbtarget`.
6+
37
## 2.4.0
48

59
- 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.

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -557,6 +557,11 @@
557557
"description": "Use non-stop mode for controlling multiple threads. (defaults to false)",
558558
"default": false
559559
},
560+
"auxiliaryGdb": {
561+
"type": "boolean",
562+
"description": "Creates an auxiliary GDB connection to the target TCP port if supported by connected GDB server.\nRequires `gdbAsync` mode and cannot be used with `gdbNonStop` mode.",
563+
"default": false
564+
},
560565
"verbose": {
561566
"type": "boolean",
562567
"description": "Produce verbose log output",

0 commit comments

Comments
 (0)