Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

seergdb-2.7-1.1 RPM for riscv64

From OpenSuSE Ports Tumbleweed for riscv64

Name: seergdb Distribution: openSUSE Tumbleweed
Version: 2.7 Vendor: openSUSE
Release: 1.1 Build date: Wed May 6 06:42:04 2026
Group: Development/Tools/Debuggers Build host: reproducible
Size: 2810046 Source RPM: seergdb-2.7-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/epasveer/seer
Summary: A GUI front-end for GNU gdb
A GUI front-end for GNU gdb written in modern C++.

Provides

Requires

License

GPL-3.0-or-later

Changelog

* Wed May 06 2026 pallas wept <pallaswept@proton.me>
  * Upgrade to version 2.7
    * Add syntax highlighting support for other languages
    * Add deleteall and deleteselected to RMB context menu for Logger and Tracker
    * 313 configuring gdb with set print pretty on messes up loggertracker variable display
    * Show syntax highlighing for C/C++, Rust and Odin.
    * 370 ergonomics add shortcuts to common tasks
    * Cleaning up test program.
    * Add recursive test, Rpi4 and stm32 build script
    * Print gdb MI log from gdbWidget and gdbMonitor
    * 371 ergonomics add shortcuts to common rr tasks
    * Elaborate gdb variable output
    * Update recursive test
    * Add config to set gdb's architecture.
    * Update SeerUlt.cpp::parseCommaList
    * Update Cursor margin
    * Feature/add bold text on tracker
    * fix recursive painting
    * 393 add external define to set default gdb to use
    * Fix fail to run gdb
    * 377 suggestion consider publishing this project on flathub
    * Add a specific git commit sha.
    * 377 suggestion consider publishing this project on flathub
    * Erase color of level 0 backtrace when target is running
    * Move Seer icons to better locations for flathub.
    * 377 suggestion consider publishing this project on flathub
    * Update seer.github.yml to be like seer.yml.
    * Enhance status indicator
    * Add a Ctrl+Shift+T shortcut to reopen closed files
    * 260 would be nice if assembly view was shown by default when there is no source code
    * 408 file menu doesnt show
    * 413 signal handle functionality feature request
    * 414 add macro keys for user created commands
    * Fix typo in SeerGdbWidget.cpp
    * Add feature: Mouse navigation
    * 421 add a hot key for restart
    * 419 automatically refresh editor view if source file is modified
    * 420 add a hotkey for run to cursor
    * write config: don't require to click two dialogs away, just show a transient message box instead
    * 429 remember variables in tracker for the next session
    * Fix regression for message tab raising.
    * Fix compile error when gdb logout is enabled
    * SeerMainWindow: Change action buttons when status changed
    * Add reset button
    * docs(README): flatpak-spawn usage
    * SeerSourceSymbolLibraryManagerWidget: Add close un-used tabs option
    * Add feature: Go to definition
    * Go to definition, but with Ctrl + Click
    * Feat: add copy value only option on logger and tracker
    * 446 editorfont dialog not all monospace fonts are displayed
    * 451 no proper return from stepping into non user functions
    - Temporarily using OBS service to generate tarball due to
    https://github.com/epasveer/seer/pull/457
* Wed Nov 26 2025 Martin Schreiner <martin.schreiner@suse.com>
  * 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.
* Tue Mar 04 2025 Martin Schreiner <martin.schreiner@suse.com>
  * 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.
* Mon Jul 29 2024 Martin Schreiner <martin.schreiner@suse.com>
  - Enable position-independent executables.
  - Use CMake macros.
  - Improve GCC-related conditionals.
* Wed May 22 2024 Martin Schreiner <martin.schreiner@suse.com>
  - 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.
* Sat Sep 23 2023 Martin Schreiner <martin.schreiner@suse.com>
  - 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.
* Sat Aug 26 2023 Martin Schreiner <martin.schreiner@suse.com>
  - Add a missing "Recommends" entry for qt6-svg.
* Wed Aug 23 2023 Martin Schreiner <martin.schreiner@suse.com>
  - 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.
* Mon Aug 07 2023 Martin Schreiner <martin.schreiner@suse.com>
  - Initial submission for v2.0.

Files

/usr/bin/seergdb
/usr/share/applications/seergdb.desktop
/usr/share/icons/hicolor
/usr/share/icons/hicolor/128x128
/usr/share/icons/hicolor/128x128/apps
/usr/share/icons/hicolor/128x128/apps/seergdb.png
/usr/share/icons/hicolor/256x256
/usr/share/icons/hicolor/256x256/apps
/usr/share/icons/hicolor/256x256/apps/seergdb.png
/usr/share/icons/hicolor/32x32
/usr/share/icons/hicolor/32x32/apps
/usr/share/icons/hicolor/32x32/apps/seergdb.png
/usr/share/icons/hicolor/512x512
/usr/share/icons/hicolor/512x512/apps
/usr/share/icons/hicolor/512x512/apps/seergdb.png
/usr/share/icons/hicolor/64x64
/usr/share/icons/hicolor/64x64/apps
/usr/share/icons/hicolor/64x64/apps/seergdb.png


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Aug 2 03:56:04 2026