This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 4/9] agent doc
> Date: Mon, 20 Feb 2012 10:40:49 +0800
> From: Yao Qi <yao@codesourcery.com>
> CC: <gdb-patches@sourceware.org>, Pedro Alves <palves@redhat.com>
>
> 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.