blob: 137e19a2cebeecb9458f584f2f3789ce29ff2a8e [file] [log] [blame]
sewardj3b290482011-05-06 21:02:55 +00001relaying data between gdb and process ....
sewardj3b290482011-05-06 21:02:55 +00002vgdb-error value changed from 0 to 999999
3Breakpoint 1 at 0x........: file sleepers.c, line 72.
4Continuing.
5[New Thread ....]
6Breakpoint 1, sleeper_or_burner (v=0x........) at sleepers.c:72
772 int i = 0;
8Continuing.
9[New Thread ....]
10Breakpoint 1, sleeper_or_burner (v=0x........) at sleepers.c:72
1172 int i = 0;
12Continuing.
13[New Thread ....]
14Breakpoint 1, sleeper_or_burner (v=0x........) at sleepers.c:72
1572 int i = 0;
16Continuing.
17Breakpoint 1, sleeper_or_burner (v=0x........) at sleepers.c:72
1872 int i = 0;
19Continuing.
20Program received signal SIGTRAP, Trace/breakpoint trap.
210x........ in do_burn () at sleepers.c:39
2239 for (i = 0; i < burn; i++) loopnr++;
sewardj6b7357b2011-05-27 13:23:44 +000023[Switching to thread 1 (Thread ....)]
24#0 0x........ in do_burn () at sleepers.c:39
sewardj3b290482011-05-06 21:02:55 +00002539 for (i = 0; i < burn; i++) loopnr++;
26$1 = void
sewardj6b7357b2011-05-27 13:23:44 +000027[Switching to thread 2 (Thread ....)]
28#0 0x........ in syscall ...
sewardj3b290482011-05-06 21:02:55 +000029Could not write register "xxx"; remote failure reply 'E.
30ERROR changing register xxx regno y
31gdb commands changing registers (pc, sp, ...) (e.g. 'jump',
32set pc, calling from gdb a function in the debugged process, ...)
33can only be accepted if the thread is VgTs_Runnable or VgTs_Yielding state
34Thread status is VgTs_WaitSys
35'
sewardj6b7357b2011-05-27 13:23:44 +000036[Switching to thread 3 (Thread ....)]
37#0 0x........ in syscall ...
sewardj3b290482011-05-06 21:02:55 +000038Could not write register "xxx"; remote failure reply 'E.
39ERROR changing register xxx regno y
40gdb commands changing registers (pc, sp, ...) (e.g. 'jump',
41set pc, calling from gdb a function in the debugged process, ...)
42can only be accepted if the thread is VgTs_Runnable or VgTs_Yielding state
43Thread status is VgTs_WaitSys
44'
sewardj6b7357b2011-05-27 13:23:44 +000045[Switching to thread 4 (Thread ....)]
46#0 0x........ in syscall ...
sewardjeefeeb72011-05-10 11:01:07 +000047Could not write register "xxx"; remote failure reply 'E.
48ERROR changing register xxx regno y
49gdb commands changing registers (pc, sp, ...) (e.g. 'jump',
50set pc, calling from gdb a function in the debugged process, ...)
51can only be accepted if the thread is VgTs_Runnable or VgTs_Yielding state
52Thread status is VgTs_WaitSys
53'
sewardj3b290482011-05-06 21:02:55 +000054monitor command request to kill this process
55Remote connection closed