From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8759 invoked by alias); 26 Jan 2012 17:15:43 -0000 Received: (qmail 8694 invoked by uid 22791); 26 Jan 2012 17:15:42 -0000 X-SWARE-Spam-Status: No, hits=-1.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL,TW_AQ,TW_QN X-Spam-Check-By: sourceware.org Received: from mtaout22.012.net.il (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 26 Jan 2012 17:15:29 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0LYF00M0017U0R00@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Thu, 26 Jan 2012 19:14:57 +0200 (IST) Received: from HOME-C4E4A596F7 ([84.228.102.195]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LYF00LXI18WWK20@a-mtaout22.012.net.il>; Thu, 26 Jan 2012 19:14:57 +0200 (IST) Date: Thu, 26 Jan 2012 17:43:00 -0000 From: Eli Zaretskii Subject: Re: [patch 4/8] `use_agent' for remote and QAgent In-reply-to: <4F20B216.9020104@codesourcery.com> To: Yao Qi Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <831uqm1j3q.fsf@gnu.org> References: <4F1D55D7.7030506@codesourcery.com> <4F1D666E.4010204@codesourcery.com> <838vky2vdf.fsf@gnu.org> <4F20B216.9020104@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: 2012-01/txt/msg00914.txt.bz2 > Date: Thu, 26 Jan 2012 09:53:26 +0800 > From: Yao Qi > CC: > > On 01/24/2012 01:15 AM, Eli Zaretskii wrote: > > Same here: it's not clear what does "helper" mean. At the very least, > > there should be a cross-reference to where this is described in the > > manual. > > I add some words here, and a cross-reference to node "Control Agent". Thanks. > +Turn on or off the agent as a helper to perform some debugging operations > +delegated from @value{GDBN}. (@pxref{Control Agent}) Please move the parentheses with @pxref before the period: delegated from @value{GDBN} (@pxref{Control Agent}). > +The remote stub understaqnds the @samp{QAgent} packet. ^^^^^^^^^^^^ A typo. OK with these changes.