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]
Other format: [Raw text]

Re: RFA: make add_setshow_cmd public


This patch changes add_setshow_cmd to be public.
After this goes in I can change all the callers to add_set_cmd and
add_show_from_set.  Then I will delete those functions.
Can the public version return void?

+extern struct cmd_list_element *add_setshow_cmd (char *name,
Andrew



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