1 Breakpoint
1 at
0x........
: file passsigalrm.c
, line
53.
2 Breakpoint
2 at
0x........
: file passsigalrm.c
, line
55.
3 Signal Stop Print Pass to
program Description
4 SIGALRM Yes Yes Yes Alarm clock
6 Program received
signal SIGALRM
, Alarm clock.
7 0x........ in syscall ...
8 Signal Stop Print Pass to
program Description
9 SIGALRM No No Yes Alarm clock
11 Breakpoint
1, main
(argc
=1, argv
=0x........
) at passsigalrm.c
:53
15 Breakpoint
2, main
(argc
=1, argv
=0x........
) at passsigalrm.c
:55
16 55 sa.sa_handler
= sigrtmin_handler
;
19 Program received
signal SIGxx
, Real
-time event xx.
20 0x........ in syscall ...
22 Program exited normally.