Ticket #11190: gdbcommands

File gdbcommands, 207 bytes (added by Ian Richardson <grandmastermarclar@…>, 13 years ago)

gdbcommands, based on the info from http://www.mythtv.org/wiki/Debugging#Running_gdb_directly onwards

Line 
1handle SIGPIPE nostop noprint
2handle SIG33 nostop noprint
3set logging on
4set pagination off
5set breakpoint pending on
6break qFatal
7set args --logpath /tmp -v all
8run
9thread apply all bt full
10set logging off