This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: remote debugging with gdb


On Wed, May 10, 2006 at 07:07:46PM +0200, Martin Schuchardt wrote:
> Now I get the following error message:
> 
> (gdb) target remote localhost:1234
> 
> Remote debugging using localhost:1234
> 0x0000fff0 in ?? ()
> Reply contains invalid hex digit 78
> 
> Does anybody know, why I get this reply? Bochs is still waiting for 
> connection on localhost:1234. The complete Programm works fine without 
> the debugger. (when I disable the debugger, bochs works fine and seems 
> to work corrently.

Use "set debug remote 1" to see what you've received from the remote
stub.

-- 
Daniel Jacobowitz
CodeSourcery


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]