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
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,18 @@
1
1
# Change Log
2
2
3
+
## 1.6.0
4
+
5
+
- Fixes [`#421`](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/issues/421): Using "commands" command for breakpoints locks up debugger.
6
+
- Fixes [`#469`](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/issues/469): Issue with setting Program Counter ($PC$) register on Windows via GDB 12.1 using -var-assign.
7
+
- Fixes [`#473`](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/issues/473): Confusing error pop-ups without additional user value in some corner cases.
8
+
- chore [`#474`](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/pull/474): Patch yarn.lock to resolve to newer glob v10.5.0.
9
+
- Notable code changes:
10
+
- New features:
11
+
- Adds `frameRef` argument to `sendVarCreate`.
12
+
- Adds `GDBBackend` specific error classes.
13
+
- New protected methods on `GDBDebugSessionBase` that can be used to check if requests can proceed and if errors shall be reported:
14
+
`canRequestProceed`, `shouldReportError`.
15
+
3
16
## 1.5.0
4
17
5
18
- Fixes [`#463`](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/issues/463): Cannot use custom reset while CPU is running.
0 commit comments