summaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-02-02 18:53:22 +0000
committerAndrew Cagney <cagney@redhat.com>2003-02-02 18:53:22 +0000
commitf8233f97e504aa227521b0d41e7e9d9a100c3fd0 (patch)
tree60aa2fa8619baaceac0868599980319bf388cb1a /gdb/NEWS
parent071cc0a66c7ae6c778ad634d83e2587789409be1 (diff)
downloadgdb-f8233f97e504aa227521b0d41e7e9d9a100c3fd0.tar.gz
2003-02-02 Andrew Cagney <ac131313@redhat.com>
* frame.h: Note that namelen can be negative. * frame.c (frame_map_name_to_regnum): When LEN is negative, use NAME's length. * NEWS: Mention that the d10v's `regs' command is deprecated. * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info. (d10v_print_registers_info): New function. (show_regs): Call d10v_print_registers_info. (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index a59e99b2d45..6bb45081ee8 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -3,6 +3,11 @@
*** Changes since GDB 5.3:
+* d10v `regs' command deprecated
+
+The `info registers' command has been updated so that it displays the
+registers using a format identical to the old `regs' command.
+
* Profiling support
A new command, "maint set profile on/off", has been added. This command can