You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Version bump and changelog
* Updated to node 22 (consistency with cdt-gdb-adapter)
* Bump cdt-gdb-adapter to v1.7.0
---------
Signed-off-by: Jens Reinecke <jens.reinecke@arm.com>
Co-authored-by: Christian Walther <cwalther@gmx.ch>
- Update to cdt-gdb-adapter [v1.7.0](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/releases/tag/v1.7.0)
9
+
- Implements [cdt-gdb-adapter `#432`](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/issues/432)/[cdt-gdb-adapter `#476`](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/issues/476): Add `preConnectCommands` which executes GDB commands before attaching to inferior (`gdb` type) / before attaching to target (`gdbtarget` type).
10
+
- Implements [cdt-gdb-adapter `#482`](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/pull/482): Add `updateThreadInfo` option to control when thread info is retrieved.
11
+
- Fixes [cdt-gdb-adapter `#483`](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/pull/483): `detach` request still occasionally getting stuck on exited program.
12
+
- Fixes [cdt-gdb-adapter `#485`](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/issues/485): Read Memory request error message is not comprehensive enough.
13
+
- Fixes [cdt-gdb-adapter `#487`](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/pull/487): Uncaught exception caused by async Promise executor in `startGDBServer`.
0 commit comments