Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2022-10-21 | 1.7 kB | |
seer - version 1.12.tar.gz | 2022-10-21 | 387.4 kB | |
seer - version 1.12.zip | 2022-10-21 | 520.5 kB | |
Totals: 3 Items | 909.6 kB | 0 |
[1.12] - 2022-10-22
- Added Gdb's Reverse Debugging mode.
- Turn on/off gdb instruction recording.
- Set play-back direction.
- Added Gdb's Non-Stop mode.
- https://sourceware.org/gdb/onlinedocs/gdb/Non_002dStop-Mode.html
- A new --non-stop-mode <yes|no> command line flag
- A new entry in the Debug dialog.
- A new entry in Seer's config dialog under the gdb section.
- Added support for the older QT5.12 library.
- Expect rendering problems with the builtin help system.
- Urge to move to QT5.15 library.
- Main execute buttons.
- Add '--all threads' for main execute buttons.
- run/start/next/step/finish/continue/interrupt.
- Individual threads can be managed by the Thread Manager.
- Add '--all threads' for main execute buttons.
- Thread Manager changes.
- Thread Frame browser.
- Allow multiple threads to be select. Selecting 1 thread will select stack frame.
- Add next/step/finish/continue/interrupt for selected thread(s).
- Thread Id browser.
- Allow multiple threads to be select. Selecting 1 thread will select stack frame.
- Add next/step/finish/continue/interrupt for selected thread(s).
- Thread Group browser.
- Allow multiple thread groups to be select.
- Add continue/interrupt for selected thread group(s).
- Add run/start for selected thread group(s). Disabled for now.
- Thread Frame browser.
- Assembly view changes.
- Showing Address, Offset, and Opcodes columns are configuable from the Config Dialog.
- ^F in the Assembly editor can do quick changes.
- Changing the Qt Style can be saved using Settings->Save Configuration.
- Added valgrind support.