Commit Graph

8 Commits

Author SHA1 Message Date
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