aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
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
commit11dced61197b04a2a9653e6718dd939ebd63b077 (patch)
treef0bebca3769ab8ecb6d41e61b30af432ff8090ab /gdb/NEWS
parent3be49e7a08c06ff93ce328e902b8cc33984de71b (diff)
downloadgdb-11dced61197b04a2a9653e6718dd939ebd63b077.zip
gdb-11dced61197b04a2a9653e6718dd939ebd63b077.tar.gz
gdb-11dced61197b04a2a9653e6718dd939ebd63b077.tar.bz2
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/NEWS')
-rw-r--r--gdb/NEWS13
1 files changed, 13 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 57c6eac..788c022 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -3,6 +3,19 @@
*** Changes since GDB 6.3
+* Deprecated commands removed
+
+The following commands, that were deprecated in 2000, have been
+removed:
+
+ Command Replacement
+ set|show arm disassembly-flavor set|show arm disassembler
+ othernames set arm disassembler
+ set|show remotedebug set|show debug remote
+ set|show archdebug set|show debug arch
+ set|show eventdebug set|show debug event
+ regs info registers
+
* New BSD user-level threads support
It is now possible to debug programs using the user-level threads