Commit ec7cdc18 authored by Stan Hu's avatar Stan Hu

Fix typo in obtaining a backtrace from all threads in gdb

Also add command to turn off pagination

[ci skip]
parent 8d243f9b
...@@ -147,7 +147,8 @@ bt ...@@ -147,7 +147,8 @@ bt
To output a backtrace from all threads at once: To output a backtrace from all threads at once:
``` ```
apply all thread bt set pagination off
thread apply all bt
``` ```
Once you're done debugging with `gdb`, be sure to detach from the process and Once you're done debugging with `gdb`, be sure to detach from the process and
......
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