From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8173 invoked by alias); 12 Jul 2006 18:51:01 -0000 Received: (qmail 7974 invoked by uid 22791); 12 Jul 2006 18:50:59 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Wed, 12 Jul 2006 18:50:56 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1G0jnR-0007Kq-Te for gdb-patches@sourceware.org; Wed, 12 Jul 2006 14:50:53 -0400 Date: Wed, 12 Jul 2006 18:51:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sourceware.org Subject: Re: [rfc] Implementation of qXfer Message-ID: <20060712185053.GI24622@nevyn.them.org> Mail-Followup-To: gdb-patches@sourceware.org References: <20060622033247.GA27704@nevyn.them.org> <20060705191537.GC26278@nevyn.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060705191537.GC26278@nevyn.them.org> User-Agent: Mutt/1.5.11+cvs20060403 X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-07/txt/msg00121.txt.bz2 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