14 lines
334 B
Plaintext
14 lines
334 B
Plaintext
set pagination off
|
|
echo log will be saved as gdbtrace.log, this will take some time, patience...\n
|
|
handle SIGPIPE SIGXCPU SIG33 SIG35 SIGPWR nostop noprint
|
|
set logging redirect on
|
|
set logging file gdbtrace.log
|
|
set logging on
|
|
set logging overwrite on
|
|
run
|
|
bt
|
|
thread apply all bt
|
|
quit
|
|
set logging off
|
|
echo log is saved as gdbtrace.log\n
|