11 Commits

Author SHA256 Message Date
dfe1a75630 Accepting request 1321013 from devel:tools
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1321013
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/seergdb?expand=0&rev=3
2025-12-05 15:51:09 +00:00
eb49a7d202 * Upgrade to v2.6.
* Watchpoints: Fixed regression when adding commands to a watchpoint.
* Console: Create console once per Seer session. Instead of constant create/destroy.
* EditorManager: Fixed regression when ignoring files to be opened in the EditorManager.
* MessageTabs: Fixed regression when order of message tabs not being preserved between sessions.
* RemoteMode: Connect mode to a gdb server now supports 'remote' and 'extended-remote'.
* ConnectMode: Connect mode's 'pre' commands are executed before the 'target connect'.
* MessageTabs: Optionally add a timestamp to the Seer and Gdb log widgets.
* ConnectMode: Add 'gdbserver debug' checkbox to Connect launch tab. For showing
  gdb and gdbserver communication debug information in gdb tab.
* Skips: Manage gdb skip commands via a new Skip Browser.
* LaunchMode: Revamp the "run/start" buttons on the menu bar to be a predominate
  "terminate" that switches to a "restart".
* VariableTracker: Fixed bug when adding variable to tracker. Sometimes would not refresh value.
* VariableTracker: Raise Logger or Tracker tab when new variable is added.
* CheckpointMode: Implment gdb's "checkpoint" feature. As simple time-travel feature.
* Undo: Add preliminary support for Undo's udb time-traveling debugger.
* CheckpointMode: Add support for remaining Catchpoint types.
* Visualizers: Add a Matrix Visualizer for viewing 2D arrays.
* Breakpoints: Add breakpoints from the Function tab.
* DefaultProject: When using the Debug dialog, save the debug settings so they can be fast loaded
* the next time the Debug dialog is used. Kind of a default project.
* RR: When using the Debug dialog, check a couple standard locations for
  the RR trace directory.
* ObjectiveC: Add support for printing ObjectiveC object via a '(objc)' pretext.
* Registers: Fix bug handling register names of "" in gdb's register list.

OBS-URL: https://build.opensuse.org/package/show/devel:tools/seergdb?expand=0&rev=10
2025-11-26 21:03:14 +00:00
fb263295cd Accepting request 1250244 from devel:tools
OBS-URL: https://build.opensuse.org/request/show/1250244
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/seergdb?expand=0&rev=2
2025-03-05 12:40:52 +00:00
f6d16a4af7 Accepting request 1250242 from home:mschreiner:branches:devel:tools
* Upgrade to v2.5.
* Console now supports a subset of ANSI color codes.
* Console can be started in these modes:
  - Detached
  - Detached and minimized
  - Attached in Seer's tab view (with gdb logs and seer logs).
* Improved handling of \n \t and other escaped characters in gdb log window.
* Show breakpoint info as a tooltip if the breakpoint icon is clicked with
* LMB and held down.
* Show stack as a hex dump, with options to view as short, int, long, ascii, ...
* The "go to address" in the Assembly view now works if address it outside
  current assembly view.
* Visualizers can take a gdb expression for input fields for
  length/size of something. The visualizers are:
  - ArrayVisualizer
  - ImageVisualizer
  - MemoryVisualizer
* Fixed regression when setting/saving the editor font setting.
* Fixed bug when the Basic Struct visualizer display simple variable
  types (non-structs).
* Source all files in ~/.config/seergdb/scripts/ on startup.
* Fixed regression handling ignoring of system header files.
* Fixed regression when adding commands to a breakpoint.
* Refactored/improved Printpoints. Added 'help' to the
* Printpoint create dialog.
* Fixed regression when display variable value when hovering over
  the text in the editor window.

OBS-URL: https://build.opensuse.org/request/show/1250242
OBS-URL: https://build.opensuse.org/package/show/devel:tools/seergdb?expand=0&rev=8
2025-03-04 19:09:04 +00:00
f68d07ff1e Accepting request 1190365 from devel:tools
Submitting devel:tools/seergdb to openSUSE:Factory.
SeerGDB is a modern, beautiful, useful GUI for GNU GDB written in modern C++.
It's quite well maintained, and I think it'd be really useful as GDB's default
interface won't be to everyone's liking.

