This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [patch] Add solib_address and decode_line Python functionality
> Date: Wed, 28 Jul 2010 12:34:58 +0100
> From: Phil Muldoon <pmuldoon@redhat.com>
> CC: gdb-patches ml <gdb-patches@sourceware.org>
>
> +Decode the optional argument @var{expression} the way that
> +@value{GDBN}'s inbuilt 'break' or 'edit' commands do (@pxref{Specify
> +Location}). ^^^^^^^ ^^^^^^
The command names should be in @code and without the quotes, as in
@code{break}.
The doco patch is okay with that change. Thanks.