summaryrefslogtreecommitdiff
path: root/tools/run_and_bt.gdb
diff options
context:
space:
mode:
Diffstat (limited to 'tools/run_and_bt.gdb')
-rw-r--r--tools/run_and_bt.gdb7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/run_and_bt.gdb b/tools/run_and_bt.gdb
new file mode 100644
index 0000000..201353f
--- /dev/null
+++ b/tools/run_and_bt.gdb
@@ -0,0 +1,7 @@
+run
+echo ---- [bt full] -------------------------------------------\n
+bt full
+echo -----[thread apply all bt full] --------------------------\n
+thread apply all bt full
+echo ----------------------------------------------------------\n
+quit