Home
last modified time | relevance | path

Searched refs:help_list (Results 1 – 18 of 18) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/cli/
Dcli-decode.c383 help_list (*c->subcommands, c->prefixname ().c_str (), in do_prefix_cmd()
1749 help_list (cmdlist, "", all_classes, stream); in help_cmd()
1806 help_list (*c->subcommands, c->prefixname ().c_str (), in help_cmd()
1811 help_list (cmdlist, "", c->theclass, stream); in help_cmd()
1840 help_list (struct cmd_list_element *list, const char *cmdtype, in help_list() function
Dcli-cmds.c217 help_list (infolist, "info ", all_commands, gdb_stdout); in info_command()
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dsource.c1886 help_list (setsourcelist, "set source ", all_commands, gdb_stdout); in set_source()
1894 help_list (showsourcelist, "show source ", all_commands, gdb_stdout); in show_source()
Dcommand.h656 extern void help_list (struct cmd_list_element *, const char *,
DChangeLog-20145989 (add_prefix_cmd, add_abbrev_prefix_cmd, apropos_cmd, help_list)
5998 * command.h (add_prefix_cmd, add_abbrev_prefix_cmd, help_list)
7465 to help_list.
7467 to help_list.
7469 help_list.
7471 help_list.Pass all_commands, not -1, to help_list.
7475 not -1, to help_list.
7477 -1, to help_list.
7479 -1, to help_list.
7481 help_list.
[all …]
Dtop.c557 help_list (*c->subcommands, prefixname.c_str (), all_commands, in execute_command()
Dprintcmd.c2930 help_list (memory_tag_list, "memory-tag ", all_commands, gdb_stdout); in memory_tag_command()
DChangeLog-2006670 * remote.c (set_remote_cmd): Call help_list.
759 (help_list): Mention 'help all'
DChangeLog-3.x2813 output_source_filename), command.c (help_cmd, help_list,
DChangeLog-201910256 (help_list): Add 'apropos -v word' suggestion.
16485 (set_style): Call help_list.
DChangeLog-2000455 add_show_from_set, delete_cmd, apropos_cmd, help_cmd, help_list,
DChangeLog-19923122 Install with allow_unknown as 0 and call help_list to show
DChangeLog-201213070 (complete_on_cmdlist, complete_on_enum, help_list): Remove
DChangeLog-200211222 * cli/cli-decode.c (help_list): Allow long lines to wrap.
DChangeLog-20172521 * cli/cli-decode.c (help_list): Use memcpy instead of strncpy.
DChangeLog-202011400 (help_list, help_all): Update callers to remove prefix arg and use bool recurse.
/netbsd/src/external/gpl3/gdb/dist/gdb/tui/
Dtui-win.c1099 help_list (tui_window_cmds, "tui window ", all_commands, gdb_stdout); in tui_window_command()
Dtui-layout.c1131 help_list (layout_list, "tui layout ", all_commands, gdb_stdout); in tui_layout_command()