Fix typo in obtaining a backtrace from all threads in gdb

Also add command to turn off pagination

[ci skip]
This commit is contained in:
Stan Hu
2016-06-12 19:13:14 -07:00
parent 8d243f9bda
commit ec7cdc18c8

View File

@ -147,7 +147,8 @@ bt
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