summaryrefslogtreecommitdiff
path: root/solenv/bin/gdbtrycatchtrace-stdout
diff options
context:
space:
mode:
Diffstat (limited to 'solenv/bin/gdbtrycatchtrace-stdout')
-rw-r--r--solenv/bin/gdbtrycatchtrace-stdout14
1 files changed, 0 insertions, 14 deletions
diff --git a/solenv/bin/gdbtrycatchtrace-stdout b/solenv/bin/gdbtrycatchtrace-stdout
deleted file mode 100644
index e606a4f12..000000000
--- a/solenv/bin/gdbtrycatchtrace-stdout
+++ /dev/null
@@ -1,14 +0,0 @@
-set pagination off
-catch throw
-commands
- bt
- cont
-end
-catch catch
-commands
- bt
- cont
-end
-run
-bt
-quit