Ernie Pasveer
b88d68afd3
Add copyright header to each source file.
2025-08-26 17:26:05 -05:00
Ernie Pasveer
e040380529
More udb support.
2025-06-14 11:46:05 -05:00
Ernie Pasveer
afc5e6fa3e
WIP: add 'handleSessionTerminated' to relevant widgets.
2025-04-20 09:33:31 -05:00
Ernie Pasveer
3ae0622cd3
Moved printpoint type into create dialog.
2024-12-22 17:18:09 -06:00
Ernie Pasveer
24fa6d6a7e
Learned more about gdb's dprintf. Made some changes.
2024-12-20 10:17:07 -06:00
Ernie Pasveer
bba66da1e7
Fix bug when displaying dprintf in PrintPoint view.
2024-12-08 11:36:55 -06:00
Ernie Pasveer
7b40a9c201
Doh. Made changes in the wrong branch.
2024-01-22 17:49:43 -06:00
Ernie Pasveer
90e95e2319
Add commands/ignorecount/conditioncommands to all breakpoints.
2023-07-23 17:26:38 -05:00
Ernie Pasveer
3611248913
Reworked gdb starting to remember breakpoints between sessions.
2022-03-10 19:52:58 -06:00
Ernie Pasveer
0b1d8f9f49
Add a 'isEmpty' function.
2022-03-05 16:40:37 -06:00
Ernie Pasveer
693fa4a96e
Show source filename where possible. Not including path.
2022-02-28 20:49:34 -06:00
Ernie Pasveer
58543b33e7
Finished Printpoints for now.
...
They always go to printf(). So the go to the console.
In the future, I can add an option to go to the "GDB output" tab.
Also, it may be possible to have a "Printpoint output" tab.
If the format has some magic text, the handleText() mechanism
may be able to intercept the output. For example, if the format
is:
"^PrintPointFormat %d %d\n"
Of course this would work only if dprintf uses printf().
2022-01-29 17:16:12 -06:00
Ernie Pasveer
4aaee0a12a
Printpoints: add more code for printpoints (aka as dprintf).
2022-01-26 19:46:37 -06:00