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

  /src/external/gpl3/gdb/dist/gdb/cli/
cli-decode.c 232 add_cmd (const char *name, enum command_class theclass, function
242 add_cmd (const char *name, enum command_class theclass, function
261 element = add_cmd (name, theclass, fun, doc, list);
299 struct cmd_list_element *c = add_cmd (name, theclass, target->doc, list);
350 /* Like add_cmd but adds an element for a command prefix: a name that
361 struct cmd_list_element *c = add_cmd (name, theclass, fun, doc, list);
472 struct cmd_list_element *c = add_cmd (name, theclass, fun, doc, list);
496 THECLASS is as in add_cmd.
514 struct cmd_list_element *c = add_cmd (name, theclass, doc, list);
527 THECLASS is as in add_cmd. VAR_TYPE is the kind of thing we ar
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/cli/
cli-decode.c 232 add_cmd (const char *name, enum command_class theclass, function
242 add_cmd (const char *name, enum command_class theclass, function
261 element = add_cmd (name, theclass, fun, doc, list);
299 struct cmd_list_element *c = add_cmd (name, theclass, target->doc, list);
350 /* Like add_cmd but adds an element for a command prefix: a name that
361 struct cmd_list_element *c = add_cmd (name, theclass, fun, doc, list);
472 struct cmd_list_element *c = add_cmd (name, theclass, fun, doc, list);
496 THECLASS is as in add_cmd.
514 struct cmd_list_element *c = add_cmd (name, theclass, doc, list);
527 THECLASS is as in add_cmd. VAR_TYPE is the kind of thing we ar
    [all...]

Completed in 48 milliseconds