[PATCH, doc RFA] Add guile gdb parameter support

Ludovic Courtès ludo@gnu.org
Mon May 26 22:03:00 GMT 2014


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’.



More information about the Gdb-patches mailing list