diff options
author | Stephane Carrez <stcarrez@nerim.fr> | 2003-07-24 19:59:33 +0000 |
---|---|---|
committer | Stephane Carrez <stcarrez@nerim.fr> | 2003-07-24 19:59:33 +0000 |
commit | e286caf2829593ec235a15a81e7ec76d2ccd3b46 (patch) | |
tree | f102dcfa7dd4ad3c016b8a5126387d2afcf06520 /gdb/NEWS | |
parent | 3b2fc2ea683563693bf8f2c57e3b80322fceb332 (diff) | |
download | gdb-e286caf2829593ec235a15a81e7ec76d2ccd3b46.zip gdb-e286caf2829593ec235a15a81e7ec76d2ccd3b46.tar.gz gdb-e286caf2829593ec235a15a81e7ec76d2ccd3b46.tar.bz2 |
* NEWS: Mention "regs" deprecated for m68hc11 too.
* m68hc11-tdep.c (_initialize_m68hc11_tdep): Deprecate "regs" command.
(m68hc11_print_register): New function to print out one register.
(m68hc11_print_registers_info): New function to print registers.
(show_regs): Deprecate and use the above.
(m68hc11_gdbarch_init): Install the print_registers_info.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ The "detach" command will now resume the application, as documented. To disconnect from gdbserver and leave it stopped, use the new "disconnect" command. -* d10v `regs' command deprecated +* d10v, m68hc11 `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. |