mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
* Fix bug in logic related to signal-passing * use SIGSTOP instead of SIGTRAP (avoid race condition) (Philippe Waroquiers, philippe.waroquiers@skynet.be). Bug 214909 comment 109. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11837
16 lines
549 B
Plaintext
16 lines
549 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_gdb
|
|
stderrB_filter: filter_gdb
|