This is the mail archive of the gdb@sources.redhat.com 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]

Re: remote protocol extension for step out of range


"J.T. Conklin" wrote:

> It turned out to be trival to implement the above.  I've enclosed a
> patch for review.  The guts are ~50 lines, including comments.  The
> rest is required for the CLI so the user can enable and disable the
> new packets.
> 
> I welcome any comments,

The new packet expects an immediate response.  The remote protocol could
have gone in two different directions here - drop the ack, always
require the ack - and you've chosen the later and that definitly doesn't
worry me :-)

What I'm trying to understand is how this packet will interact with
other things such as that out-of-band output (``O'') packet that comes
from the target.  Ditto for an input packet if that is ever created.

	Andrew

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