mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
Authors of this port:
Petr Pavlu setup@dagobah.cz
Ivo Raisr ivosh@ivosh.net
Theo Schlossnagle theo@omniti.com
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15426
16 lines
557 B
Plaintext
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
|