NEWS and documentation for info sources [-dirname | -basename] [--] [REGEXP].
[external/binutils.git] / gdb / doc / ChangeLog
index 948b2b2..95fd22c 100644 (file)
@@ -1,3 +1,30 @@
+2019-08-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
+
+        * gdb.texinfo (Symbols): Document new args -dirname and -basename
+        of "info sources" command.
+
+2019-07-30  Christian Biesinger  <cbiesinger@google.com>
+
+       * python.texi (Symbols In Python): Document new function
+       gdb.lookup_static_symbol.
+
+2019-07-29  Christian Biesinger  <cbiesinger@google.com>
+
+       * python.texi (Objfiles In Python): Document new functions
+         Objfile.lookup_{global,static}_symbol.
+
+2019-07-29  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
+
+       * gdb.texinfo (Backtrace): Document the new '-frame-info'
+       backtrace option.  Reference 'set print frame-info'.
+       (Print Settings): Document 'set|show print frame-info'.
+       Document new 'presence' value for 'set print frame-arguments.
+
+2019-07-22  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.texinfo (Symbols): Add information about -q flag to "info
+       types".
+
 2019-07-20  Kevin Buettner  <kevinb@redhat.com>
 
        * python.texi (python command): Revise example to match