1 Breakpoint 1 at 0x........: file t.c, line 112.
2 Breakpoint 2 at 0x........: file t.c, line 117.
4 Breakpoint 1, main (argc=1, argv=0x........) at t.c:112
5 112 breakme(__LINE__); //break1
6 breakme (line=112) at t.c:100
8 old_pc has changed after step
10 old_pc has changed after step
11 main (argc=1, argv=0x........) at t.c:113
12 113 for (i = len-1; i >= 0; i=i-2)
13 old_pc has changed after step
14 114 undefined[i] = undef;
18 113 for (i = len-1; i >= 0; i=i-2)
19 old_pc has changed after step
20 114 undefined[i] = undef;
21 old_pc has changed after step
22 113 for (i = len-1; i >= 0; i=i-2)
26 114 undefined[i] = undef;
30 113 for (i = len-1; i >= 0; i=i-2)
37 Breakpoint 2, main (argc=1, argv=0x........) at t.c:117
38 117 breakme(__LINE__); //break2
39 breakme (line=117) at t.c:100
41 Run till exit from #0 breakme (line=117) at t.c:100
42 main (argc=1, argv=0x........) at t.c:119
44 Delete all breakpoints? (y or n) [answered Y; input not from terminal]
46 Program received signal SIGTRAP, Trace/breakpoint trap.
47 0x........ in make_error (s=0x........ "called from level") at t.c:40
49 43 printf ("%s int_und is not zero\n", s);
50 old_pc has changed after step
52 Program received signal SIGTRAP, Trace/breakpoint trap.
53 0x........ in make_error (s=0x........ "called from main") at t.c:40