Files
rocm-systems/scripts/functional_tests/gdbscript
T

17 líneas
238 B
Plaintext
Original Vista normal Histórico

2024-07-01 09:57:08 -05:00
set pagination off
set print frame-arguments all
set logging file log.dat
set logging on
set $_exitcode = -1
run
if $_exitcode != -1
quit
else
#backtrace
# backtrace for all threads
thread apply all bt full
quit
end