Commit c7dd62a0 authored by Daniel Axelrod's avatar Daniel Axelrod

Fix gdb backtrace command

Correct the command to get a gdb backtrace from all threads. `apply` is
not a valid gdb command.

See https://sourceware.org/gdb/onlinedocs/gdb/Threads.html#Threads .
parent e2e3f196
......@@ -107,7 +107,7 @@ downtime. Otherwise skip to the next section.
1. To see the current threads, run:
```
apply all thread bt
thread apply all bt
```
1. Once you're done debugging with `gdb`, be sure to detach from the process and exit:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment