aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2005-04-15 16:43:54 +0000
committerEli Zaretskii <eliz@gnu.org>2005-04-15 16:43:54 +0000
commita64548eabad092dcc0ddfba7ba993bd1630e00ab (patch)
treedfccc51751cde24d13d08d00c9ada2cedf9354d7 /gdb/doc/ChangeLog
parent33bfe77466aaf8e59a3b8c4d99797ad8c8c646fc (diff)
downloadgdb-a64548eabad092dcc0ddfba7ba993bd1630e00ab.zip
gdb-a64548eabad092dcc0ddfba7ba993bd1630e00ab.tar.gz
gdb-a64548eabad092dcc0ddfba7ba993bd1630e00ab.tar.bz2
(MIPS): Improve documentation of heuristic-fence-post. Document
"set/show mips abi", "set/show mips saved-gpreg-size", "set/show mips stack-arg-size", "set/show mips mask-address", "set/show mips remote-mips64-transfers-32bit-regs", "set/show debug mips". (ARM): Document ARM-specific commands. (AVR): New section. Document "info io_registers". (CRIS): New section. Document "set/show cris-version" and "set/show cris-dwarf2-cfi". (HPPA): New section. Document "set/show debug hppa" and "maint print unwind". (Netrino): New subsection. Document "set/show debug nto-debug". (Super-H): New section. Document the "regs" command.
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r--gdb/doc/ChangeLog15
1 files changed, 12 insertions, 3 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index a00fa6b..95ff24d 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -2,11 +2,20 @@
* gdb.texinfo (Hurd Native): New subsection, documents
Hurd-specific commands.
- (Maintenance Commands): Add cross-reference to "Debugging
- Output".
+ (Maintenance Commands): Add cross-reference to "Debugging Output".
(Debugging Output): Document "set/show debug lin-lwp".
- (MIPS): Improve documentation of heuristic-fence-post.
+ (MIPS): Improve documentation of heuristic-fence-post. Document
+ "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
+ mips stack-arg-size", "set/show mips mask-address", "set/show mips
+ remote-mips64-transfers-32bit-regs", "set/show debug mips".
(ARM): Document ARM-specific commands.
+ (AVR): New section. Document "info io_registers".
+ (CRIS): New section. Document "set/show cris-version" and
+ "set/show cris-dwarf2-cfi".
+ (HPPA): New section. Document "set/show debug hppa" and "maint
+ print unwind".
+ (Netrino): New subsection. Document "set/show debug nto-debug".
+ (Super-H): New section. Document the "regs" command.
2005-04-09 Eli Zaretskii <eliz@gnu.org>