mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-15 15:14:21 +00:00
patch from Mark Wielaard. (with small modifications). Also clarified some comments related to the resume reply. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13052
23 lines
731 B
Plaintext
23 lines
731 B
Plaintext
Breakpoint 1 at 0x........: file passsigalrm.c, line 53.
|
|
Breakpoint 2 at 0x........: file passsigalrm.c, line 55.
|
|
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.
|
|
Breakpoint 1, main (argc=1, argv=0x........) at passsigalrm.c:53
|
|
53 breakme++;
|
|
$1 = 0
|
|
Continuing.
|
|
Breakpoint 2, main (argc=1, argv=0x........) at passsigalrm.c:55
|
|
55 sa.sa_handler = sigrtmin_handler;
|
|
$2 = 1
|
|
Continuing.
|
|
Program received signal SIG34, Real-time event 34.
|
|
0x........ in syscall ...
|
|
Continuing.
|
|
Program exited normally.
|