2009-07-10 H.J. Lu <hongjiu.lu@intel.com>
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
index 2a0277d84409c103f0a3b6f097f906f4cafc4911..ff5bff653a964dd98139217b3960eee09b3ba14b 100644 (file)
@@ -1,3 +1,146 @@
+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
 2009-04-23  Joel Brobecker  <brobecker@adacore.com>
 
        * gdbint.texinfo (Defining Other Architecture Features): Remove
-       enty for PROCESS_LINENUMBER_HOOK.
+       entry for PROCESS_LINENUMBER_HOOK.
 
 2009-04-22  Vladimir Prus  <vladimir@codesourcery.com>
 
This page took 0.040809 seconds and 4 git commands to generate.