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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,19 @@
1
1
# Change Log
2
2
3
-
## Unreleased
3
+
## 1.5.0
4
4
5
-
- Fixes [`463`](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/issues/463): Cannot use custom reset while CPU is running.
6
-
- Fixes [`465`](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/issues/465): UTF-8 'Failed to decode cstring' errors for GDB with CP1252 support only.
5
+
- Fixes [`#463`](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/issues/463): Cannot use custom reset while CPU is running.
6
+
- Fixes [`#465`](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/issues/465): UTF-8 'Failed to decode cstring' errors for GDB with CP1252 support only.
7
+
- Fixes [`#467`](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/pull/467): Skip pausing target at startup if request has no breakpoints
8
+
- Notable code changes:
9
+
- New Features:
10
+
- Adds `MIParser.hostCharset` getter/setter methods to configure host character set for decode of non-ASCII characters in c-strings.
11
+
- Adds `sendCommandToGdb` and `sendCommandToOtherGdbs` to `GDBDebugSessionBase` to refactor GDB CLI command processing, and to synchronize use of selected GDB CLI commands between main and auxiliary GDB.
12
+
- Adds `GDBDebugSessionBase.pauseIfRunning` to pause a running target without expectation of a subsequent continue operation.
7
13
8
14
## 1.4.1
9
15
10
-
- Fixes [`400`](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/issues/400): Evaluation of variables to support RTOS Views extension.
16
+
- Fixes [`#400`](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/issues/400): Evaluation of variables to support RTOS Views extension.
0 commit comments