From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22992 invoked by alias); 30 May 2013 17:22:11 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 22953 invoked by uid 89); 30 May 2013 17:22:05 -0000 X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED autolearn=ham version=3.3.1 Received: from gbenson.demon.co.uk (HELO blade.nx) (80.177.220.214) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Thu, 30 May 2013 17:22:03 +0000 Received: by blade.nx (Postfix, from userid 500) id D5FFE264618; Thu, 30 May 2013 18:22:00 +0100 (BST) Date: Thu, 30 May 2013 17:22:00 -0000 From: Gary Benson To: Eli Zaretskii Cc: palves@redhat.com, tromey@redhat.com, gdb-patches@sourceware.org Subject: Re: [RFA 3/7 take 2] New gdbserver functionality Message-ID: <20130530172200.GA14059@blade.nx> Mail-Followup-To: Eli Zaretskii , palves@redhat.com, tromey@redhat.com, gdb-patches@sourceware.org References: <20130524074613.GA4602@blade.nx> <51A64DEE.6070307@redhat.com> <20130530093839.GC5357@blade.nx> <51A72C8A.1080707@redhat.com> <20130530105413.GA8637@blade.nx> <83zjvc4ef3.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <83zjvc4ef3.fsf@gnu.org> X-SW-Source: 2013-05/txt/msg01089.txt.bz2 Eli Zaretskii wrote: > > Date: Thu, 30 May 2013 11:54:13 +0100 > > From: Gary Benson > > Cc: Tom Tromey , gdb-patches@sourceware.org, > > Eli Zaretskii > > > > > * New remote packets > > > > > > qXfer:libraries-svr4:read's annex > > > > > > The previously unused annex of the qXfer:libraries-svr4:read packet > > > has now been defined to support passing an argument list. The > ^^^^^^^^^^^^^^^^^^^^ > "is now used" sounds better. > > > > remote stub reports support for this argument list to gdb's > ^^^ > I believe we use "GDB" in caps elsewhere in NEWS. > > > > qSupported query. The defined arguments are "start" and "prev", > > > used to reduce work necessary for library list updating, resulting > > > in significant speedup. > > > > Nice, if Eli approves I will put that in. > > Fine with me, with those two fixes. Awesome, thanks Eli. Gary