From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1929 invoked by alias); 15 May 2007 10:49:53 -0000 Received: (qmail 1920 invoked by uid 22791); 15 May 2007 10:49:52 -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 10:49:50 +0000 Received: from return.false.org (localhost [127.0.0.1]) by return.false.org (Postfix) with ESMTP id 8A6054B267; Tue, 15 May 2007 05:49:47 -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 757124B262; Tue, 15 May 2007 05:49:47 -0500 (CDT) Received: from drow by caradoc.them.org with local (Exim 4.67) (envelope-from ) id 1HnubC-0006qD-Ii; Tue, 15 May 2007 06:49:46 -0400 Date: Tue, 15 May 2007 10:49:00 -0000 From: Daniel Jacobowitz To: Markus Deuling Cc: GDB Patches Subject: Re: [PATCH]: Add reply to qC packet to gdbserver Message-ID: <20070515104946.GA26259@caradoc.them.org> Mail-Followup-To: Markus Deuling , GDB Patches References: <4649306A.6090404@de.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4649306A.6090404@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/msg00261.txt.bz2 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. -- Daniel Jacobowitz CodeSourcery