CI updates

This commit is contained in:
Markus F.X.J. Oberhumer
2025-07-17 20:47:19 +02:00
parent 9851fba246
commit c51a1130b8
2 changed files with 38 additions and 2 deletions
+3 -2
View File
@@ -24,12 +24,13 @@ commands
x/16i $pc-0x20
end
EOF
catcher=$(readlink -fn catch-sigsegv.gdb)
function emu_gdb() {
gdb -q -x "$catcher" <<end_go --args "$@"
gdb -q -x "$catcher" <<EOF --args "$@"
run
end_go
EOF
}
if [[ -n $upx_exe_runner ]]; then