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 |
---|---|---|
2248c85c.patch | 0000001004 1004 Bytes | |
2979c60e.patch | 0000002347 2.29 KB | |
5.6.0.tar.gz | 0001579320 1.51 MB | |
_link | 0000000124 124 Bytes | |
e32502d0.patch | 0000008246 8.05 KB | |
rr.changes | 0000007655 7.48 KB | |
rr.spec | 0000002713 2.65 KB |
Revision 43 (latest revision is 53)
Michael Vetter (jubalh)
committed
(revision 43)
- Add e32502d0.patch: Avoid having type members and enum members
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 :)