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 | 0000001008 1008 Bytes | |
2979c60e.patch | 0000002349 2.29 KB | |
5.6.0.tar.gz | 0001579320 1.51 MB | |
_link | 0000000124 124 Bytes | |
rr.changes | 0000007414 7.24 KB | |
rr.spec | 0000002590 2.53 KB |
Revision 40 (latest revision is 53)
Michael Vetter (jubalh)
committed
(revision 40)
- Add 2248c85c.patch: Fix build on Tumbleweed by explicitly including cstdint
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 :)