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".
2013-04-02 Eli Zaretskii <eliz@gnu.org>
* 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".
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
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".
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
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.
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.