]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
NEWS/manual: Missing documentation for new commands in 7.6.
authorPedro Alves <palves@redhat.com>
Tue, 2 Apr 2013 17:52:08 +0000 (17:52 +0000)
committerPedro Alves <palves@redhat.com>
Tue, 2 Apr 2013 17:52:08 +0000 (17:52 +0000)
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".

gdb/ChangeLog
gdb/NEWS
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index 6de36e72b336585938ae60292a6ef16f667d2c8d..77c7b43a9508671fe37f736181fb7a6f4e41bbeb 100644 (file)
@@ -1,3 +1,8 @@
+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".
+
 2013-04-02  Pedro Alves  <palves@redhat.com>
 
        * NEWS: Mention "set/show remote trace-buffer-size-packet".
index dc9128f7cb341a16d40d749047f9a574034c5ce6..a2a73209713571c3a41428294ef2dbfbd565e0a9 100644 (file)
--- 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
index 41d4db3f6127104494af70320f5b2ffeaeda5e0f..34e1f61a3879e4e16e51ecf9b66171d6dc76ea61 100644 (file)
@@ -1,3 +1,9 @@
+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
index 601e2b3d84a1d5f54f1acd95ed2d93b0d4c3ee78..8ae725930fc5d43a1d9637859ff56172f1895183 100644 (file)
@@ -22023,11 +22023,18 @@ asynchronous command finishes its execution.  The default is off.
 Displays the current setting of asynchronous command completion
 notification.
 @kindex set debug
+@cindex ARM AArch64
+@item set debug aarch64
+Turns on or off display of debugging messages related to ARM AArch64.
+The default is off.
+@kindex show debug
+@item show debug aarch64
+Displays the current state of displaying debugging messages related to
+ARM AArch64.
 @cindex gdbarch debugging info
 @cindex architecture debugging info
 @item set debug arch
 Turns on or off display of gdbarch debugging info.  The default is off
-@kindex show debug
 @item show debug arch
 Displays the current state of displaying gdbarch debugging info.
 @item set debug aix-thread
@@ -22046,6 +22053,13 @@ When enabled, this setting causes @value{GDBN} to compute the names
 both ways and display any discrepancies.
 @item show debug check-physname
 Show the current state of ``physname'' checking.
+@item set debug coff-pe-read
+@cindex COFF/PE exported symbols
+Control display of debugging messages related to reading of COFF/PE
+exported symbols.  The default is off.
+@item show debug coff-pe-read
+Displays the current state of displaying debugging messages related to
+reading of COFF/PE exported symbols.
 @item set debug dwarf2-die
 @cindex DWARF2 DIEs
 Dump DWARF2 DIEs after they are read in.
@@ -22110,6 +22124,13 @@ Displays the current state of @value{GDBN} JIT debugging.
 Turns on or off debugging messages from the Linux LWP debug support.
 @item show debug lin-lwp
 Show the current state of Linux LWP debugging messages.
+@item set debug mach-o
+@cindex Mach-O symbols processing
+Control display of debugging messages related to Mach-O symbols
+processing.  The default is off.
+@item show debug mach-o
+Displays the current state of displaying debugging messages related to
+reading of COFF/PE exported symbols.
 @item set debug notification
 @cindex remote async notification debugging info
 Turns on or off debugging messages about remote async notification.