This is the mail archive of the gdb-patches@sources.redhat.com 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]

Re: [PATCH]: Use 'set tui xxx' and 'show tui xxx' for tui configuration vars



On Sat, 28 Jul 2001, Stephane Carrez wrote:

> +static void
> +set_tui_cmd (char *args, int from_tty)
> +{
> +}
> +
> +static void
> +show_tui_cmd (char *args, int from_tty)
> +{
> +}

Isn't it better to make these call help_list, so that the user could
say "help set tui" and "help show tui", and get the list of available
commands?

Or does this work already in some way I missed?


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