2010-10-21 04:06:10 -05:00
|
|
|
set pagination off
|
2010-10-20 14:36:02 -05:00
|
|
|
catch throw
|
|
|
|
commands
|
|
|
|
bt
|
|
|
|
cont
|
|
|
|
end
|
|
|
|
catch catch
|
|
|
|
commands
|
|
|
|
bt
|
|
|
|
cont
|
|
|
|
end
|
|
|
|
echo log will be saved as gdbtrace.log, this will take some time, patience...\n
|
|
|
|
set logging redirect on
|
|
|
|
set logging file gdbtrace.log
|
|
|
|
set logging on
|
|
|
|
set logging overwrite on
|
|
|
|
run
|
|
|
|
bt
|
|
|
|
quit
|
|
|
|
set logging off
|
|
|
|
echo log is saved as gdbtrace.log\n
|