Home
last modified time | relevance | path

Searched refs:help_doc (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dcommand.h673 const char *help_doc, cmd_func_ftype *set_func,
680 const char *help_doc, setting_func_types<const char *>::set set_func,
686 const char *set_doc, const char *show_doc, const char *help_doc,
692 const char *show_doc, const char *help_doc,
700 const char *show_doc, const char *help_doc, cmd_func_ftype *set_func,
706 const char *show_doc, const char *help_doc,
713 const char *show_doc, const char *help_doc, cmd_func_ftype *set_func,
719 const char *show_doc, const char *help_doc,
726 const char *show_doc, const char *help_doc, cmd_func_ftype *set_func,
732 const char *show_doc, const char *help_doc,
[all …]
DChangeLog-20045072 add_setshow_zinteger_cmd for help_doc.
5073 * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
5222 (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
/netbsd/src/external/gpl3/gdb/dist/gdb/cli/
Dcli-decode.c544 const char *help_doc, in add_setshow_cmd_full_erased() argument
555 if (help_doc != NULL) in add_setshow_cmd_full_erased()
557 full_set_doc = xstrprintf ("%s\n%s", set_doc, help_doc); in add_setshow_cmd_full_erased()
558 full_show_doc = xstrprintf ("%s\n%s", show_doc, help_doc); in add_setshow_cmd_full_erased()
631 const char *help_doc, in add_setshow_cmd_full() argument
647 help_doc, in add_setshow_cmd_full()
667 const char *help_doc, in add_setshow_cmd_full() argument
676 set_doc, show_doc, help_doc, in add_setshow_cmd_full()
693 const char *help_doc, in add_setshow_enum_cmd() argument
711 set_doc, show_doc, help_doc, in add_setshow_enum_cmd()
[all …]
Dcli-option.c754 if (o.help_doc != nullptr) in build_help_option()
757 append_indented_doc (o.help_doc, help); in build_help_option()
806 option.help_doc, in add_setshow_cmds_for_options()
816 option.help_doc, in add_setshow_cmds_for_options()
826 option.help_doc, in add_setshow_cmds_for_options()
836 option.help_doc, in add_setshow_cmds_for_options()
846 option.help_doc, in add_setshow_cmds_for_options()
855 option.help_doc, in add_setshow_cmds_for_options()
Dcli-option.h62 set_doc (set_doc_), show_doc (show_doc_), help_doc (help_doc_)
114 const char *help_doc; member
/netbsd/src/external/gpl3/gdb/dist/gdb/python/
Dpy-param.c621 const char *help_doc, in add_setshow_generic() argument
632 show_doc, help_doc, get_set_value, in add_setshow_generic()
640 set_doc, show_doc, help_doc, in add_setshow_generic()
649 show_doc, help_doc, get_set_value, in add_setshow_generic()
657 show_doc, help_doc, get_set_value, in add_setshow_generic()
665 show_doc, help_doc, get_set_value, in add_setshow_generic()
672 show_doc, help_doc, get_set_value, in add_setshow_generic()
679 set_doc, show_doc, help_doc, in add_setshow_generic()
687 set_doc, show_doc, help_doc, in add_setshow_generic()
696 show_doc, help_doc, get_set_value, in add_setshow_generic()
[all …]