Skip to content
master
Go to file
Code

Latest commit

…llow it

It has been confirmed that the workaround sticks when SSB mitigation is
either fully enabled or disabled, as opposed to configurable per
process.
dce1912

Git stats

Files

Permalink
Failed to load latest commit information.

README.md

Overview

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.

System requirements

  • Linux kernel ≥ 3.11 is required (for PTRACE_SETSIGMASK).
  • rr currently requires either:
  • An Intel CPU with Nehalem (2010) or later microarchitecture.
  • Certain AMD Zen or later processors (see https://github.com/mozilla/rr/wiki/Zen)
  • Running in a VM guest is supported, as long as the VM supports virtualization of hardware performance counters. (VMware and KVM are known to work; Xen does not.)
You can’t perform that action at this time.