summaryrefslogtreecommitdiff
path: root/gdb/gdbarch.sh
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2005-02-09 21:56:12 +0000
committerAndrew Cagney <cagney@redhat.com>2005-02-09 21:56:12 +0000
commit4352ca614d3c45c4d52932141880215a5caa46c4 (patch)
tree05ad7bcb909af2d89ad27c78c125bd392573b148 /gdb/gdbarch.sh
parent9f0fc995761f452fd4704164591a3b9d152fda4b (diff)
downloadgdb-4352ca614d3c45c4d52932141880215a5caa46c4.tar.gz
2005-02-09 Andrew Cagney <cagney@gnu.org>
* NEWS: Mention removed commands. * m68hc11-tdep.c (show_regs): Delete, unused. (_initialize_m68hc11_tdep): Delete deprecated "regs" command. * gdb-events.sh: Delete deprecated "set eventdebug" and "show eventdebug" commands. * gdb-events.c: Regenerate. * gdbarch.sh: Delete deprecated "set archdebug" and "show archdebug" commands. * gdbarch.c: Regenerate. * cli/cli-cmds.c (init_cli_cmds): Delete deprecated "set remotedebug" and "show remotedebug". * arm-tdep.c (_initialize_arm_tdep): Delete deprecated "set arm disassembly-flavor", "show arm disassembly-flavor", and "othernames" commands. (arm_othernames): Delete unused function.
Diffstat (limited to 'gdb/gdbarch.sh')
-rwxr-xr-xgdb/gdbarch.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/gdb/gdbarch.sh b/gdb/gdbarch.sh
index 1713defa7c4..89fc5b86313 100755
--- a/gdb/gdbarch.sh
+++ b/gdb/gdbarch.sh
@@ -2224,15 +2224,6 @@ _initialize_gdbarch (void)
"Set architecture debugging.\\n\\
When non-zero, architecture debugging is enabled.", &setdebuglist),
&showdebuglist);
- c = add_set_cmd ("archdebug",
- class_maintenance,
- var_zinteger,
- (char *)&gdbarch_debug,
- "Set architecture debugging.\\n\\
-When non-zero, architecture debugging is enabled.", &setlist);
-
- deprecate_cmd (c, "set debug arch");
- deprecate_cmd (deprecated_add_show_from_set (c, &showlist), "show debug arch");
}
EOF