From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4577 invoked by alias); 15 May 2007 18:34:37 -0000 Received: (qmail 4564 invoked by uid 22791); 15 May 2007 18:34:36 -0000 X-Spam-Check-By: sourceware.org Received: from return.false.org (HELO return.false.org) (66.207.162.98) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 15 May 2007 18:34:32 +0000 Received: from return.false.org (localhost [127.0.0.1]) by return.false.org (Postfix) with ESMTP id A54354B267; Tue, 15 May 2007 13:34:30 -0500 (CDT) Received: from caradoc.them.org (dsl093-172-095.pit1.dsl.speakeasy.net [66.93.172.95]) by return.false.org (Postfix) with ESMTP id 83C474B262; Tue, 15 May 2007 13:34:30 -0500 (CDT) Received: from drow by caradoc.them.org with local (Exim 4.67) (envelope-from ) id 1Ho1qv-0008FK-Pz; Tue, 15 May 2007 14:34:29 -0400 Date: Tue, 15 May 2007 18:34:00 -0000 From: Daniel Jacobowitz To: Markus Deuling Cc: GDB Patches , Ulrich Weigand Subject: Re: [PATCH]: Add reply to qC packet to gdbserver Message-ID: <20070515183429.GA31684@caradoc.them.org> Mail-Followup-To: Markus Deuling , GDB Patches , Ulrich Weigand References: <4649306A.6090404@de.ibm.com> <20070515104946.GA26259@caradoc.them.org> <4649F0BF.9000507@de.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4649F0BF.9000507@de.ibm.com> User-Agent: Mutt/1.5.15 (2007-04-09) X-IsSubscribed: yes 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 X-SW-Source: 2007-05/txt/msg00267.txt.bz2 On Tue, May 15, 2007 at 07:41:19PM +0200, Markus Deuling wrote: > Daniel Jacobowitz wrote: > > On Tue, May 15, 2007 at 06:00:42AM +0200, Markus Deuling wrote: > >> Hi, > >> > >> this is the reworked patch (see: > >> http://sourceware.org/ml/gdb-patches/2007-05/msg00247.html) for adding > >> replies to qC packets to gdbserver. > >> > >> Test suite showed no regressions on x86. Is this ok to commit? > > It should use thread_to_gdb_id, just like qfThreadInfo. Otherwise OK. > > Thanks again. I guess this is the patch then :-) Testsuite showed no > regressions. > > Ok to commit? > > > ChangeLog: > * gdbserver/server.c (handle_query): Add reply for qC packet. OK. -- Daniel Jacobowitz CodeSourcery