1
0
mirror of https://github.com/ioacademy-jikim/debugging synced 2025-06-10 01:16:12 +00:00
2015-12-13 22:34:58 +09:00

16 lines
557 B
Plaintext

# test that signals that must be "directly" passed by gdbserver
# are properly handled.
# GDB optimises "handle SIGNAL nostop noprint pass"
# by telling gdbserver (with QPassSignals packet) to pass
# it directly to the process, without roundtrip to gdb.
prog: passsigalrm
vgopts: --tool=none --vgdb=yes --vgdb-error=0 --vgdb-prefix=./vgdb-prefix-nlpasssigalrm
stderr_filter: filter_stderr
prereq: test -e gdb
progB: gdb
argsB: --quiet -l 60 --nx ./passsigalrm
stdinB: nlpasssigalrm.stdinB.gdb
stdoutB_filter: filter_passsigalrm
stderrB_filter: filter_gdb