First work on showing assembly tab when there's no source file.

This commit is contained in:
Ernie Pasveer
2025-12-18 12:52:05 -06:00
parent ccdea4f867
commit 64c99f4d59
20 changed files with 792 additions and 650 deletions
+1
View File
@@ -17,6 +17,7 @@
* GDB: Add Seer config to set gdb architecture.
* GDB: Add an optional 'launcher' program to start gdb. eg: flatpak-spawn.
* Build: Add flatpak generation to github actions.
* Assemby: An option to show assembly tab when there is no source file.
## [2.6] - 2025-10-07
* Watchpoints: Fixed regression when adding commands to a watchpoint.