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: ludo at gnu dot org (Ludovic CourtÃs)
- To: gdb-patches at sourceware dot org
- Date: Tue, 27 May 2014 00:03:09 +0200
- Subject: Re: [PATCH, doc RFA] Add guile gdb parameter support
- Authentication-results: sourceware.org; auth=none
- References: <m31tvmj4xc dot fsf at sspiff dot org>
Hi, Doug,
Doug Evans <xdje42@gmail.com> skribis:
> +@deffn {Scheme Procedure} parameter? object
> +Return @code{#t} if @var{object} is a @code{<gdb:parameter>} object.
> +Otherwise return @code{#f}.
> +@end deffn
Thereâs the problem that in Guile âparametersâ are something different,
and âparameter?â is already provided by core Guile (info "(guile)
Parameters").
Unless âparameterâ is the official (public) name for this in GDB, Iâd
recommend using a different name in the API, perhaps âknobâ or something
like that. WDYT?
Ludoâ.