Commit Graph

20 Commits

Author SHA1 Message Date
Ernie Pasveer 35b66e111b Simply launcher code. Make it changable. 2025-12-08 13:46:13 -06:00
Ernie Pasveer 46efb03fe4 Changes to allow gdb to be started by a launch program, like flatpak-spawn. 2025-12-06 11:53:53 -06:00
Ernie Pasveer 5f3928223a Add cmake define for gdb name and for gdb-logout features. 2025-11-30 17:21:52 -06:00
Ernie Pasveer 7ad9fb67c4 Add config to set gdb's architecture. 2025-11-17 14:35:37 -06:00
Ernie Pasveer b88d68afd3 Add copyright header to each source file. 2025-08-26 17:26:05 -05:00
Ernie Pasveer ec6077c4a0 Add remote target type to connect method (remote or extended-remote). 2025-03-08 11:17:01 -06:00
Ernie Pasveer 3ae0622cd3 Moved printpoint type into create dialog. 2024-12-22 17:18:09 -06:00
Ernie Pasveer 9c49fb7f63 Initial iteration for Qt6 port. 2023-05-16 15:25:28 -05:00
Ernie Pasveer 552b37fdc8 bugfix: QButtonGroup::idClicked an QT_VER. 2022-10-02 10:35:30 -05:00
Ernie Pasveer c9c46c9212 Add gdb's "non-stop mode" when dealing with threads at breakpoints. 2022-10-01 15:41:50 -05:00
Ernie Pasveer fa39347f0b More VarObj work. 2022-08-21 16:54:37 -05:00
Ernie Pasveer 3c0a321b62 Lots of changes for starting debugger. 2022-07-30 12:02:52 -05:00
Ernie Pasveer 67e2df2800 Finished config for KeepAssemblyOnTop and ShowAssemblyOnStartup. 2022-07-20 19:51:38 -05:00
Ernie Pasveer fa5335ba68 Improve some compile warnings.
Remove "-Wdeprecated-copy". Some compilers don't support.
Support both QButtonGroup::buttonClicked() and
QButtonGroup::idClicked(), depending on which vesion of
QT is installed.
2022-05-02 19:57:17 -05:00
Ernie Pasveer e6c15037f9 Clean up code for lint errors. 2022-04-28 20:20:37 -05:00
Ernie Pasveer ab9c57e5af Add 'handle terminating exceptions' to Seer.
Including config dialogs.
2022-03-02 17:41:34 -06:00
Ernie Pasveer 99d4ac4848 Add a config page for dprintf settings. 2022-02-17 18:55:03 -06:00
Ernie Pasveer b5b292fbed Change dialogs to use Qt's version.
The native dialogs have different behavior when dealing with
filters. Qt's behavior is well defined.
2022-01-20 09:03:39 -06:00
Ernie Pasveer c79ce234ce Finished gdb options dialog. 2021-12-20 20:28:00 -06:00
Ernie Pasveer 6222c13bf5 Checkpoint for Settings dialog. 2021-12-19 11:11:42 -06:00