Bug 12102 - Gdbserver failed to reponse to random 'next'.
Summary: Gdbserver failed to reponse to random 'next'.
Status: UNCONFIRMED
Alias: None
Product: gdb
Classification: Unclassified
Component: remote (show other bugs)
Version: 7.2
: P2 critical
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-08 05:46 UTC by tb
Modified: 2010-10-08 05:53 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments
gdbserver --remote-debug logfile (8.52 KB, text/plain)
2010-10-08 05:46 UTC, tb
Details
the code debugged (1.34 KB, application/octet-stream)
2010-10-08 05:53 UTC, tb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tb 2010-10-08 05:46:42 UTC
Created attachment 5043 [details]
gdbserver --remote-debug logfile

Remote debugger through gdbserver with gdb in interpret mi mode, Gdbserver fails to reponse to random 'next'.

Error message:

&"Cannot execute this command while the target is running.\n"
^error,msg="Cannot execute this command while the target is running."

While the inferior's state:

ps -el
F S   UID   PID  PPID  C PRI  NI ADDR SZ WCHAN  TTY          TIME CMD
0 T     0  7464   887  0  80   0 -   976 ptrace tty1     00:00:00 main

the gdbserver --remote-debug logfile is attached.

the main been debugged is attached
Comment 1 tb 2010-10-08 05:53:07 UTC
Created attachment 5044 [details]
the code debugged