Commit Graph

3 Commits

Author SHA1 Message Date
Ernie Pasveer 9d3da66898 Add some 'help' for printpoint format and arguments. 2022-01-29 17:45:51 -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