Records nondeterministic executions and debugs them deterministically
http://rr-project.org/
This program aspires to be your primary debugging tool, enhancing gdb. It
also provides efficient reverse execution under gdb. Set breakpoints and
data watchpoints and quickly reverse-execute to where they were hit.
- Developed at devel:tools
- Sources inherited from project openSUSE:Factory
-
3
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:SLECandidates/rr && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
5.8.0.tar.gz | 0001734617 1.65 MB | |
rr.changes | 0000009465 9.24 KB | |
rr.spec | 0000002392 2.34 KB |
Latest Revision
Ana Guerrero (anag+factory)
accepted
request 1175434
from
Michael Vetter (jubalh)
(revision 8)
- Update to 5.8.0: * This release contains many small bug fixes and updates for new syscalls and CPU microarchitectures. * There is some support for lldb now. rr replay -d lldb will launch LLDB and connect it to rr just like we do for gdb. LLDB does not expose reverse-execution commands so for now, you can only replay forwards. (Of course you can still replay a recording as many times as you need to.)
Comments 0