Commit Graph

614 Commits

Author SHA1 Message Date
Ernie Pasveer caf98eb3f6 Improve asm readme. 2022-10-31 18:05:43 -05:00
Ernie Pasveer 433880c467 Final tweaks for saving image to disk. 2022-10-30 18:41:51 -05:00
Ernie Pasveer b51be3dafc ImageVisualizer: fix debian compile errors. 2022-10-30 18:16:27 -05:00
Ernie Pasveer 81883afa93 Remove dead SeerImageWidget code. 2022-10-30 13:36:54 -05:00
Ernie Pasveer 32f10b2b5a Add new Image Visualizer. 2022-10-30 13:16:36 -05:00
Ernie Pasveer bdd124637e Update help for MemoryVisualizer. 2022-10-29 16:22:34 -05:00
Ernie Pasveer da13bd8f01 Image viewer in Memory Visualizer. (First pass - slow). 2022-10-29 16:10:09 -05:00
Ernie Pasveer 2ea1fffb07 Update test program. 2022-10-29 12:27:10 -05:00
Ernie Pasveer de8571fd85 Merge branch 'main' of https://github.com/epasveer/seer 2022-10-23 12:33:04 -05:00
Ernie Pasveer c56ac2d68a Add program to test Image viewer in Memory Visualizer. 2022-10-23 12:32:20 -05:00
Ernie Pasveer 71d676ad1c Merge pull request #113 from MalikMlitat/malik/addDebianPkgWorkflow
Add debian pkg workflow
2022-10-23 11:37:42 -05:00
Ernie Pasveer 03058bc675 Merge pull request #112 from MalikMlitat/main
Fix debian and cmake build on linux
2022-10-23 11:37:00 -05:00
Malik Mlitat 93e9817b4f Add build debian-pkg job 2022-10-23 12:29:46 +02:00
Malik Mlitat da7f75f0eb Fix debian and cmake build on linux 2022-10-23 11:38:07 +02:00
Malik Mlitat 75f44adf35 Fix debian and cmake build on linux 2022-10-22 23:33:12 +02:00
Ernie Pasveer 33c3e15c7b Improve specifying alternate directory if the source has moved. 2022-10-22 11:35:30 -05:00
Ernie Pasveer 950acc8eff Change to version 1.12. v1.12 2022-10-20 19:55:11 -05:00
Ernie Pasveer fd141ee8a1 Ignore 'async' mode for 'connect' method. 2022-10-20 19:45:16 -05:00
Ernie Pasveer 60a300109c Add gdb '@' channel to gdb log monitor. 2022-10-17 17:43:09 -05:00
Ernie Pasveer 6d57c8434d Add test program for valgrind. 2022-10-16 18:17:24 -05:00
Ernie Pasveer 55613f9e2c Improve the hide/show of some menus. 2022-10-15 10:36:43 -05:00
Ernie Pasveer 419cd6d756 Finish changes for configuring assembly columns (address, offset, opcodes) 2022-10-14 18:45:50 -05:00
Ernie Pasveer 75dcaa63c9 Add modes to toggle address/offset/opcodes. 2022-10-14 17:08:42 -05:00
Ernie Pasveer 79e14084aa checkpoint 2022-10-13 19:11:52 -05:00
Ernie Pasveer 230912578e assembly: make fields separate areas. 2022-10-12 18:19:36 -05:00
Ernie Pasveer 0555713688 Fixed source wildcard search for older QT version. 2022-10-10 17:08:46 -05:00
Ernie Pasveer d2a05f653b Set default monospace font to "monospace".
Let Qt derive which one to use for the default.
It can always be overridden by the config dialog.
2022-10-10 16:52:28 -05:00
Ernie Pasveer 1bfac01995 Update screenshots with Reverse Debugging examples. 2022-10-09 15:36:42 -05:00
Ernie Pasveer ea07f66a32 Update CHANGELOG with new gdb reverse debugging support. 2022-10-09 15:26:19 -05:00
Ernie Pasveer cd707270fa Finish Gdb Reverse debugging mode. 2022-10-09 15:21:47 -05:00
Ernie Pasveer 948fc257ac reversedebugging: add some icons. 2022-10-09 14:54:57 -05:00
Ernie Pasveer 1faa75a6cd reversedebugging: fixed logic. 2022-10-09 13:09:01 -05:00
Ernie Pasveer 5581f1a532 recorder: first attempt. 2022-10-08 13:13:42 -05:00
Ernie Pasveer 1b0cbb3752 arrayvisualizer: fixed default X/Y axis setting. 2022-10-08 08:36:23 -05:00
Ernie Pasveer 3625c0cf01 Merge pull request #108 from ernstki/107-ubuntu-18.04-support
Updates to build on Ubuntu 18.04 LTS (…)
2022-10-07 17:51:50 -05:00
Kevin Ernst 379d094191 Updates to build on Ubuntu 18.04 LTS (…)
- replace `add_compile_definitions` (added in CMake ≥3.12) with
`add_definitions` in `CMakeLists.txt`

    * hat tip to: https://stackoverflow.com/a/61250302/785213

- add #ifdef's to support Qt 5.9.5 for Ubuntu 18.04 by replacing QString
`.front()` and `.back()` methods with `.at(0)` and `.at(s.size() - 1)`

    * hat tip to: https://github.com/pawelsalawa/sqlitestudio/commit/90ca398

- add #ifdef's to replace `QFontMetrics` `.horizontalAdvance()` method
with `.width()` to support Qt 5.9.5 on Ubuntu 18.04

    * hat tip to: https://github.com/Sigil-Ebook/Sigil/commit/a32f890

- closes #107
2022-10-07 00:32:46 -04:00
Ernie Pasveer fa4515a0fb Allow the select QtStyle to be saved to the configuration. 2022-10-06 19:00:02 -05:00
Ernie Pasveer e168ee1077 Fix up CMakeLists.txt for MacOS builds. 2022-10-06 18:37:12 -05:00
Ernie Pasveer c9db3b64d4 Merge pull request #106 from lilithium-hydride/patch-1
Fix typo in GDB config
2022-10-06 11:00:44 -05:00
Lilith eea7bf9e34 Fix typo in GDB config
asycn -> async
2022-10-06 11:25:16 -04:00
Ernie Pasveer bc4f4de816 Update CHANGELOG with exec commands and dealing with threads. 2022-10-05 19:36:48 -05:00
Ernie Pasveer 8760d63366 Add --all to main continue/interrupt/run/start commands. 2022-10-05 19:25:08 -05:00
Ernie Pasveer f52e418586 Remove visible setting for Thread Manager. 2022-10-05 19:13:32 -05:00
Ernie Pasveer ce00479279 Add step/next/continue/interrupt to thread browser. 2022-10-05 18:42:59 -05:00
Ernie Pasveer 1eed48172b Add limited support for the older QT5.12 library.
People still use it.
2022-10-03 19:53:38 -05:00
Ernie Pasveer 415d649f16 Remove old cmake action. 2022-10-02 15:52:48 -05:00
Ernie Pasveer b5afdba53c ci/cd tweaks 2022-10-02 15:39:24 -05:00
Ernie Pasveer df93af18fa ci/cd tweaks 2022-10-02 15:33:00 -05:00
Ernie Pasveer 50d9db9f39 ci/cd tweaks. 2022-10-02 15:27:40 -05:00
Ernie Pasveer 5e9f44eb08 ci/cd tweaks 2022-10-02 15:19:22 -05:00