[gdb/doc] Add target triplet to man files
[platform/upstream/binutils.git] / gdb / doc / ChangeLog
index 18fb241..20ce293 100644 (file)
@@ -1,3 +1,98 @@
+2014-08-01  Masaki Muranaka  <monaka@monami-software.com>
+
+       Pushed by Joel Brobecker  <brobecker@adacore.com>.
+       * Makefile.in (transform): New variable.
+       (install-man1, install-man5): Apply $(transform) to man file names.
+
+2014-07-26  Doug Evans  <xdje42@gmail.com>
+
+       PR guile/17177
+       * guile.texi (Guile Pretty Printing API): Fix typo.
+       Document set-pretty-printers!, pretty-printers.
+       (Selecting Guile Pretty-Printers): Update.
+       Mention program-space based pretty-printers.
+
+2014-07-25  Pedro Alves  <palves@redhat.com>
+           Eli Zaretskii  <eliz@gnu.org>
+
+       * gdb.texinfo (Signaling) <signal command>: Explain what happens
+       with multi-threaded programs.
+
+2014-06-27  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.texinfo (Maintenance Commands): Update the output of
+       'maint print dummy-frames' command.
+
+2014-06-24  Eli Zaretskii  <eliz@gnu.org>
+
+       * gdb.texinfo (Screen Size): Improve indexing.
+
+2014-06-19  Gary Benson  <gbenson@redhat.com>
+
+       * gdb.texinfo (Maintenance Commands): Document new
+       "maint set/show catch-demangler-crashes" option.
+
+2014-06-19  Gary Benson  <gbenson@redhat.com>
+
+       * gdb.texinfo (Maintenance Commands): Document new
+       "maint demangler-warning" command and new
+       "maint set/show demangler-warning" option.
+
+2014-06-09  Siva Chandra Reddy  <sivachandra@google.com>
+
+       * python.texi (Xmethod API): Add space before the opening
+       parenthesis in function descriptions.
+
+2014-06-06  Doug Evans  <xdje42@gmail.com>
+
+       * guile.texi (Guile Configuration): Document guile-data-directory.
+
+2014-06-06  Mingjie Xing  <mingjie.xing@gmail.com>
+
+       * gdb.texinfo (Invoking GDB): Add -q and --quiet.
+
+2014-06-04  Doug Evans  <xdje42@gmail.com>
+
+       * guile.texi (Breakpoints In Guile): Update.
+
+2014-06-03  Joel Brobecker  <brobecker@adacore.com>
+
+       * python.texi (Xmethod API): Fix reference to "Progspaces In
+       Python".
+
+2014-06-03  Siva Chandra Reddy  <sivachandra@google.com>
+
+       *  python.texi (Xmethods In Python, XMethod API)
+       (Writing an Xmethod): New nodes.
+       (Python API): New menu entries "Xmethods In Python",
+       "Xmethod API", "Writing an Xmethod".
+
+2014-06-02  Doug Evans  <xdje42@gmail.com>
+
+       * guile.texi (Guile API): Add entry for Parameters In Guile.
+       (GDB Scheme Data Types): Mention <gdb:parameter> object.
+       (Parameters In Guile): New node.
+
+2014-06-02  Doug Evans  <xdje42@gmail.com>
+
+       * guile.texi (Guile API): Add entry for Commands In Guile.
+       (Basic Guile) <parse-and-eval>: Add reference.
+       (Basic Guile) <string->argv>: Move definition to Commands In Guile.
+       (GDB Scheme Data Types): Mention <gdb:command> object.
+       (Commands In Guile): New node.
+
+2014-06-02  Doug Evans  <xdje42@gmail.com>
+
+       * guile.texi (Guile API): Add entry for Progspaces In Guile.
+       (GDB Scheme Data Types): Mention <gdb:progspace> object.
+       (Progspaces In Guile): New node.
+
+2014-05-30  Andrew Burgess  <aburgess@broadcom.com>
+
+       * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
+       * python.texi (Frames In Python): Mention
+       gdb.FRAME_UNWIND_MEMORY_ERROR.
+
 2014-05-29  Pedro Alves  <palves@redhat.com>
            Tom Tromey  <tromey@redhat.com>