Jon Turney wrote:
On 01/10/2018 10:20, Mark Geisert wrote:
For those Cygwin developers who tend to attract stackdump files...
..mark (who defines an alias 'bt' to launch the script because he can't get
gdb out of his head)
Nice. Thanks.
OTHERS=`ldd $IMG1 | awk '{print $3}' | sort -r | tr '\
On 01/10/2018 10:20, Mark Geisert wrote:
For those Cygwin developers who tend to attract stackdump files...
..mark (who defines an alias 'bt' to launch the script because he can't
get gdb out of his head)
Nice. Thanks.
OTHERS=`ldd $IMG1 | awk '{print $3}' | sort -r | tr '\\n' ' '`
One thi
For those Cygwin developers who tend to attract stackdump files...
..mark (who defines an alias 'bt' to launch the script because he can't get gdb
out of his head)
h/t to JT
#!/bin/bash
#
# stackdump2backtrace (incremented)
# Munges a Cygwin stackdump file into a real backtrace
#
#
3 matches
Mail list logo