Commit Graph

8 Commits

Author SHA1 Message Date
Ernie Pasveer 4063f97aac Improved 'gdbserver' mode. 2022-04-16 10:35:32 -05:00
Ernie Pasveer 9a536b66cc Fixed enable/disable of breakpoint load file. 2022-03-29 18:01:20 -05:00
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 1afdf82f91 Switch from __PRETTY_FUNCTION__ to qSetMessagePattern() 2022-01-20 10:40:56 -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 689ee4333d Add a PID browser dialog when connecting to an external program. 2021-10-16 18:37:11 -05:00
Ernie Pasveer aad63e8dc6 Fixed some deprecated function calls.
Code was calling QFontMetrics::width(), which is deprecated.
Changed code to QFontMetrics::horizontalAdvance().

Added missing include file for QPainterPath.

Added 'install' target to CMakeLists.txt
2021-09-10 15:32:23 -05:00
Ernie Pasveer 6357b7a0ef Move source into a 'src' directory. Update README.md file for build
instructions.
2021-09-04 17:02:25 -05:00