This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH, doc RFA] Add guile gdb parameter support
- From: Eli Zaretskii <eliz at gnu dot org>
- To: Doug Evans <xdje42 at gmail dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Thu, 22 May 2014 18:47:01 +0300
- Subject: Re: [PATCH, doc RFA] Add guile gdb parameter support
- Authentication-results: sourceware.org; auth=none
- References: <m31tvmj4xc dot fsf at sspiff dot org>
- Reply-to: Eli Zaretskii <eliz at gnu dot org>
> From: Doug Evans <xdje42@gmail.com>
> Date: Wed, 21 May 2014 12:41:03 -0700
>
> This patch adds gdb parameter support to guile.
Thanks.
> +@var{name} is the name of the new parameter. If @var{name} consists
See my comments for the previous patch regarding this.
> +If it is a function, it takes one parameter, the <gdb:parameter> object
^^^^^^^^^^^^^^^
@code missing.
> +@deffn {Scheme Procedure} parameter-value parameter
> +Return the value of parameter @var{parameter} which may either be
You can lose the first "parameter", I think.
The documentation is OK with those fixed.