mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-12 14:20:04 +00:00
The test will very probably fail on MacOS (as gdb output will contain SIGUSR1 rather than signal SIGRTMIN, but at least it should compile). (not tested on MacOS; just tested that it still works on linux) git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12594
22 lines
706 B
Plaintext
22 lines
706 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.
|