summaryrefslogtreecommitdiff
path: root/gdb/NEWS
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
commita99f51c0fa659b4f38f12629d8496159f41432d9 (patch)
tree6ea922a51d45633b3381ee5c04fedc51255f0a0d /gdb/NEWS
parent53a0055fe28139eef927892739fdddd2429f5b9d (diff)
downloadgdb-a99f51c0fa659b4f38f12629d8496159f41432d9.tar.gz
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/NEWS')
-rw-r--r--gdb/NEWS23
1 files changed, 19 insertions, 4 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index dc9128f7cb3..a2a73209713 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -164,10 +164,6 @@ disable type-printer [name]...
* New options
-set debug notification
-show debug notification
- Control display of debugging info for async remote notification.
-
set print type methods (on|off)
show print type methods
Control whether method declarations are displayed by "ptype".
@@ -191,6 +187,25 @@ set remote trace-buffer-size-packet auto|on|off
show remote trace-buffer-size-packet
Control the use of the remote protocol `QTBuffer:size' packet.
+set debug aarch64
+show debug aarch64
+ Control display of debugging messages related to ARM AArch64.
+ The default is off.
+
+set debug coff-pe-read
+show debug coff-pe-read
+ Control display of debugging messages related to reading of COFF/PE
+ exported symbols.
+
+set debug mach-o
+show debug mach-o
+ Control display of debugging messages related to Mach-O symbols
+ processing.
+
+set debug notification
+show debug notification
+ Control display of debugging info for async remote notification.
+
* MI changes
** Command parameter changes are now notified using new async record