Solaris: fix a few compiler warnings
[valgrind.git] / gdbserver_tests / nlpasssigalrm.stdoutB.exp
blob625883e0647bb0eb9882f9ccbd4f2ba01a2b9d1f
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
5 Continuing.
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
10 Continuing.
11 Breakpoint 1, main (argc=1, argv=0x........) at passsigalrm.c:53
12 53 breakme++;
13 $1 = 0
14 Continuing.
15 Breakpoint 2, main (argc=1, argv=0x........) at passsigalrm.c:55
16 55 sa.sa_handler = sigrtmin_handler;
17 $2 = 1
18 Continuing.
19 Program received signal SIGxx, Real-time event xx.
20 0x........ in syscall ...
21 Continuing.
22 Program exited normally.