cfe0ccb95d
the change is only for Linux; it will help users to provide the needed debug info; thanks Kendy for the idea
12 lines
277 B
Text
12 lines
277 B
Text
set pagination off
|
|
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
|
|
thread apply all bt
|
|
quit
|
|
set logging off
|
|
echo log is saved as gdbtrace.log\n
|