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