mirror of
https://github.com/opentibiabr/canary
synced 2026-08-16 06:26:09 -04:00
13 lines
149 B
Text
13 lines
149 B
Text
#Arguments for gdb configuration
|
|
|
|
set $_exitcode = 999
|
|
run
|
|
|
|
if $_exitcode == 999
|
|
thread apply all bt full
|
|
quit
|
|
end
|
|
|
|
if $_exitcode != 999
|
|
quit
|
|
end
|