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