commit | 069ace052af3aedc134015712519468140a90b30 | [log] [tgz] |
---|---|---|
author | Robert O'Callahan <robert@ocallahan.org> | Sun Aug 07 21:06:04 2022 +1200 |
committer | Robert O'Callahan <robert@ocallahan.org> | Sun Aug 07 21:06:04 2022 +1200 |
tree | ad000c0721dc1c3cd9fca547e2156c8856f86a10 | |
parent | 103cec1086cebe6744ddcb1385d096b29b44a4de [diff] |
Bump version to 5.6.0.
rr is a lightweight tool for recording, replaying and debugging execution of applications (trees of processes and threads). Debugging extends gdb with very efficient reverse-execution, which in combination with standard gdb/x86 features like hardware data watchpoints, makes debugging much more fun. More information about the project, including instructions on how to install, run, and build rr, is at https://rr-project.org. The best technical overview is currently the paper Engineering Record And Replay For Deployability: Extended Technical Report.
Or go directly to the installation and building instructions.
Please contribute! Make sure to review the pull request checklist before submitting a pull request.
If you find rr useful, please add a testimonial.
rr development is sponsored by Pernosco and was originated by Mozilla.
PTRACE_SETSIGMASK
).