HomeSort by: relevance | last modified time | path
    Searched defs:add_prefix_cmd (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/cli/
cli-decode.c 223 See also add_prefix_cmd and update_prefix_field_of_prefixed_commands. */
356 add_prefix_cmd (const char *name, enum command_class theclass, function
394 struct cmd_list_element *cmd = add_prefix_cmd (name, theclass, nullptr,
417 struct cmd_list_element *cmd = add_prefix_cmd (name, theclass, nullptr,
446 /* Like ADD_PREFIX_CMD but sets the suppress_notification pointer on the
458 = add_prefix_cmd (name, theclass, fun, doc, subcommands,
464 /* Like add_prefix_cmd but sets the abbrev_flag on the new command. */
  /src/external/gpl3/gdb.old/dist/gdb/cli/
cli-decode.c 223 See also add_prefix_cmd and update_prefix_field_of_prefixed_commands. */
356 add_prefix_cmd (const char *name, enum command_class theclass, function
394 struct cmd_list_element *cmd = add_prefix_cmd (name, theclass, nullptr,
417 struct cmd_list_element *cmd = add_prefix_cmd (name, theclass, nullptr,
446 /* Like ADD_PREFIX_CMD but sets the suppress_notification pointer on the
458 = add_prefix_cmd (name, theclass, fun, doc, subcommands,
464 /* Like add_prefix_cmd but sets the abbrev_flag on the new command. */

Completed in 24 milliseconds