Skip to content

Commit

Permalink
Fix badge link
Browse files Browse the repository at this point in the history
  • Loading branch information
rocallahan committed May 25, 2024
1 parent 48e8e81 commit eed45e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Overview

[![Build status](https://github.com/rr-debugger/rr/actions/workflows/build-and-test-main.yml/badge.svg)](https://github.com/rr-debugger/rr/actions/workflows/build-and-test-main.yml/badge.svg)
[![Build and test status](https://github.com/rr-debugger/rr/actions/workflows/build-and-test-main.yml/badge.svg?branch=master)](https://github.com/rr-debugger/rr/actions)

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](https://rr-project.org). The best technical overview is currently the paper [Engineering Record And Replay For Deployability: Extended Technical Report](https://arxiv.org/pdf/1705.05937.pdf).
Expand Down

0 comments on commit eed45e3

Please sign in to comment.