Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic
[dcpomatic.git] / platform / windows / gdb_script
1 catch throw
2 commands
3 thread apply all bt
4 thread apply all continue
5 end
6 set pagination off
7 run
8 thread apply all bt
9 quit