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
Enable breakpoints in assembler files (.asm, .s, .S) (#191)
* Enable breakpoints in assembler files (.asm, .s, .S)
Defines a pseudo-language 'cdt-gdb-asm' which defines expected
file endings for assembler files, and adds it to breakpoint support.
---------
Signed-off-by: Jens Reinecke <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,14 @@
1
1
# Change Log
2
2
3
+
## Unreleased
4
+
5
+
- Fixes [`#191`](https://github.com/eclipse-cdt-cloud/cdt-gdb-vscode/pull/191): Cannot set breakpoints in assembler files.
6
+
3
7
## 2.4.1
4
8
5
-
- Fixes [`184`](https://github.com/eclipse-cdt-cloud/cdt-gdb-vscode/issues/184): Add `auxiliaryGdb` setting to `attach` type for `gdbtarget`.
9
+
- Fixes [`#184`](https://github.com/eclipse-cdt-cloud/cdt-gdb-vscode/issues/184): Add `auxiliaryGdb` setting to `attach` type for `gdbtarget`.
6
10
- Update to cdt-gdb-adapter v1.4.1
7
-
- Fixes [cdt-gdb-adapter `400`](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/issues/400): Evaluation of variables to support RTOS Views extension.
11
+
- Fixes [cdt-gdb-adapter `#400`](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/issues/400): Evaluation of variables to support RTOS Views extension.
0 commit comments