Home
last modified time | relevance | path

Searched refs:deprecate_cmd (Results 1 – 14 of 14) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dgdb-events.c337 deprecate_cmd (c, "set debug event"); in _initialize_gdb_events()
338 deprecate_cmd (deprecated_add_show_from_set (c, &showlist), in _initialize_gdb_events()
Dhppa-tdep.c2611 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()
Dgdb-events.sh476 deprecate_cmd (c, "set debug event");
477 deprecate_cmd (deprecated_add_show_from_set (c, &showlist),
Dcommand.h178 deprecate_cmd (struct cmd_list_element *, char * );
Darm-tdep.c2893 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()
Dgdbarch.sh2237 deprecate_cmd (c, "set debug arch");
2238 deprecate_cmd (deprecated_add_show_from_set (c, &showlist), "show debug arch");
Dd10v-tdep.c1548 deprecate_cmd (add_com ("regs", class_vars, show_regs, in _initialize_d10v_tdep()
Dm68hc11-tdep.c1578 deprecate_cmd (add_com ("regs", class_vars, show_regs, in _initialize_m68hc11_tdep()
Dgdbarch.c4226 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()
DChangeLog-2000452 (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/
Dcli-decode.h254 deprecate_cmd (struct cmd_list_element *, char * );
Dcli-cmds.c1190 deprecate_cmd (c, "set debug remote"); in init_cli_cmds()
1191 deprecate_cmd (deprecated_add_show_from_set (c, &showlist), in init_cli_cmds()
Dcli-decode.c201 deprecate_cmd (struct cmd_list_element *cmd, char *replacement) in deprecate_cmd() function
/openbsd/src/gnu/usr.bin/binutils/gdb/doc/
Dgdbint.texinfo759 @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