Searched refs:deprecate_cmd (Results 1 – 14 of 14) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | gdb-events.c | 337 deprecate_cmd (c, "set debug event"); in _initialize_gdb_events() 338 deprecate_cmd (deprecated_add_show_from_set (c, &showlist), in _initialize_gdb_events()
|
| D | hppa-tdep.c | 2611 deprecate_cmd (add_com ("xbreak", class_breakpoint, in _initialize_hppa_tdep() 2624 deprecate_cmd (add_com_alias ("xb", "xbreak", class_breakpoint, 1), NULL); in _initialize_hppa_tdep() 2625 deprecate_cmd (add_com_alias ("xbr", "xbreak", class_breakpoint, 1), NULL); in _initialize_hppa_tdep() 2626 deprecate_cmd (add_com_alias ("xbre", "xbreak", class_breakpoint, 1), NULL); in _initialize_hppa_tdep() 2627 deprecate_cmd (add_com_alias ("xbrea", "xbreak", class_breakpoint, 1), NULL); in _initialize_hppa_tdep() 2629 deprecate_cmd (c = add_com ("txbreak", class_breakpoint, in _initialize_hppa_tdep() 2636 deprecate_cmd (add_com ("bx", class_breakpoint, in _initialize_hppa_tdep()
|
| D | gdb-events.sh | 476 deprecate_cmd (c, "set debug event"); 477 deprecate_cmd (deprecated_add_show_from_set (c, &showlist),
|
| D | command.h | 178 deprecate_cmd (struct cmd_list_element *, char * );
|
| D | arm-tdep.c | 2893 deprecate_cmd (new_set, "set arm disassembly"); in _initialize_arm_tdep() 2894 deprecate_cmd (deprecated_add_show_from_set (new_set, &showlist), in _initialize_arm_tdep() 2929 deprecate_cmd (add_com ("othernames", class_obscure, arm_othernames, in _initialize_arm_tdep()
|
| D | gdbarch.sh | 2237 deprecate_cmd (c, "set debug arch"); 2238 deprecate_cmd (deprecated_add_show_from_set (c, &showlist), "show debug arch");
|
| D | d10v-tdep.c | 1548 deprecate_cmd (add_com ("regs", class_vars, show_regs, in _initialize_d10v_tdep()
|
| D | m68hc11-tdep.c | 1578 deprecate_cmd (add_com ("regs", class_vars, show_regs, in _initialize_m68hc11_tdep()
|
| D | gdbarch.c | 4226 deprecate_cmd (c, "set debug arch"); in _initialize_gdbarch() 4227 deprecate_cmd (deprecated_add_show_from_set (c, &showlist), "show debug arch"); in _initialize_gdbarch()
|
| D | ChangeLog-2000 | 452 (add_cmd, deprecate_cmd, add_abbrev_cmd, add_alias_cmd, add_prefix_cmd, 6301 (deprecate_cmd): new exported function for command deprecation, 6308 * command.h : Added prototypes for deprecate_cmd,
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/cli/ |
| D | cli-decode.h | 254 deprecate_cmd (struct cmd_list_element *, char * );
|
| D | cli-cmds.c | 1190 deprecate_cmd (c, "set debug remote"); in init_cli_cmds() 1191 deprecate_cmd (deprecated_add_show_from_set (c, &showlist), in init_cli_cmds()
|
| D | cli-decode.c | 201 deprecate_cmd (struct cmd_list_element *cmd, char *replacement) in deprecate_cmd() function
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/doc/ |
| D | gdbint.texinfo | 759 @findex deprecate_cmd 761 deprecate them for some time. Use @code{deprecate_cmd} on commands or 762 aliases to set the deprecated flag. @code{deprecate_cmd} takes a 769 @code{deprecate_cmd} should be the full name of the command, i.e. the
|