Home
last modified time | relevance | path

Searched refs:do_add_cmd (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/cli/
Dcli-decode.c180 do_add_cmd (const char *name, enum command_class theclass, in do_add_cmd() function
235 cmd_list_element *result = do_add_cmd (name, theclass, doc, list); in add_cmd()
246 cmd_list_element *result = do_add_cmd (name, theclass, doc, list); in add_cmd()
/netbsd/src/external/gpl3/gdb/dist/gdb/
DChangeLog-202011422 (do_add_cmd): Centralize the setting of the prefix of a command, when
11424 (add_alias_cmd): Remove call to set_cmd_prefix, as do_add_cmd does it.
DChangeLog-201810775 * cli/cli-decode.c (do_add_cmd): Use "new".
DChangeLog-20177037 (do_add_cmd): Rename from add_cmd. Don't call set_cmd_cfunc.