From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8118 invoked by alias); 24 May 2010 18:06:56 -0000 Received: (qmail 8110 invoked by uid 22791); 24 May 2010 18:06:55 -0000 X-SWARE-Spam-Status: No, hits=0.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RCVD_IN_JMF_BL,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout23.012.net.il (HELO mtaout23.012.net.il) (80.179.55.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 24 May 2010 18:06:51 +0000 Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0L2X00800RJDKI00@a-mtaout23.012.net.il> for gdb-patches@sourceware.org; Mon, 24 May 2010 21:06:49 +0300 (IDT) Received: from HOME-C4E4A596F7 ([84.228.221.110]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L2X006UVRNC9580@a-mtaout23.012.net.il>; Mon, 24 May 2010 21:06:48 +0300 (IDT) Date: Mon, 24 May 2010 18:23:00 -0000 From: Eli Zaretskii Subject: Re: [RFA] New qRelocInsn RSP packet, docs and NEWS. In-reply-to: <201005241435.45703.pedro@codesourcery.com> To: Pedro Alves Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83hblxnphg.fsf@gnu.org> References: <201005241435.45703.pedro@codesourcery.com> 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: 2010-05/txt/msg00551.txt.bz2 > From: Pedro Alves > Date: Mon, 24 May 2010 14:35:45 +0100 > > This extracts the new qRelocInsn packet from this larger patch: > > [GDBserver fast tracepoints support] > http://sourceware.org/ml/gdb-patches/2010-05/msg00149.html > > It also extends the documentation a bit compared to that other > patch, and also adds a NEWS entry. The documentation parts of the patch, including the NEWS entry, are fine with me. Thanks.