Home | History | Annotate | Download | only in gdbserver_tests
      1 relaying data between gdb and process ....
      2 vgdb-error value changed from 0 to 999999
      3 Breakpoint 1 at 0x........: file sleepers.c, line 72.
      4 Continuing.
      5 [New Thread ....]
      6 Breakpoint 1, sleeper_or_burner (v=0x........) at sleepers.c:72
      7 72	   int i = 0;
      8 Continuing.
      9 [New Thread ....]
     10 Breakpoint 1, sleeper_or_burner (v=0x........) at sleepers.c:72
     11 72	   int i = 0;
     12 Continuing.
     13 [New Thread ....]
     14 Breakpoint 1, sleeper_or_burner (v=0x........) at sleepers.c:72
     15 72	   int i = 0;
     16 Continuing.
     17 Breakpoint 1, sleeper_or_burner (v=0x........) at sleepers.c:72
     18 72	   int i = 0;
     19 Continuing.
     20 Program received signal SIGTRAP, Trace/breakpoint trap.
     21 0x........ in do_burn () at sleepers.c:39
     22 39	   for (i = 0; i < burn; i++) loopnr++;
     23 [Switching to thread 1 (Thread ....)]
     24 #0  0x........ in do_burn () at sleepers.c:39
     25 39	   for (i = 0; i < burn; i++) loopnr++;
     26 $1 = void
     27 [Switching to thread 2 (Thread ....)]
     28 #0  0x........ in syscall ...
     29 Could not write register  "xxx"; remote failure reply 'E.
     30 ERROR changing register  xxx regno y
     31 gdb commands changing registers (pc, sp, ...) (e.g. 'jump',
     32 set pc, calling from gdb a function in the debugged process, ...)
     33 can only be accepted if the thread is VgTs_Runnable or VgTs_Yielding state
     34 Thread status is VgTs_WaitSys
     35 '
     36 [Switching to thread 3 (Thread ....)]
     37 #0  0x........ in syscall ...
     38 Could not write register  "xxx"; remote failure reply 'E.
     39 ERROR changing register  xxx regno y
     40 gdb commands changing registers (pc, sp, ...) (e.g. 'jump',
     41 set pc, calling from gdb a function in the debugged process, ...)
     42 can only be accepted if the thread is VgTs_Runnable or VgTs_Yielding state
     43 Thread status is VgTs_WaitSys
     44 '
     45 [Switching to thread 4 (Thread ....)]
     46 #0  0x........ in syscall ...
     47 Could not write register  "xxx"; remote failure reply 'E.
     48 ERROR changing register  xxx regno y
     49 gdb commands changing registers (pc, sp, ...) (e.g. 'jump',
     50 set pc, calling from gdb a function in the debugged process, ...)
     51 can only be accepted if the thread is VgTs_Runnable or VgTs_Yielding state
     52 Thread status is VgTs_WaitSys
     53 '
     54 monitor command request to kill this process
     55 Remote connection closed
     56