commit | 85cbd135a054c1df5d98ffad1e756baec5994c42 | [log] [tgz] |
---|---|---|
author | Robert O'Callahan <[email protected]> | Thu Jul 30 13:58:01 2020 +1200 |
committer | Robert O'Callahan <[email protected]> | Thu Jul 30 13:58:01 2020 +1200 |
tree | c8485946240223315e712ec82c8063f3dfda31b2 | |
parent | da7e2e80aeacf7b4d3efdf61ff310118f02ce51a [diff] |
Allow ENOENT in case the process has already been reaped
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
).