Skip to content

Commit 531d898

Browse files
authored
Fix documentation for opening rr replay (#362)
1 parent 7644258 commit 531d898

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/examples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@ gdbgui -r --auth --key private.key --cert host.cert
6464

6565
Use Mozilla's [record and replay](https://rr-project.org) (rr) debugging supplement to gdb. rr lets your record a program (usually with a hard-to-reproduce bug in it), then deterministically replay it as many times as you want. You can even step forwards and backwards.
6666
```
67-
gdbgui --gdb-cmd "rr replay"
67+
gdbgui --gdb-cmd "rr replay --"
6868
```
6969

7070
Use recording other than the most recent one
7171

7272
```
73-
gdbgui --gdb-cmd "rr replay RECORDED_DIRECTORY"
73+
gdbgui --gdb-cmd "rr replay RECORDED_DIRECTORY --"
7474
```
7575

7676
Don't automatically open the browser when launching

0 commit comments

Comments
 (0)