add a gdb script for debugging globals

This commit is contained in:
Caolán McNamara 2011-06-01 12:20:08 +01:00
parent 234e219018
commit fedd000b4d

View file

@ -0,0 +1,8 @@
set pagination off
break __cxa_atexit
commands
bt
cont
end
run
quit