This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH, doc RFA] Add guile gdb parameter support


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]