| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | command.h | 42 enum command_class enum 427 extern struct cmd_list_element *add_cmd (const char *, enum command_class, 434 extern struct cmd_list_element *add_cmd (const char *, enum command_class, 439 (const char *name, enum command_class theclass, 446 enum command_class, int, 450 extern struct cmd_list_element *add_prefix_cmd (const char *, enum command_class, 461 (const char *, enum command_class, const char *, struct cmd_list_element **, 468 (const char *, enum command_class, const char *, struct cmd_list_element **, 475 (const char *name, command_class theclass, const char *set_doc, 483 (const char *name, enum command_class theclass, [all …]
|
| D | ChangeLog-3.x | 2327 * defs.h: Added comment about enum command_class element
|
| D | ChangeLog-1990 | 2981 * defs.h (enum command_class): Remove comma after last element.
|
| D | ChangeLog-1998 | 612 * defs.h (command_class): Add two additional values. 2663 (command_class): Add two additional values.
|
| D | ChangeLog-1992 | 1805 * defs.h (enum command_class): Add class_pseudo and comments. 3135 * defs.h (command_class): Add class_maintenance.
|
| D | ChangeLog-2006 | 755 * commands.h (enum command_class): Use different
|
| D | ChangeLog-1999 | 2800 * defs.h (enum command_class): Move from here. 2801 * command.h (command_class): To here.
|
| D | ChangeLog-2020 | 11372 * command.h (enum command_class): Improve comments, document 11991 * command.h (enum command_class) <class_pseudo>: Remove.
|
| D | ChangeLog-2000 | 5662 * command.h (enum command_class): Remove trailing "," to placate
|
| D | ChangeLog-2011 | 10462 * command.h (enum command_class): New class 'no_set_class', for
|
| D | ChangeLog-2009 | 683 * command.h (enum command_class): Add class_bookmark.
|
| D | ChangeLog-2002 | 11751 (enum command_class): Delete.
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/cli/ |
| D | cli-decode.c | 44 enum command_class theclass, 180 do_add_cmd (const char *name, enum command_class theclass, in do_add_cmd() 232 add_cmd (const char *name, enum command_class theclass, in add_cmd() 242 add_cmd (const char *name, enum command_class theclass, in add_cmd() 254 add_cmd_suppress_notification (const char *name, enum command_class theclass, in add_cmd_suppress_notification() 294 enum command_class theclass, int abbrev_flag, in add_alias_cmd() 356 add_prefix_cmd (const char *name, enum command_class theclass, in add_prefix_cmd() 390 add_basic_prefix_cmd (const char *name, enum command_class theclass, in add_basic_prefix_cmd() 413 add_show_prefix_cmd (const char *name, enum command_class theclass, in add_show_prefix_cmd() 427 add_setshow_prefix_cmd (const char *name, command_class theclass, in add_setshow_prefix_cmd() [all …]
|
| D | cli-decode.h | 47 cmd_list_element (const char *name_, enum command_class theclass_, in cmd_list_element() 119 enum command_class theclass;
|
| D | cli-style.h | 48 set_show_commands add_setshow_commands (enum command_class theclass,
|
| D | cli-option.h | 374 extern void add_setshow_cmds_for_options (command_class cmd_class, void *data,
|
| D | cli-style.c | 244 cli_style_option::add_setshow_commands (enum command_class theclass, in add_setshow_commands()
|
| D | cli-option.c | 793 add_setshow_cmds_for_options (command_class cmd_class, in add_setshow_cmds_for_options()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/python/lib/gdb/command/ |
| D | explore.py | 687 name="explore", command_class=gdb.COMMAND_DATA, prefix=True 726 name="explore value", command_class=gdb.COMMAND_DATA 757 name="explore type", command_class=gdb.COMMAND_DATA
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/python/ |
| D | py-cmd.c | 516 (enum command_class) cmdtype, in cmdpy_init() 521 cmd = add_cmd (cmd_name.get (), (enum command_class) cmdtype, in cmdpy_init()
|
| D | py-param.c | 617 enum command_class cmdclass, in add_setshow_generic() 880 (enum command_class) cmdtype, in parmpy_init()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/lib/ |
| D | gdb.exp | 8280 proc test_class_help { command_class expected_initial_lines {list_of_commands {}} {testname {}} } { 8295 help_test_raw "help ${command_class}" $l_entire_body $testname
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/doc/ |
| D | python.texi | 4489 @defun Command.__init__ (name, command_class @r{[}, completer_class @r{[}, prefix@r{]]}) 4501 @var{command_class} should be one of the @samp{COMMAND_} constants 5006 @defun Parameter.__init__ (name, command_class, parameter_class @r{[}, enum_sequence@r{]}) 5022 @var{command_class} should be one of the @samp{COMMAND_} constants
|
| /netbsd/src/external/gpl3/binutils/dist/ |
| D | ChangeLog.git | 157396 …4:17: error: no matching function for call to add_cmd(const char [8], command_class, cmd_list_elem… 157406 …and.h:160:33: note: candidate: cmd_list_element* add_cmd(const char*, command_class, void (*)(cons… 157407 160 | extern struct cmd_list_element *add_cmd (const char *, enum command_class, 157412 …and.h:167:33: note: candidate: cmd_list_element* add_cmd(const char*, command_class, const char*, … 157413 167 | extern struct cmd_list_element *add_cmd (const char *, enum command_class, 157416 …0:18: error: no matching function for call to add_cmd(const char [8], command_class, cmd_list_elem… 161497 gdb: remove command_class enum class_deprecated
|