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:26:47PM +0200, Martin Schuchardt wrote:
> Hello Daniel,
> 
> I've received the following:

Sorry, didn't realize you'd replied to the list too :-)  My response
again, for the archives.

> Packet received: ENN
> Packet qSymbol (symbol-lookup) is supported
> Sending packet: $qPart:auxv:read::0,147#48...Ack
> Packet received: ENN
> Packet qPart_auxv (read-aux-vector) is supported
> Reply contains invalid hex digit 78

Ask the bochs developers to fix this.

1.  "ENN" in the documentation is supposed to mean "E followed by a two
digit number".

2.  If an entirely unsupported packet is received, the stub should not
respond with "ENN", but with "" (an empty packet).

-- 
Daniel Jacobowitz
CodeSourcery


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