rr-debugger/rr
Record and Replay Framework observed · 2026-08-28
Health v2 · maintenance only
67/100
- Activity 98
- Release rhythm 8
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5487
- days_rel: 566
- days_push: 17
- n_releases_24m: 1
Adoption not part of the score
10630 stars · 663 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
rr is a lightweight record-and-replay framework for Linux that captures the full execution of applications (process and thread trees) and replays it deterministically. It extends gdb with efficient reverse-execution, letting developers debug recorded failures repeatedly with breakpoints and data watchpoints.
Use cases
- debug an intermittent crash by recording it once and replaying deterministically
- reverse-execute under gdb to find where memory was corrupted
- reproduce a race condition reliably using chaos mode
- debug multi-process workloads including containers
- share compact execution traces between machines for collaborative debugging
When to choose
- you debug C/C++ programs on Linux with hard-to-reproduce bugs
- you need deterministic replay and reverse execution with gdb integration
- you want low-overhead recording of single-threaded or multi-threaded workloads
When to avoid
- you need a debugger on Windows or macOS
- your CPU lacks Intel Nehalem+, supported AMD Zen, or AArch64 performance counters
- you run on Xen or a VM without hardware performance counter virtualization
Facets
cli-tool · maturity active
testing developer-tools reverse-engineering developer-tools operating-systems cli record-and-replay reverse-execution gdb deterministic-debugging debugger debugging linux
2 sources
- readme: https://github.com/rr-debugger/rr · fetched 2026-08-28 · 0e0405ea1c7f
- homepage: http://rr-project.org/ · fetched 2026-08-29 · da51168b08f4
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| rr-debugger/rr | main | 67 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem