summaryrefslogtreecommitdiff
path: root/solenv/bin
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-06-01 12:20:08 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-06-01 15:16:10 +0100
commitfedd000b4d01202b2c3764a4862dc038315dd467 (patch)
treeee608d4476a4c096475297849f7c5b484ab7618f /solenv/bin
parent234e21901805b2265dc6ee27c0ad6054072e0956 (diff)
add a gdb script for debugging globals
Diffstat (limited to 'solenv/bin')
-rw-r--r--solenv/bin/gdb_cxa-atexit_trace-stdout8
1 files changed, 8 insertions, 0 deletions
diff --git a/solenv/bin/gdb_cxa-atexit_trace-stdout b/solenv/bin/gdb_cxa-atexit_trace-stdout
new file mode 100644
index 000000000000..25cfe98974ce
--- /dev/null
+++ b/solenv/bin/gdb_cxa-atexit_trace-stdout
@@ -0,0 +1,8 @@
+set pagination off
+break __cxa_atexit
+commands
+ bt
+ cont
+end
+run
+quit