aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Abhishek Arya <inferno@chromium.org>2017-01-05 23:40:13 -0800
committerGravatar GitHub <noreply@github.com>2017-01-05 23:40:13 -0800
commit68a3ca3ff1406210f2cea05d4add11846a530c6c (patch)
tree18e800907daa423da7385629ea2272846233dc92
parentdd99c15ecf75bec730add4bf86fa08852d862e88 (diff)
Update debugging.md
-rw-r--r--docs/debugging.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/debugging.md b/docs/debugging.md
index 9a07af16..24f88446 100644
--- a/docs/debugging.md
+++ b/docs/debugging.md
@@ -14,5 +14,5 @@ If you decide to debug a fuzzer with gdb (which is already installed in base-run
you will need to start a container in privileged mode:
```bash
-docker run -ti --privileged -v /tmp/out:/out ossfuzz/base-runner-debug gdb /out/fuzzer_name
+docker run -ti --privileged -v /tmp/out:/out ossfuzz/base-runner-debug gdb /out/<fuzz_target_name>
```