Skip to content

rohlandm/rr

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3233d6b · Dec 18, 2019
Apr 25, 2018
May 7, 2019
Dec 18, 2019
Jan 19, 2019
Sep 22, 2016
Apr 4, 2018
Dec 18, 2019
Mar 28, 2019
Feb 26, 2017
Dec 6, 2015
May 19, 2018
Jan 2, 2019
Nov 20, 2017
Dec 18, 2019

Repository files navigation

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 an Intel CPU with Nehalem (2010) or later microarchitecture.
  • 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++ 64.7%
  • C 26.5%
  • Python 5.4%
  • CMake 1.5%
  • Assembly 0.9%
  • Shell 0.6%
  • Other 0.4%