summaryrefslogtreecommitdiff
path: root/platform/windows/gdb_script
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-09-04 19:34:09 +0100
committerCarl Hetherington <cth@carlh.net>2015-09-04 21:00:02 +0100
commit374bb921153f5caae5c9638adbd4e3eddaa34797 (patch)
tree335e6ddc51b8d93d53e0dc491c8d791556703c12 /platform/windows/gdb_script
parent5b968bb948b7904cc41c254b7851880e451f6906 (diff)
Add missing Windows gdb support files.
Diffstat (limited to 'platform/windows/gdb_script')
-rw-r--r--platform/windows/gdb_script9
1 files changed, 9 insertions, 0 deletions
diff --git a/platform/windows/gdb_script b/platform/windows/gdb_script
new file mode 100644
index 000000000..c0544e02e
--- /dev/null
+++ b/platform/windows/gdb_script
@@ -0,0 +1,9 @@
+catch throw
+commands
+thread apply all bt
+thread apply all continue
+end
+set pagination off
+run
+thread apply all bt
+quit