From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24183 invoked by alias); 20 Feb 2012 03:56:59 -0000 Received: (qmail 24168 invoked by uid 22791); 20 Feb 2012 03:56:58 -0000 X-SWARE-Spam-Status: No, hits=-1.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL 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; Mon, 20 Feb 2012 03:56:38 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0LZO00D00ASTHQ00@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Mon, 20 Feb 2012 05:56:18 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.124.150.51]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LZO00DIPAXT5780@a-mtaout22.012.net.il>; Mon, 20 Feb 2012 05:56:18 +0200 (IST) Date: Mon, 20 Feb 2012 06:22:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH 4/9] agent doc In-reply-to: <4F41B2B1.2040303@codesourcery.com> To: Yao Qi Cc: gdb-patches@sourceware.org, palves@redhat.com Reply-to: Eli Zaretskii Message-id: <83zkcetb13.fsf@gnu.org> References: <1329447300-18841-1-git-send-email-yao@codesourcery.com> <1329447300-18841-5-git-send-email-yao@codesourcery.com> <83booxwv0m.fsf@gnu.org> <4F3E5251.1030202@codesourcery.com> <83r4xsuxft.fsf@gnu.org> <4F41B2B1.2040303@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-02/txt/msg00393.txt.bz2 > Date: Mon, 20 Feb 2012 10:40:49 +0800 > From: Yao Qi > CC: , Pedro Alves > > On 02/18/2012 08:40 PM, Eli Zaretskii wrote: > > Then I suggest the following modified wording of that paragraph: > > > > Although called @dfn{agent expression}, because they originally > > referred to the target-side debugging agent (@pxref{Agent}), these > > expressions can be used in conjunction with many unrelated > > @value{GDBN} features, such as expressions used in tracepoints for > > data collection, expressions used in breakpoint condition evaluation, > > etc. Note that the expressions may also denote registers and objects > > in memory---structures or arrays, for example---whose values > > @value{GDBN} should record. > > I replaced 'target-side debugging agent (@pxref{Agent})' with > 'in-process agent (@pxref{In-Process Agent})', to explictly name `agent' > as `In-Process Agent', to avoid of confusion. Here is the new patch on doc. OK. Thanks.