diff options
Diffstat (limited to 'platform/windows/gdb_script')
| -rw-r--r-- | platform/windows/gdb_script | 9 |
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 |
