commit | bc11e47faeff7d68e7365c63243157911e81437b | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Wed Sep 20 00:21:16 2023 +0000 |
committer | Dan Albert <danalbert@google.com> | Wed Sep 20 00:21:16 2023 +0000 |
tree | dd6e83369185a6da842493e5e293125381c0cc37 | |
parent | 0a47339bd6359a681c5fc55898b944cb8bbe6e68 [diff] | |
parent | eda23a1c9cf89d22b15d838fdf46042b51a3e4ca [diff] |
Upgrade rr to eda23a1c9cf89d22b15d838fdf46042b51a3e4ca This project was upgraded with external_updater. Usage: tools/external_updater/updater.sh update <absolute path to project> For more info, check https://cs.android.com/android/platform/superproject/+/main:tools/external_updater/README.md Test: TreeHugger Change-Id: I7c387115d9643e923e2d887f3d070e460d5a5cf6
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
).