Mailing list link:
https://lists.opensuse.org/archives/list/factory@lists.opensuse.org/thread/DGVFIN4RLGZRUP227OSGUQUXNA24KM73/

OBS-URL: https://build.opensuse.org/request/show/1190365
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/seergdb?expand=0&rev=1
2024-07-30 09:54:15 +00:00
820cecfd2d Accepting request 1190364 from home:mschreiner:branches:devel:tools
- Enable position-independent executables.
- Use CMake macros.
- Improve GCC-related conditionals.

OBS-URL: https://build.opensuse.org/request/show/1190364
OBS-URL: https://build.opensuse.org/package/show/devel:tools/seergdb?expand=0&rev=6
2024-07-30 03:00:32 +00:00
b8f3c14347 Accepting request 1175954 from home:mschreiner:branches:devel:tools
- Upgrade to v2.4:
  * Changed main icon to a more license friendly one.
  * All icons are now GPLv3, CC3.0, or CC4.0
  * Fixed string compares for breakpoint conditions
  * Added '--bs' command line option to specify a breakpoint at a
    source.cpp:lineno
  * Fixed long tooltips text by restricting them to 100 characters.
  * The text in the various viewing dialogs is still the full length.
  * The 100 limit probably needs to be configurable.
  * Added register profiles to show only interesting/relevant registers.
  * Added UTF-8,16,32 support in the Memory Visualizer.
  * Added an internal "dark" and "light" theme via the View->Style menu.
  * Added option to open the current source file in an external editor.
  * Fixed saving of RR parameters in config dialog.
  * Sped up some visualization views.

OBS-URL: https://build.opensuse.org/request/show/1175954
OBS-URL: https://build.opensuse.org/package/show/devel:tools/seergdb?expand=0&rev=5
2024-05-22 20:16:24 +00:00
9942538b9d Accepting request 1113225 from home:mschreiner:branches:devel:tools
- Upgrade to v2.2:
  * Small RR release. Seer now runs 'rr replay' internally.
  * Fixed infinite loop when starting with RR mode.
  * Reworked RR mode to directly run 'rr replay'.
    No need to start a 'rr server' and connect to it.
  * Fixed Source handling in source browser.
    Qt5 mode was broken.
    Qt6 works. Directory paths need a tailing "/*".
- Fix build for openSUSE 15.5.
  Changed from the default gcc version (7) to gcc 12, since it
  supports C++17.
- Remove doubly declared files in the spec, removing some warnings.
- Add missing "Group" information.

OBS-URL: https://build.opensuse.org/request/show/1113225
OBS-URL: https://build.opensuse.org/package/show/devel:tools/seergdb?expand=0&rev=4
2023-09-23 17:30:51 +00:00
8d7c4b3bad - Add a missing "Recommends" entry for qt6-svg.
OBS-URL: https://build.opensuse.org/package/show/devel:tools/seergdb?expand=0&rev=3
2023-08-26 13:47:13 +00:00
2ff37e1709 - Upgrade to v2.1:
* Add Execution dialog to record breakpoint events. This solves the
    problem of too many break/error dialogs to "swat away" as the
    program is debugged.
  * Add a method to add/change gdb commands to execute when a
    breakpoint (breakpoint, watchpoint, catchpoint) is reached.
  * Add a method to add/change a breakpoint's condition command.
  * Add a method to add/change a breakpoint's ignore count.
  * Add a method to add/change a breakpoint's command list.
  * Debug dialog for "attach" mode now detects executable name and
    path from /proc//exe.
  * Commandline for "attach" mode now detects executable name and path
    from /proc//exe.

OBS-URL: https://build.opensuse.org/package/show/devel:tools/seergdb?expand=0&rev=2
2023-08-23 21:13:55 +00:00
c696754391 Accepting request 1102795 from home:mschreiner
Hi, I want to maintain seergdb in Factory and would like to use the devel:tools as the devel/feeder project.

More info about SeerGDB may be found here: https://github.com/epasveer/seer

OBS-URL: https://build.opensuse.org/request/show/1102795
OBS-URL: https://build.opensuse.org/package/show/devel:tools/seergdb?expand=0&rev=1
2023-08-08 07:04:12 +00:00