Ross ROSS = Recommend OSS · open-source software intelligence for agents

rr-debugger/rr

Record and Replay Framework observed · 2026-08-28

github.com/rr-debugger/rr · homepage · C++ · NOASSERTION (other) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
rr-debugger/rrmain67

For agents

markdown · JSON · MCP: product_card(name="rr-debugger/rr")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem