2010-07-30 Hui Zhu <teawater@gmail.com>
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
index 30585770d6f168ae77a96a5645e09e864aef4f97..9a2b972b0afa5d1bd76d02129403987d7138e660 100644 (file)
@@ -1,6 +1,284 @@
+2010-07-30  Hui Zhu  <teawater@gmail.com>
+
+       * gdb.texinfo (Inferiors and Programs): Update the introduce of
+       "detach inferior" and "kill inferior".
+
+2010-07-28  CHENG Renquan  <rqcheng@smu.edu.sg>
+
+       * gdb.texinfo (Machine Code): Update description of two forms of
+       arguments, and add new example to demonstrate the new form.
+
+2010-07-27  Phil Muldoon  <pmuldoon@redhat.com>
+
+       * gdb.texinfo (Values From Inferior): Add value inferior function
+       call description.
+
+2010-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.texinfo (Active Targets): Fix wrong comma placement.
+
+2010-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
+           Eli Zaretskii  <eliz@gnu.org>
+
+       Make core files the process_stratum.
+       * gdb.texinfo (Active Targets): Remove core_stratum.  Include
+       record_stratum example.
+
+2010-07-13  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.texinfo (Index Files): New node.
+
+2010-07-13  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
+
+2010-07-13  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.texinfo (Specify Location): Document labels.
+
+2010-07-01  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.texinfo (Create and Delete Tracepoints): Add more index
+       entries for fast tracepoints and static tracepoints.
+
+2010-07-01  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.texinfo (General Query Packets) <qfThreadInfo,
+       qsThreadInfo>: Spell out `l' as ell.
+
+2010-07-01  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.texinfo (Convenience Variables): Document $_sdata.
+       (Commands to Set Tracepoints): Describe static tracepoints.  Add
+       `Listing Static Tracepoint Markers' menu entry.  Document
+       "strace".
+       (Tracepoint Action Lists): Document collecting $_sdata.
+       (Listing Static Tracepoint Markers): New subsection.
+       (Tracepoints support in gdbserver): Mention static tracepoints.
+       (remote packets, enabling and disabling): Mention
+       read-sdata-object.
+       (General Query Packets) <qSupported>: Document qXfer:sdata:read
+       and StaticTracepoint.
+       Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
+       Document qXfer:sdata:read.
+       (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
+
+2010-06-29  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.texinfo (Threads In Python): Fix unmatched @end table.
+
+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>
+           Tom Tromey  <tromey@redhat.com>
 
        * gdb.texinfo (Breakpoints In Python): New Node.
 
This page took 0.037668 seconds and 4 git commands to generate.