aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2013-04-02 17:52:08 +0000
committerPedro Alves <palves@redhat.com>2013-04-02 17:52:08 +0000
commitbe9a8770181c7323f54c41cc576760bc8b55bf88 (patch)
tree28bda63aba330f0179ab8cbc271f0ca2ac035dc7 /gdb/doc/ChangeLog
parenta46c1e422db177a25e87346dccec01a956f3d93d (diff)
downloadgdb-be9a8770181c7323f54c41cc576760bc8b55bf88.zip
gdb-be9a8770181c7323f54c41cc576760bc8b55bf88.tar.gz
gdb-be9a8770181c7323f54c41cc576760bc8b55bf88.tar.bz2
NEWS/manual: Missing documentation for new commands in 7.6.
I hacked "apropos" to dump the whole set of commands (just make it accept the entry string as regex), and then diffed the output of 7.5 vs 7.6, --enable-targets=all builds. That allowed then checking whether some commands had not been mentioned in NEWS or the manual. These are what I found missing. We've been a bit negligent in requiring documentation bits for debug commands. gdb/ 2013-04-02 Pedro Alves <palves@redhat.com> * NEWS: Mention "set/show debug aarch64", "set/show debug coff-pe-read" and "set/show debug mach-o". gdb/doc/ 2013-04-02 Pedro Alves <palves@redhat.com> * gdb.texinfo (Debugging Output): Document "set/show debug aarch64", "set/show debug coff-pe-read" and "set/show debug mach-o".
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r--gdb/doc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 41d4db3..34e1f61 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,5 +1,11 @@
2013-04-02 Pedro Alves <palves@redhat.com>
+ * gdb.texinfo (Debugging Output): Document "set/show debug
+ aarch64", "set/show debug coff-pe-read" and "set/show debug
+ mach-o".
+
+2013-04-02 Pedro Alves <palves@redhat.com>
+
* gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
table>: Add entry for "trace-buffer-size".