Add config to set gdb's architecture.

This commit is contained in:
Ernie Pasveer
2025-11-17 14:35:37 -06:00
parent 4e8f3549cb
commit 7ad9fb67c4
9 changed files with 121 additions and 22 deletions
+1
View File
@@ -14,6 +14,7 @@
* Breakpoints: Allow multiple filename:line entries for the --break-source option.
* Control: Add ^D to toggle record playback direction for RR, Undo, and gdb's Record.
* Control: Add SHIFT+F5 (etal) to reverse step (etc.) during record playback for RR, Undo, and gdb's Record.
* GDB: Add Seer config to set gdb architecture.
## [2.6] - 2025-10-07
* Watchpoints: Fixed regression when adding commands to a watchpoint.