diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6de36e72b3..77c7b43a95 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2013-04-02 Pedro Alves + + * NEWS: Mention "set/show debug aarch64", "set/show debug + coff-pe-read" and "set/show debug mach-o". + 2013-04-02 Pedro Alves * NEWS: Mention "set/show remote trace-buffer-size-packet". diff --git a/gdb/NEWS b/gdb/NEWS index dc9128f7cb..a2a7320971 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 diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 41d4db3f61..34e1f61a38 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,9 @@ +2013-04-02 Pedro Alves + + * 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 * gdb.texinfo (Remote Configuration)