Move Image::as_png() out to image_as_png().
[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