Commit Graph

12 Commits

Author SHA1 Message Date
Ernie Pasveer 187c3f3512 Finished with alternate search directories for location source file.
GDB has its notion of where source files live. Sometimes this is
incorrect as the source may be in a different place after the executable
is released.

Seer's source search feature is a list of alternate directories to look
in if the path that GDB knows of doesn't exist.

Use the Config dialog to set them. Then save the config.

This is a global feature. That is, it applies to any and all executables
being debugged. (Perhaps I'll add project based session files to handle
per executable settings).
2022-01-23 10:32:12 -06:00
Ernie Pasveer 1afdf82f91 Switch from __PRETTY_FUNCTION__ to qSetMessagePattern() 2022-01-20 10:40:56 -06:00
Ernie Pasveer ffca84a922 Finished console mode (normal,minimized,hidden). 2022-01-11 19:47:31 -06:00
Ernie Pasveer 1cbb6ce715 Changed org name to "Seer" so the config file would be in a better named
directory.
2021-12-23 08:08:43 -06: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 3e8790807b Increment version number. 2021-10-02 16:55:37 -05:00
Ernie Pasveer 786a8b349f Add Seer icon to application, console, memory visualizer. 2021-09-25 16:00:09 -05:00
Ernie Pasveer 2e00de53f0 Increment version number. 2021-09-22 11:55:58 -05:00
Ernie Pasveer 0828ad6da0 Save window and splitter sizes and positions.
Remove 'quit' toobar button.
Verify 'start' and 'run' if executable is already running.
2021-09-21 18:56:15 -05:00
Ernie Pasveer 9fa35d2663 Increment version number. 2021-09-13 16:22: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