Home | History | Annotate | Download | only in gdbserver_tests
      1 Breakpoint 1 at 0x........: file t.c, line 113.
      2 Breakpoint 2 at 0x........: file t.c, line 118.
      3 Continuing.
      4 Breakpoint 1, main (argc=1, argv=0x........) at t.c:113
      5 113	  breakme(__LINE__); //break1
      6 breakme (line=113) at t.c:101
      7 101	   if (line > 1000)
      8 old_pc has changed after step
      9 103	}
     10 old_pc has changed after step
     11 main (argc=1, argv=0x........) at t.c:114
     12 114	  for (i = len-1; i >= 0; i=i-2)
     13 old_pc has changed after step
     14 115	     undefined[i] = undef;
     15 $1 = void
     16 $2 = "undefined"
     17 $3 = 8
     18 114	  for (i = len-1; i >= 0; i=i-2)
     19 old_pc has changed after step
     20 115	     undefined[i] = undef;
     21 old_pc has changed after step
     22 114	  for (i = len-1; i >= 0; i=i-2)
     23 $4 = void
     24 $5 = "undefi?e?"
     25 $6 = 6
     26 115	     undefined[i] = undef;
     27 $7 = void
     28 $8 = "undefi?e?"
     29 $9 = 4
     30 114	  for (i = len-1; i >= 0; i=i-2)
     31 $10 = void
     32 $11 = "unde?i?e?"
     33 $12 = 4
     34 $13 = 1
     35 $14 = void
     36 Continuing.
     37 Breakpoint 2, main (argc=1, argv=0x........) at t.c:118
     38 118	  breakme(__LINE__); //break2
     39 Breakpoint 3 at 0x........: file t.c, line 120.
     40 Continuing.
     41 Breakpoint 3, main (argc=1, argv=0x........) at t.c:120
     42 120	  if (argc > 1)
     43 Delete all breakpoints? (y or n) [answered Y; input not from terminal]
     44 Continuing.
     45 Program received signal SIGTRAP, Trace/breakpoint trap.
     46 0x........ in make_error (s=0x........ "called from level") at t.c:41
     47 41	  if (int_und == 0)
     48 44	     printf ("%s int_und is not zero\n", s);
     49 old_pc has changed after step
     50 Continuing.
     51 Program received signal SIGTRAP, Trace/breakpoint trap.
     52 0x........ in make_error (s=0x........ "called from main") at t.c:41
     53 41	  if (int_und == 0)
     54