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 7 prog: passsigalrm 8 vgopts: --tool=none --vgdb=yes --vgdb-error=0 --vgdb-prefix=./vgdb-prefix-nlpasssigalrm 9 stderr_filter: filter_stderr 10 prereq: test -e gdb 11 progB: gdb 12 argsB: --quiet -l 60 --nx ./passsigalrm 13 stdinB: nlpasssigalrm.stdinB.gdb 14 stdoutB_filter: filter_gdb 15 stderrB_filter: filter_gdb 16