commit | 3d25ffe3288fb774b352142f27e6639a8d78263f | [log] [tgz] |
---|---|---|
author | Yichao Yu <[email protected]> | Thu Jun 23 00:36:00 2022 -0400 |
committer | Robert O'Callahan <[email protected]> | Thu Jun 23 18:20:58 2022 +1200 |
tree | b68c5ed7728ca02cd68c332e0c823cb7f281b3b7 | |
parent | 9bd3c875d3d5661584e728478a0f41b5c9b24a6e [diff] |
Fix two cases of unexpected entrance/exit to syscallbuf code range These were causing the signal handler to defer signal delivery when it shouldn't have. These were probably more likely to happen on aarch64 since the counter we use counts all the branches and not just conditional ones.
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
).