Add configure support for building with guile 2.2.
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
index e925da1dd15aeaf2e0bf236c75609629f3a18d66..2d8b1003dd75cc9bbf19dae35293002daf13bb31 100644 (file)
@@ -1,3 +1,296 @@
+2014-05-24  Eli Zaretskii  <eliz@gnu.org>
+
+       * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
+       (Breakpoints In Guile, Guile Printing Module)
+       (Guile Exception Handling, Values From Inferior In Guile)
+       (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
+       Don't use @var at the beginning of a sentence.
+
+       * gdb.texinfo (Frame Filter Management, Trace Files)
+       (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
+       (PowerPC Embedded, Define, Annotations for Running)
+       (IPA Protocol Commands, Packets, General Query Packets)
+       (Tracepoint Packets, Notification Packets, Environment)
+       (Inferiors and Programs, Set Breaks, Set Catchpoints)
+       (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
+       (Frames, Backtrace, Selection, Expressions, Registers)
+       (Trace State Variables, Built-In Func/Proc, Signaling, Files)
+       (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
+       (Source Annotations, Using JIT Debug Info Readers, Packets)
+       (Stop Reply Packets, Host I/O Packets)
+       (Target Description Format): Don't use @var at the beginning of a
+       sentence.
+
+       * python.texi (Basic Python, Types In Python)
+       (Commands In Python, Frames In Python, Line Tables In Python)
+       (Breakpoints In Python, gdb.printing, gdb.types)
+       (Type Printing API): Don't use @var at the beginning of a
+       sentence.
+
+2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
+
+       * gdb.texinfo (Process Record and Replay): Document "set/show btrace
+       replay-memory-access".
+
+2014-05-21  Pedro Alves  <palves@redhat.com>
+
+       * gdb.texinfo (Starting): Document "set/show
+       auto-connect-native-target".
+       (Target Commands): Document "target native".
+
+2014-05-20  Pedro Alves  <palves@redhat.com>
+
+       * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
+       not be remote specific.  Add cross reference to the qCRC packet.
+       (Separate Debug Files): Update cross reference to the qCRC packet.
+       (General Query Packets) <qCRC packet>: Add anchor.
+
+2014-05-17  Doug Evans  <xdje42@gmail.com>
+
+       Copy over changes from guile.texi.
+       * python.texi (Basic Python) <gdb.execute>: Add text.
+       (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
+       (Values From Inferior) <Python string>: Add text.
+       (Values From Inferior) <Value.string>: Clarify string length handling.
+       (Pretty Printing API): Add cindex.
+       (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
+       Remove unnecessary index of gdb.TYPE_CODE_*.  Replace @findex with
+       @vindex.
+       (Commands In Python) <COMPLETE_*>: Similarly.
+       (Symbols In Python) <SYMBOL_*>: Similarly.
+       (Breakpoints In Python) <WP_*>: Similarly.
+       (Breakpoints In Python) <BP_*>: Similarly.
+
+2014-05-17  David Taylor <dtaylor@emc.com>
+
+       * gdb.texinfo (General Query Packets): Add a note about thread IDs
+       mentioned in the qfThreadInfo reply.
+
+2014-05-16  Doug Evans  <dje@google.com>
+
+       * gdb.texinfo (Mode Options): Add -D.
+
+2014-05-09  Samuel Bronson  <naesten@gmail.com>
+
+       * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
+       "make -C".
+
+2014-04-29  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
+       "show debug varobj".
+
+2014-05-01  David Taylor  <dtaylor@emc.com>
+
+       * gdb.texinfo (compare-sections): Document the new -r (read-only)
+       option.
+
+2014-04-24  Michael Sturm  <michael.sturm@mintel.com>
+           Walfred Tedeschi  <walfred.tedeschi@intel.com>
+
+       * gdb.texinfo (i386 Features): Add description of AVX512
+       registers.
+
+2014-03-31  Doug Evans  <dje@google.com>
+
+       * gdb.texinfo (Symbols): Document set/show print symbol-loading.
+
+2014-03-30  Doug Evans  <dje@google.com>
+
+       * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
+       (Background Execution): Ditto.
+
+2014-03-21  Pedro Alves  <palves@redhat.com>
+           Stan Shebs  <stan@codesourcery.com>
+           Hui Zhu  <hui@codesourcery.com>
+
+       * gdb.texinfo (Packets): Add anchor to "? packet".
+       Remove fixme and update introduction of "k packet".
+       Add anchor to "vKill packet".
+
+2014-03-12  Stan Shebs  <stan@codesourcery.com>
+
+       * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
+
+2014-02-26  Ludovic Courtès  <ludo@gnu.org>
+
+       * guile.texi (Basic Guile): Document 'history-append!'.
+
+2014-02-20  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.texinfo (Files): Document "add-shared-symbol-files"
+       and "assf" as being deprecated.
+       (Cygwin Native): Likewise for "dll-symbols".
+       (Non-debug DLL Symbols): Remove reference to "dll-symbols"
+       as a way to force the loading of symbols from a DLL.
+
+2014-02-19  Siva Chandra Reddy  <sivachandra@google.com>
+
+       * python.texi (Values From Inferior): Add description about the
+       new feature.
+
+2014-02-17  Doug Evans  <xdje42@gmail.com>
+
+       * Makefile.in (GDB_DOC_FILES): Add python.texi.
+       * gdb.texinfo (Python): Moved to ...
+       * python.texi: ... here.  New file.
+
+2014-02-17  Ludovic Courtès  <ludo@gnu.org>
+
+       * guile.texi (Writing a Guile Pretty-Printer) <example>:
+       Remove 'string-begins-with' procedure.  Add 'pretty-printer'
+       parameter to 'str-lookup-function' procedure.  Look for
+       the "std::string<" prefix.
+       (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
+       Adjust description.
+
+2014-02-11  Tejas Belagod  <tejas.belagod@arm.com>
+
+       * guile.texi (Values From Inferior In Guile): Remove stray
+       parantheses for deffn.
+       (Disassembly In Guile): Ditto.
+
+2014-02-10  Stan Shebs  <stan@codesourcery.com>
+
+       Add Doxygen support.
+       * Makefile.in (doxy): New action, generates Doxygen files.
+       (DOXYGEN): New.
+       (doxyedit): New.
+       * Doxyfile-base.in: New file.
+       * Doxyfile-gdb-api.in: New file.
+       * Doxyfile-gdb-xref.in: New file.
+       * Doxyfile-gdbserver.in: New file.
+       * doxy-index.in: New file.
+       * filter-for-doxygen: New file.
+       * filter-params.pl: New file.
+
+2014-02-10  Doug Evans  <xdje42@gmail.com>
+
+       * Makefile.in (GDB_DOC_FILES): Add guile.texi.
+       * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
+       (Extending GDB): New menu entries Guile, Multiple Extension Languages.
+       (Guile docs): Include guile.texi.
+       (objfile-gdbdotext file): Add objfile-gdb.scm.
+       (dotdebug_gdb_scripts section): Mention Guile scripts.
+       (Multiple Extension Languages): New node.
+       * guile.texi: New file.
+
+2014-01-28  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
+       ignore-descriptive-types". commands.
+
+2014-01-22  Doug Evans  <dje@google.com>
+
+       * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
+       (gdbserver man): Ditto.
+
+2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
+
+       * gdb.texinfo: Document limited reverse/replay support
+       for target record-btrace.
+
+2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
+
+       * gdb.texinfo (Process Record and Replay): Update documentation.
+
+2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
+
+       * gdb.texinfo (Process Record and Replay): Document new /c
+       modifier accepted by "record function-call-history".
+       Add /i modifier to "record function-call-history" example.
+
+2014-01-15  Yuanhui Zhang  <asmwarrior@gmail.com>
+           Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
+       markers.  Remove one that was misplaced.
+
+2014-01-10  Pedro Alves  <palves@redhat.com>
+
+       * gdb.texinfo (Your Program's Environment) <set environment>:
+       Mention the shell, and point at 'set exec-wrapper'.
+
+2014-01-07  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.texinfo (Types In Python): Document new attribute Types.name.
+
+2013-12-30  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.texinfo (Types In Python): Clarify the documentation
+       of attribute gdb.Field.bitpos.
+
+2013-12-28  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.texinfo (Types In Python): Fix the documentation of
+       attribute "bitpos" in class gdb.Field for enum types.  Add
+       documentation for attribute "enumval" in that same class.
+
+2013-12-28  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.texinfo (GDB/MI Support Commands): Change @table into
+       @ftable.
+
+2013-12-23  Doug Evans  <xdje42@gmail.com>
+
+       * gdb.texinfo (Auto-loading): Move menu up.  Move discussion of
+       auto-loaded objfile scripts and .debug_gdb_scripts section to their
+       corresponding section in Extending GDB.
+       (Extending GDB): Move menu up.  New menu item "Auto-loading
+       extensions".
+       (Sequences): New menu item "Auto-loading sequences".
+       (Auto-loading sequences): New node.
+       (Python): Rename section from Scripting GDB to Extending GDB.
+       (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
+       Move docs on ways to auto-load extensions to ...
+       (Auto-loading extensions): ... here.  New node.
+
+2013-12-23  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
+       in menu.
+       (GDB/MI Variable Objects): Adjust reference to "-list-features"
+       command, now in a new node.
+       (GDB/MI Support Commands): New node, with its contents being
+       extracted from the "GDB/MI Miscellaneous Commands" node.
+       A small paragraph introducing the section is also added at
+       the start.
+       (GDB/MI Miscellaneous Commands): Delete the description of the
+       -info-gdb-mi-command, -list-features and -list-target-features
+       commands, now hosted in the "GDB/MI Support Commands" node.
+
+2013-12-12  Siva Chandra Reddy  <sivachandra@google.com>
+
+       PR python/16113
+       * gdb.texinfo (Values From Inferior): Add a note about using
+       gdb.Field objects as subscripts on gdb.Value objects.
+       (Types In Python): Add description about the new attribute
+       "parent_type" of gdb.Field objects.
+
+2013-12-12  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
+       entry for section docuumenting the -list-features GDB/MI command.
+
+2013-12-10  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
+       "exec-run-start-option" entry in the output of the "-list-features"
+       command.
+
+2013-12-04  Eli Zaretskii  <eliz@gnu.org>
+
+       * gdb.texinfo (i386): Fix yesterday's commit.
+
+2013-12-03  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.texinfo (Set Catchpoints): Add @kindex for each command
+       documented here.
+
+2013-12-03  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.texinfo (@direntry): Add menu item for gdbserver.
+
 2013-12-03  Walfred Tedeschi  <walfred.tedeschi@intel.com>
 
        * gdb.texinfo (i386 Features): Add MPX feature registers.
This page took 0.030029 seconds and 4 git commands to generate.