Commit Graph

231 Commits

Author SHA1 Message Date
Ernie Pasveer a63bccdf2a Create cmake.yml 2022-04-24 16:51:09 -05:00
Ernie Pasveer 67bff863f8 Playing arround with build action. 2022-04-24 16:40:56 -05:00
Ernie Pasveer 50e631bb93 Add mpi test program. 2022-04-24 10:03:15 -05:00
Ernie Pasveer e4ae11abba Add readme. 2022-04-23 16:20:50 -05:00
Ernie Pasveer 63e829dd67 Commit changes to test progs. 2022-04-23 15:56:53 -05:00
Ernie Pasveer 713c05dc44 Fix missing window icon for detached tabs. 2022-04-23 15:39:50 -05:00
Ernie Pasveer 00fe6383f9 Fix manual commands again.
It was still inserting blank lines in the history.
Hopefully fixed now.
2022-04-23 15:19:10 -05:00
Ernie Pasveer 5df384dbdc Update Console screen shot. 2022-04-22 12:33:09 -05:00
Ernie Pasveer 96f17c9bef Small astetic modification to the Console widget. 2022-04-22 12:31:09 -05:00
Ernie Pasveer 3ee1bb7e5e Add a font selector to the Console widget. 2022-04-22 09:39:54 -05:00
Ernie Pasveer 59e05e5167 Fix reading files with blank lines at the beginning. 2022-04-21 18:32:17 -05:00
Ernie Pasveer d35938fa39 Test program for forks. 2022-04-18 15:50:29 -05:00
Ernie Pasveer 09aeb23496 Merge branch 'main' of https://github.com/epasveer/seer into main 2022-04-18 13:40:19 -05:00
Ernie Pasveer fbf00198c3 Add another way to run the makefile using cmake itself. 2022-04-18 13:39:49 -05:00
Ernie Pasveer 1a17f6d013 Update super-linter.yml
Disable clang-format for now.
2022-04-18 13:29:14 -05:00
Ernie Pasveer d6b837e184 Finished the manual command handling. 2022-04-18 11:12:36 -05:00
Ernie Pasveer 7f858dd90e Another cosmetic change to the manual command combo box. 2022-04-17 18:53:24 -05:00
Ernie Pasveer b7e5702a23 Refresh breakpoints from a manually entered break command. 2022-04-17 18:38:59 -05:00
Ernie Pasveer fa7cae4285 Improved manual command history.
Always point to the last entry when refreshing or
adding to the list.

Add the command to the end of the last as long as the
last command is not the same command.
2022-04-17 14:37:58 -05:00
Ernie Pasveer 9d0af2eef0 Update mainview pic. 2022-04-16 11:27:09 -05:00
Ernie Pasveer 3de0fb7a38 Update debug dialog pic. 2022-04-16 11:22:53 -05:00
Ernie Pasveer 49e224f4e7 Increment version for next release. v1.4 2022-04-16 10:59:03 -05:00
Ernie Pasveer 15a3ccb8a9 Merge branch 'main' of https://github.com/epasveer/seer into main 2022-04-16 10:40:20 -05:00
Ernie Pasveer 795996ac9c Merge branch 'gdbserver' into main 2022-04-16 10:36:02 -05:00
Ernie Pasveer 4063f97aac Improved 'gdbserver' mode. 2022-04-16 10:35:32 -05:00
Ernie Pasveer f0eaee7413 Merge pull request #49 from notspiff/support_big_C
added: consider .C files as C++
2022-04-13 11:38:43 -05:00
Arne Morten Kvarving 7bc32c1b78 added: consider .C files as C++ 2022-04-12 20:07:33 +02:00
Ernie Pasveer 20f17cb027 Create super-linter.yml 2022-04-11 13:15:42 -05:00
Ernie Pasveer 0e345b2546 Checkpoint. Working on gdbserver mode. 2022-04-10 12:56:22 -05:00
Ernie Pasveer a93b00fdd1 Added 'spin' mouse cursor for 'attach', 'connect', and 'core' modes. 2022-04-10 09:51:35 -05:00
Ernie Pasveer 21ce6143ca Move to next match when 'find' is used. 2022-04-10 09:07:23 -05:00
Ernie Pasveer 0bb793393b Remove duplicate source files returned by gdb. 2022-04-09 18:24:43 -05:00
Ernie Pasveer b67beff242 Try a spin cursor for 'run' and 'start' modes.
Add target's name to window title.
2022-04-09 16:50:35 -05:00
Ernie Pasveer cd6713f5e4 SeerCloseSourceDialog: remember window size. 2022-04-04 17:44:33 -05:00
Ernie Pasveer 2061d86e6d Implement dialog to close selected files. 2022-04-03 13:04:17 -05:00
Ernie Pasveer 1612306951 Checkpoint: source close dialog. 2022-04-02 17:26:28 -05:00
Ernie Pasveer 74234f3d50 Fix all compiler warnings.
Added -Wall to compile flags in cmake. It reported a handfull
of compiling warnings.  Now fixed.
2022-04-02 13:41:17 -05:00
Ernie Pasveer f7dca36a6c Wasn't restoring 'async' mode from settings file. 2022-04-02 11:09:56 -05:00
Ernie Pasveer 82a43a6d9b Detect if gdb exits unexpectedly. 2022-03-31 18:05:14 -05:00
Ernie Pasveer 9a536b66cc Fixed enable/disable of breakpoint load file. 2022-03-29 18:01:20 -05:00
Ernie Pasveer a6d8d890aa Fixed the "new arguments" dialog.
When specifying new arguments with File->Arguments dialog,
the new arguments were not being passed to gdb. Now fixed.

This feature applies to 'run' and 'start'.  Remove it from
'attach'.
2022-03-28 19:07:39 -05:00
Ernie Pasveer c4ce1e1e9e Update README.md file. v1.3 2022-03-26 13:20:32 -05:00
Ernie Pasveer c85873eb4b Prep for 1.3 release. 2022-03-26 13:11:38 -05:00
Ernie Pasveer f4b3ed1692 Added #scrolllines config setting for the SeerConsole. 2022-03-26 13:09:50 -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 becfd9aee4 Turn seer logging messages off by default. 2022-03-26 08:43:24 -05:00
Ernie Pasveer 9928a92e42 Add Qt's logging in a couple places. 2022-03-26 08:33:45 -05:00
Ernie Pasveer 9d3984c761 Fix up tooltips. 2022-03-24 16:02:34 -05:00
Ernie Pasveer 5299c4e8a2 Add my github page address the the help dialog. 2022-03-24 15:58:02 -05:00
Ernie Pasveer 90d20e0a94 Mention QtCharts is now required. 2022-03-24 15:08:05 -05:00