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
9 lines
278 B
Plaintext
9 lines
278 B
Plaintext
Signal Stop Print Pass to program Description
|
|
SIGALRM Yes Yes Yes Alarm clock
|
|
Continuing.
|
|
Program received signal SIGALRM, Alarm clock.
|
|
0x........ in syscall ...
|
|
Signal Stop Print Pass to program Description
|
|
SIGALRM No No Yes Alarm clock
|
|
Continuing.
|