add a gdb script for debugging globals
This commit is contained in:
parent
234e219018
commit
fedd000b4d
1 changed files with 8 additions and 0 deletions
8
solenv/bin/gdb_cxa-atexit_trace-stdout
Normal file
8
solenv/bin/gdb_cxa-atexit_trace-stdout
Normal file
|
@ -0,0 +1,8 @@
|
|||
set pagination off
|
||||
break __cxa_atexit
|
||||
commands
|
||||
bt
|
||||
cont
|
||||
end
|
||||
run
|
||||
quit
|
Loading…
Reference in a new issue