mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-20 14:11:11 +00:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user