Commit Graph

22 Commits

Author SHA1 Message Date
Ernie Pasveer 8464ae79a2 Add a -b argument to load a breakpoint file from the command line.
Also, add a line int the SeerDebugDialog to do the same.
2022-03-26 10:29:53 -05:00
Ernie Pasveer 9928a92e42 Add Qt's logging in a couple places. 2022-03-26 08:33:45 -05:00
Ernie Pasveer 8e19c0ba58 checkpoint: array visualizer. 2022-03-19 15:49:40 -05:00
Ernie Pasveer 9a5c230032 Notes for core files. 2022-03-12 08:05:09 -06:00
Ernie Pasveer 813e93a05a Update git notes. 2022-03-06 10:29:59 -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 c948880555 Printpoints (aka - dprintf): first cut. 2022-01-26 19:45:14 -06:00
Ernie Pasveer 384838e5b0 Add library load/unload catch points. 2022-01-13 11:03:24 -06:00
Ernie Pasveer 7449fc7e66 Add 'catchpoint' support.
Still working on Editor config options.
2021-12-31 13:00:54 -06:00
Ernie Pasveer 07f2f0176b Add 'catchpoint' support.
Still working on editor config options.
2021-12-31 13:00:02 -06:00
Ernie Pasveer 27b10796e3 Merge branch 'main' of https://github.com/epasveer/seer into main 2021-12-13 20:01:52 -06:00
Ernie Pasveer 0c5fd0dc5b Checkpoint for "source open error". 2021-12-13 19:57:37 -06:00
Ernie Pasveer b1333d02ae Update Git notes for updating tokens. 2021-12-11 11:03:27 -06:00
Ernie Pasveer 0a09a4ec9b Notes to get pid of started inferior. 2021-11-15 10:23:34 -06:00
Ernie Pasveer d7cb6eb0d7 More notes about printing a QString. 2021-11-03 14:31:00 -05:00
Ernie Pasveer 1ee505a31d A notes for adding a qt5 pretty printer. 2021-11-03 14:27:41 -05:00
Ernie Pasveer 8617bf70ac Add ToolTips to the important browsers. 2021-10-10 12:57:30 -05:00
Ernie Pasveer 2ee3c2bf3a Add a global version number.
So the main() and About dialog can use it.
2021-10-03 10:34:50 -05:00
Ernie Pasveer a6c310e374 Notes for cmake. 2021-09-12 15:58:14 -05:00
Ernie Pasveer ea3d452816 Notes for creating the seer tar file. 2021-09-10 15:39:15 -05:00
Ernie Pasveer e271dd72ed Create README 2021-09-05 17:26:56 -05:00
Ernie Pasveer 22b979a76a Move README files into a separate notes directory. 2021-09-04 14:32:50 -05:00