2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
index 5cbd9c5c6f527bdd1bbaeacc778973ec0219cd19..88ddc16b99fd01c711b7ca347646af95d18c65af 100644 (file)
@@ -1,3 +1,253 @@
+2010-06-28  Phil Muldoon  <pmuldoon@redhat.com>
+           Tom Tromey  <tromey@redhat.com>
+           Thiago Jung Bauermann  <bauerman@br.ibm.com>
+
+       * gdb.texinfo (Inferiors In Python): New node.
+       * gdb.texinfo (Threads In Python): New node.
+
+2010-06-28  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.texinfo (Python): Document what the python directory is
+       and what its location is.
+       (Basic Python): Document the gdb.PYTHONDIR constant.
+
+2010-06-25  Tom Tromey  <tromey@redhat.com>
+
+       PR python/10808:
+       * gdb.texinfo (Basic Python): Document new gdb.execute argument.
+
+2010-06-24  Hui Zhu  <teawater@gmail.com>
+
+       * gdb.texinfo: (Commands for Controlled Output): Add
+       documentation for command "eval".
+
+2010-06-21  Stan Shebs  <stan@codesourcery.com>
+
+       * gdb.texinfo: Add explicit @node and @appendix for GFDL.
+       * annotate.texinfo: Ditto.
+       * gdbint.texinfo: Ditto.
+       * stabs.texinfo: Ditto.
+
+2010-06-22  Hui Zhu  <teawater@gmail.com>
+
+       * gdb.texinfo: (Process Record and Replay): Add documentation
+       for command "set record memory-query".
+
+2010-06-21  Stan Shebs  <stan@codesourcery.com>
+
+       * gdb.texinfo: Relicense under GFDL version 1.3.
+       * annotate.texinfo: Relicense under GFDL version 1.3.
+       * gdbint.texinfo: Relicense under GFDL version 1.3.
+       * stabs.texinfo: Relicense under GFDL version 1.3.
+       * fdl.texi: Update to version 1.3.
+
+2010-06-18  Stan Shebs  <stan@codesourcery.com>
+
+       * gdb.texinfo (Operating System Auxiliary Information): Describe
+       "info os" when no arguments given.
+
+       * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
+       $_thread.
+
+2010-06-18  Hui Zhu  <teawater@gmail.com>
+
+       * gdb.texinfo: (Process Record and Replay): Add documentation
+       for commands "record save" and "record restore".
+
+2010-06-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.texinfo: Include information about the correct use
+       of addresses in the `watch' command.
+
+2010-06-11  Stan Shebs  <stan@codesourcery.com>
+
+       * gdb.texinfo (Observer Mode): New section.
+       (General Query Packets): Document QAllow.
+        
+2010-06-04  Doug Evans  <dje@google.com>
+
+       * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
+
+2010-06-03  Doug Evans  <dje@google.com>
+
+       * gdbint.texinfo (Coding): Add subsection on command names.
+
+2010-06-02  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
+       always-disassemble.
+
+2010-06-01  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
+       gdbserver, and add cross reference.
+       (Tracepoints support in gdbserver): New subsection.
+
+2010-05-26  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.texinfo (General Query Packets) <qSupported>: Describe the
+       `qRelocInsn' feature.
+       (Relocate instruction reply packet): New subsection
+       of `Tracepoint Packets'.
+       (Tracepoint Packets): Mention that packets QTDP and QTStart
+       support the qRelocInsn request, and add cross reference to new
+       subsection.
+
+2010-05-25  Doug Evans  <dje@google.com>
+
+       * gdb.texinfo (Exception Handling): Document gdb.GdbError.
+       (Commands In Python): Document gdb.string_to_argv.
+
+2010-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdbint.texinfo (Host Definition): Remove items NORETURN and
+       ATTR_NORETURN.
+
+2010-04-29  Phil Muldoon  <pmuldoon@redhat.com>
+           Tom Tromey  <tromey@redhat.com>
+           Thiago Jung Bauermann  <bauerman@br.ibm.com>
+
+       * gdb.texinfo (Parameters In Python): New Node.
+
+2010-04-29  Mihail Zenkov  <mihail.zenkov@gmail.com>
+
+       * gdb.texinfo: (Summary) Add mention about D language support.
+       (Filenames): Add D suffixes.
+       (D): New node.
+
+2010-04-26  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
+       of macro deleted from GDB code.
+
+2010-04-24  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.texinfo (Commands to specify files): Describe what how GDB
+       looks up DOS-based filesystem paths on the system root.  Document
+       the new `set/show target-file-system-kind' commands.
+
+2010-04-23  Doug Evans  <dje@google.com>
+
+       * gdb.texinfo (Python): Move Auto-loading section here ...
+       (Python API): from here.
+       (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
+       (Maintenance Commands): Add docs for "maint print section-scripts".
+
+2010-04-20  Chris Moller  <cmoller@redhat.com>
+
+       * gdb.texinfo (Setting Breakpoints): Added description of
+       filename-qualified rbreak.
+       * refcard.tex (Breakpoints and Watchpoints): Added brief
+       description of filename-qualified rbreak.
+
+2010-04-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.texinfo (Data): New @menu reference to Pretty Printing.
+       (Python API): Change the reference to Pretty Printing API.
+       (Pretty Printing): Move the user part under the Data node.  Reformat
+       the sample output to 72 columns.  Create a new reference to Pretty
+       Printing API.  Rename the API part ...
+       (Pretty Printing API): To a new node name.
+       (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
+       (GDB/MI Variable Objects): Change references to Pretty Printing API.
+
+2010-04-21  Stan Shebs  <stan@codesourcery.com>
+
+       * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
+       and commands.
+       (Listing Tracepoints): Update to reflect current behavior.
+       
+2010-04-22  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * gdb.texinfo (Examining memory): Update for change in string
+       display with explicit size.
+
+2010-04-19  Pedro Alves  <pedro@codesourcery.com>
+
+       PR breakpoints/8554.
+
+       * gdb.texinfo (Save Breakpoints): New node.
+       (save-tracepoints): Rename to ...
+       (save tracepoints): ... this.  Mention that `save-tracepoints' is
+       a deprecated alias to `save tracepoints'.
+
+2010-04-16  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * gdb.texinfo ($_tlb): Document new automatic convinience variable.
+       (info w32 thread-information-block): Document new command.
+       (qGetTIBAddress): Document new gdbserver query.
+       (maint set/show show-all-tib): Document new command.
+
+2010-04-15  Doug Evans  <dje@google.com>
+
+       * gdb.texinfo (Python API): Add progspaces section.
+       (Selecting Pretty-Printers): Progspace pretty-printers are
+       searched too.
+       (Progspaces In Python): New section.
+
+       * gdb.texinfo (Command Files): Add docs for new "source -s" option.
+
+2010-04-14  Phil Muldoon  <pmuldoon@redhat.com>
+
+       * gdb.texinfo (Pretty Printing): Document behaviour when to_string
+       returns None.
+
+2010-04-09  Stan Shebs  <stan@codesourcery.com>
+
+       * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
+       Describe the `frames-created' field, tweak grammar.
+
+2010-04-09  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
+       Describe the `circular' and `disconnected' fields.
+
+2010-04-09  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * gdb.texinfo (maint print registers): Mention unavailable and
+       invisible registers.
+
+2010-04-09  Phil Muldoon  <pmuldoon@redhat.com>
+           Thiago Jung Bauermann  <bauerman@br.ibm.com>
+           Tom Tromey  <tromey@redhat.com>
+
+       * gdb.texinfo (Breakpoints In Python): New Node.
+
+2010-04-08  Stan Shebs  <stan@codesourcery.com>
+
+       * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
+       trace status fields.
+
+2010-04-08  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
+       optional.  Make org.gnu.gdb.i386.avx requires
+       org.gnu.gdb.i386.avx.
+
+2010-04-08  Doug Evans  <dje@google.com>
+
+       * gdb.texinfo (Command Files): Document that gdb skips $cdir in
+       search path, and document that gdb only scans the search path if
+       the script's path doesn't specify a directory.
+
+2010-04-05  Doug Evans  <dje@google.com>
+
+       * gdb.texinfo (maint show python auto-load): Fix typo.
+
+2010-04-04  Stan Shebs  <stan@codesourcery.com>
+
+       * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
+       (Setting Watchpoints): Update description of "info watch".
+       (Disabling Breakpoints): Only "info break" lists all.
+
+       * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
+       (tdump): Explain how tdump works.
+
+2010-04-01  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.texinfo (Break Commands): Clarify `commands' changes, and
+       add cross reference.
+
 2010-03-31  Pedro Alves  <pedro@codesourcery.com>
 
        * gdb.texinfo (TUI Commands): Mention that in some cases, these
This page took 0.041804 seconds and 4 git commands to generate.