blob: 5c4e3952e42f368218efa301c2868511372c3dd6 [file] [log] [blame]
sewardjb2572b52011-06-26 09:36:38 +00001# 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_gdb
15stderrB_filter: filter_gdb