Update 2024-02-14 07:51 OpenBSD/amd64-x13
This commit is contained in:
8
.bin/OLD/gdb-get-backtrace
Executable file
8
.bin/OLD/gdb-get-backtrace
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
exe=$1
|
||||
core=$2
|
||||
gdb ${exe} \
|
||||
--core ${core} \
|
||||
--batch --quiet \
|
||||
-ex "thread apply all bt full" \
|
||||
-ex "quit";
|
||||
Reference in New Issue
Block a user