Skip to content

Commit

Permalink
Touchups for RR.
Browse files Browse the repository at this point in the history
  • Loading branch information
epasveer committed Apr 23, 2023
1 parent 2a24d6a commit 7609991
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@ Requirements
* When building Seer from source, you will need the QT5 "devel" packages
installed on your system for your distribution.

NOTE
NEWS
====

As of the v1.9 release, **the Seer binary is now named 'seergdb'**. Previously it was named 'seer'. This is to remove a possibly
confusion with an existing project with the same name. And, hopefully, will allow easier packaging of Seer into distributions.
Check out Seer's Wiki page on github.

* Seer now supports the RR time-travelling debugger.
* Seer now supports gdb's extra commands for the ADA language.


GUI overview
Expand Down Expand Up @@ -192,6 +194,7 @@ methods for debugging a program. So Seer naturally does too.
% seergdb --run myprog arg1 arg2 # Debug myprog with its arguments. Run it immediately without breaking.
% seergdb --attach <pid> myprog # Debug myprog by attaching to the currently running pid.
% seergdb --connect <host:port> myprog # Debug myprog by connecting to the currently started gdbserver process.
% seergdb --rr <host:port> # Debug a program by connecting to a RR replay session.
% seergdb --core <corefile> myprog # Debug a corefile for myprog.

% seergdb --project myproject.seer # Load a debug session from a project file.
Expand Down
Binary file modified images/opendialog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7609991

Please sign in to comment.