Skip to content

zhenli1347/rr

This branch is 728 commits behind rr-debugger/rr:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

May 1, 2023
ad46ca7 · May 1, 2023
May 1, 2023
Apr 13, 2023
May 1, 2023
Nov 30, 2021
Mar 28, 2022
Mar 30, 2022
May 1, 2023
Aug 25, 2022
Sep 22, 2016
Feb 3, 2022
May 1, 2023
Mar 28, 2019
Feb 26, 2017
Dec 6, 2015
Jul 2, 2022
Mar 30, 2022
Nov 20, 2017
Sep 20, 2021

Repository files navigation

Overview

Build status

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.

System requirements

  • Linux kernel ≥ 3.11 is required (for PTRACE_SETSIGMASK).
  • rr currently requires either:
  • 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.)

About

Record and Replay Framework

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 62.6%
  • C 28.5%
  • Python 4.8%
  • CMake 1.6%
  • Assembly 1.4%
  • Shell 0.5%
  • Other 0.6%