Cleanups after the update to Autoconf 2.64, Automake 1.11.
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
index 4313cb32af33a30191aeeabe7de2c2804248f223..865967e0af2698b20a377897f0a3829c6594ae9e 100644 (file)
@@ -1,3 +1,247 @@
+2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * gdbint.texinfo (Releasing GDB): Point to
+       README-maintainer-mode file for required autoconf version.
+       * configure.ac: Do not substitute datarootdir, htmldir,
+       pdfdir, docdir.  Do not process --with-datarootdir,
+       --with-htmldir, --with-pdfdir, --with-docdir.
+       * configure: Regenerate.
+
+       * configure: Regenerate.
+
+2009-08-20  Reid Kleckner  <reid@kleckner.net>
+
+       * gdb.texinfo: Add chapter on JIT interface.
+
+2009-08-07  Nick Roberts  <nickrob@snap.net.nz>
+
+       * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
+       confirmation request. 
+
+2009-08-05  Jeremy Bennett  <jeremy.bennett@embecosm.com>
+
+        * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
+        CRC definitions.
+
+2009-08-03  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * gdb.texinfo (GDB/MI Breakpoint Commands): Document
+       -break-commands.
+
+2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
+       "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
+
+2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
+       "set spu stop-on-load" and "show spu stop-on-load" commands.
+
+2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * gdb.texinfo (Target Descriptions): Document <compatible> element.
+
+2009-07-28  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
+       org.gnu.gdb.arm.neon.
+
+2009-07-20  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.texinfo (Target Description Format): Mention the new <osabi>
+       optional element.
+       (subsection OS ABI): New subsection.
+
+2009-07-14  Stan Shebs  <stan@codesourcery.com>
+
+       * gdb.texinfo (Tracepoint Conditions): New section.
+       (General Query Packets): Describe ConditionalTracepoints.
+       (Tracepoint Packets): Describe condition field.
+       (Maintenance Commands): Describe maint agent-eval.
+       * agentexpr.texi (Using Agent Expressions): Mention eval usage.
+
+2009-07-11  Hui Zhu  <teawater@gmail.com>
+
+       * gdb.texinfo (disassemble): Add a new modifier /r
+       to "disassemble" command to make it print the raw instructions
+       in hex as well as in symbolic form.
+
+2009-07-09  Tom Tromey  <tromey@redhat.com>
+
+       * gdbint.texinfo (Testsuite): Document parallel make check.
+
+2009-07-09  Tom Tromey  <tromey@redhat.com>
+
+       * gdbint.texinfo (Testsuite): Document test transcripts.
+
+2009-07-10  Phil Muldoon  <pmuldoon@redhat.com>
+
+       * gdb.texinfo (Values From Inferior): Add length parameter
+       description.
+
+2009-07-04  Chris Genly  <chris@genly.us>
+
+       * gdb.texinfo (GDB/MI Variable Objects): Document child definition
+       in -var-list-children.  Fix example according to what the code
+       does.
+
+2009-07-02  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.texinfo (Debugging multiple inferiors): Document the
+       "inferior", "detach inferior" and "kill inferior" commands.
+       (Debugging Programs with Multiple Processes): Adjust to mention
+       generic "inferior" commands.  Delete mention of "detach fork" and
+       "delete fork".  Cross reference to "Debugging multiple inferiors"
+       section.
+
+2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * gdbint.texinfo (Item Output Functions): Update signature
+       for ui_out_field_core_addr.
+
+2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
+       Update example code extrated from breakpoint.c.
+
+2009-06-28  Paul Pluzhnikov  <ppluzhnikov@google.com>
+       
+       * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
+       MI commands.
+       (GDB/MI Symbol Query): Likewise.
+       (GDB/MI File Commands): Likewise.
+       (GDB/MI File Transfer Commands): Likewise.
+       (GDB/MI Target Manipulation): Likewise.
+       (GDB/MI Miscellaneous Commands): Likewise.
+       
+2009-06-27  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.texinfo (Debugging Optimized Code): New chapter.
+       (Compiling for Debugging): Reference it.  Move some
+       text to the new section.
+
+2009-06-15  Phil Muldoon  <pmuldoon@redhat.com>
+
+       * doc/gdb.texinfo (Calling): Document
+       set-unwind-on-terminating-exception usage.
+
+2009-06-11  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
+       command.
+
+2009-06-07  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
+       references.
+
+2009-06-04  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * gdbint.texinfo: Rename formal parameters to gdbarch function
+       protoypes from "current_gdbarch" to "gdbarch".
+
+2009-05-28  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.texinfo (Basic Python): Change get_parameter to parameter.
+
+2009-05-27  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
+       feature.
+       (GDB/MI Variable Objects): Document -var-set-visualizer.
+
+2009-04-02  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
+       feature.
+       (GDB/MI Variable Objects): Document -var-set-visualizer.
+
+2009-05-27  Tom Tromey  <tromey@redhat.com>
+           Thiago Jung Bauermann  <bauerman@br.ibm.com>
+           Phil Muldoon  <pmuldoon@redhat.com>
+
+       * gdb.texinfo (Objfiles In Python): Reference pretty printing.
+       (Pretty Printing): New node.
+       (Selecting Pretty-Printers): Likewise.
+       (Python API): Update.
+       (Output Formats): Document /r format.
+
+2009-05-27  Thiago Jung Bauermann  <bauerman@br.ibm.com>
+           Tom Tromey  <tromey@redhat.com>
+
+       * gdb.texinfo (Types In Python): New node.
+       (Values From Inferior): "type" is now an attribute.
+       (Python API): Update.
+
+2009-05-27  Tom Tromey  <tromey@redhat.com>
+           Thiago Jung Bauermann  <bauerman@br.ibm.com>
+           Phil Muldoon  <pmuldoon@redhat.com>
+
+       * gdb.texinfo: Add @syncodeindex for `tp'.
+       (Python API): Update.
+       (Auto-loading): New node.
+       (Objfiles In Python): New node.
+
+2009-05-15  Paul Pluzhnikov  <ppluzhnikov@google.com>
+
+       * gdb.texinfo (Threads): Document libthread-db-search-path.
+       
+2009-05-15  Nick Roberts  <nickrob@snap.net.nz>
+
+       * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
+
+2009-05-12  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.texinfo: Document 'set/show debug gnu-nat'.  Replace 'maint
+       show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
+       show show-debug-regs' docs.
+
+2009-05-08  Eli Zaretskii  <eliz@gnu.org>
+
+       * gdb.texinfo (Process Record and Replay): Add description of
+       reverse execution.
+
+2009-05-07  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdbint.texinfo (Adding support for debugging core files): New node.
+       (Native Debugging): Remove the ``Native core file Support'' section.
+
+2009-05-01  Eli Zaretskii  <eliz@gnu.org>
+
+       * gdb.texinfo (Process Record and Replay): Improve and clarify.
+       Add index entries.
+
+2009-04-30  Hui Zhu  <teawater@gmail.com>
+            Michael Snyder  <msnyder@vmware.com>
+
+       * gdb.texinfo: (Process Record and Replay): Add documentation for
+       process record and replay.
+
+2009-04-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.texinfo (Macros): Note command-line for `info macro'.  Append
+       a new part on command-line defined macros.
+
+2009-04-25  Eli Zaretskii  <eliz@gnu.org>
+
+       * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
+       clarify the wording.
+
+2009-04-23  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.texinfo (Data Files): New node.
+       (GDB Files): Update menu.
+
+2009-04-23  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdbint.texinfo (Defining Other Architecture Features): Remove
+       entry for PROCESS_LINENUMBER_HOOK.
+
+2009-04-22  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
+
 2009-04-22  Hui Zhu  <teawater@gmail.com>
 
        * gdb.texinfo (disassemble-next-line): Set the default of
This page took 0.042991 seconds and 4 git commands to generate.