Searched refs:do_add_cmd (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/gdb/cli/ |
| D | cli-decode.c | 180 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/ |
| D | ChangeLog-2020 | 11422 (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.
|
| D | ChangeLog-2018 | 10775 * cli/cli-decode.c (do_add_cmd): Use "new".
|
| D | ChangeLog-2017 | 7037 (do_add_cmd): Rename from add_cmd. Don't call set_cmd_cfunc.
|