Solaris: fix a few compiler warnings
[valgrind.git] / gdbserver_tests / nlpasssigalrm.vgtest
blob0450207a632aeca0e8c1cd6b553895d761bc1b94
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.
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_passsigalrm
15 stderrB_filter: filter_gdb