remote debugging with gdb

Daniel Jacobowitz drow@false.org
Wed May 10 13:29:00 GMT 2006


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



More information about the Gdb mailing list