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.
- Devel package for openSUSE:Factory
-
2
derived packages
- Links to openSUSE:Factory / rr
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:tools/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 |
Revision 35 (latest revision is 53)
buildservice-autocommit
accepted
request 993680
from
Michael Vetter (jubalh)
(revision 35)
baserev update by copy to link target
Comments 2
The package builds fine for 15.4 and TW if we omit patch e32502d0.patch. As far as I can see it was introduced to mitigate a compiler problem, so it could just be removed if we don't run into this problem but it causes others.
What was the initial reason to add this patch?
The reason was to fix a build failure. This is the upstream bug: https://github.com/rr-debugger/rr/issues/3485 Strange that now it works without this patch but not with the patch :)