Skip to content
Snippets Groups Projects
Commit b36ceff7 authored by Daniel Salzman's avatar Daniel Salzman
Browse files

doc: troubleshooting, tune gdb commands II

parent cebebad6
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,8 @@ To save the backtrace into a file, the following GDB commands can be used::
(gdb) set pagination off
(gdb) set logging file backtrace.txt
(gdb) set logging on
(gdb) thread apply all bt
(gdb) info threads
(gdb) thread apply all bt full
(gdb) set logging off
To generate a core dump of a running process, the `gcore` utility can be used::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment