Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 207 Bytes

gdb.md

File metadata and controls

15 lines (13 loc) · 207 Bytes

Write output to log file:

set logging file /tmp/gdb.txt
set logging on

Turn off pagination:

set pagination off

Include all threads when printing backtrace info:

thread apply all bt