This is the mail archive of the gdb-patches@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: [rfc] Implementation of qXfer


On Wed, Jul 05, 2006 at 03:15:37PM -0400, Daniel Jacobowitz wrote:
> On Wed, Jun 21, 2006 at 11:32:47PM -0400, Daniel Jacobowitz wrote:
> > This is the implementation to go along with the packet I just proposed:
> >   http://sourceware.org/ml/gdb/2006-06/msg00179.html
> 
> Here's a revised version.  The change to take advantage of 'l' (no more
> data after this one) responses is now localized to gdb/remote.c, in a
> much less distressing fashion.  I also fixed a few boundary condition
> bugs; I had an off-by-one in gdbserver and a matching bug in gdb that
> failed to catch it.  I also fixed up the texinfo anchors, and some bits
> were broken out into other patches and committed separately.
> 
> Any comments?  Otherwise, I plan to commit this version soon.

Retested and checked in!  On to my next remote protocol project;
several still to go.

-- 
Daniel Jacobowitz
CodeSourcery


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