commit | 815eae2f4de45c990c92dcf12da818dcf816b7ea | [log] [tgz] |
---|---|---|
author | Robert O'Callahan <robert@ocallahan.org> | Mon Sep 20 13:00:14 2021 +1200 |
committer | Robert O'Callahan <robert@ocallahan.org> | Mon Sep 20 18:24:50 2021 +1200 |
tree | 4d560be0665ca0cd4359b002d619442af4a46bea | |
parent | be1c80e3d6b1b477ac2402240824c9f739add69f [diff] |
Bump version to 5.5.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
).