commit | 32a468c4a51201eeb7be02d25809558237d4f536 | [log] [tgz] |
---|---|---|
author | Robert O'Callahan <robert@ocallahan.org> | Sat May 26 18:55:22 2018 +1200 |
committer | Robert O'Callahan <robert@ocallahan.org> | Sat May 26 18:55:22 2018 +1200 |
tree | 195dbf494212fb308d027702613a889497be3f09 | |
parent | a206026012558f63190c085c4110d6139c687c74 [diff] |
Bump version to 5.2.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.
PTRACE_SETSIGMASK
).