gdb/
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
index ac38897619bebdb96d92e5fa47f91372dae16ca1..92e3e1bfa662fec037437d0aec69e629f2b87ff7 100644 (file)
@@ -1,3 +1,246 @@
+2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
+       --init-eval-command=COMMAND, -iex.
+       (Startup): Describe -iex and -ix.  Simplify the example
+       for "set auto-load-scripts off".
+
+2012-03-16  Gary Benson  <gbenson@redhat.com>
+
+       PR breakpoints/10738
+       * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
+       stating that GDB cannot set breakpoints on inlined functions.
+       (Mode Options): Document --use-deprecated-index-sections.
+       (Index Section Format): Document new index section version format.
+
+2012-03-15  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
+
+2012-03-13  Doug Evans  <dje@google.com>
+
+       * gdb.texinfo (Help): Change apropos example to use "alias" instead
+       of "reload".
+       (Symbols): Delete docs for set/show symbol-reloading.
+       * gdbint.texinfo (Defining Other Architecture Features): Delete
+       SYMBOL_RELOADING_DEFAULT.
+       * refcard.tex: Delete reference to symbol-reloading.
+
+2012-03-07  Pedro Alves  <palves@redhat.com>
+
+       * gdb.texinfo (General Query Packets): Document new
+       QProgramSignals packet.
+       * gdb.texinfo (Remote configuration): Mention
+       "program-signals-packet".
+
+2012-03-05  Tristan Gingold  <gingold@adacore.com>
+
+       * gdb.texinfo (General Query Packets): Document xfer:uib:read.
+
+2012-03-03  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.texinfo (In-Process Agent): New node.
+       Document new commands.
+       (General Query Packets): Add packet `QAgent'.
+
+2012-03-01  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
+
+2012-03-01  Scott J. Goldman <scottjg@vmware.com>
+
+       * gdb.texinfo (Commands In Python): Put example python macro in
+       COMMAND_USER category rather than COMMAND_OBSCURE.
+       Document gdb.COMMAND_USER.
+       (User-defined Commands): Update documentation to clarify
+       "set/show max-user-call-depth" and "show user" don't apply to python
+       commands.  Update documentation to clarify "help user-defined" may
+       also include python commands defined as COMMAND_USER.
+
+2012-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.texinfo (Startup): Add option -ex description to the option -x
+       description.
+
+2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
+
+       * gdb.texinfo (Setting Breakpoints): Mention and explain the
+       condition-evaluation breakpoint parameter.
+       Mention condition-evaluation mode being shown in "info break".
+       (Break Conditions): Add description for target-side
+       conditional breakpoints.
+       (Remote Configuration): Mention conditional-breakpoints-packet. 
+       (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
+       cond-expr.
+       (General Query Packets): Mention new ConditionalBreakpoint feature.
+
+2012-02-22  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.texinfo (Blocks In Python): Clarify block iteration.
+
+2012-02-17  Tom Tromey  <tromey@redhat.com>
+
+       PR python/10753:
+       * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
+       directory.
+
+2012-02-14  Stan Shebs  <stan@codesourcery.com>
+
+       * gdb.texinfo (Disabling Breakpoints): Document enable count.
+
+2012-02-13  Pedro Alves  <palves@redhat.com>
+
+       * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
+       mips-idt-ecoff.
+
+2012-02-09  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
+
+2012-02-07  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
+       Symbol.value.
+
+2012-02-07  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.texinfo (Symbols In Python): Document Symbol.line.
+
+2012-01-27  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
+
+2012-01-24  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
+       unload".
+       (Files): Mention new catch commands.
+       (GDB/MI Async Records): Likewise.
+
+2012-01-24  Gary Benson  <gbenson@redhat.com>
+
+       Delete #if 0'd out code.
+       * gdb.texinfo (Frame Info): Remove "info catch".
+
+2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
+
+       * gdb.texinfo (Remote Configuration): Document
+       "set remote hostio-readlink-packet" command.
+       (General Query Packets): Document vFile:readlink packet.
+
+2012-01-16  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.texinfo (Specify Location): Document relative file name
+       handling.
+
+2012-01-16  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
+
+2012-01-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
+           Eli Zaretskii  <eliz@gnu.org>
+
+       * gdbint.texinfo (Coding Standards): Require braces for two lines of
+       code.
+
+2012-01-11  Paul Hilfinger  <hilfingr@adacore.com>
+
+       * gdb.texinfo (Variables): Document use of :: for non-static
+       variables.
+
+2012-01-05  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdbint.texinfo (Start of New Year Procedure): Update
+       to replace use of copyright.sh by use of copyright.py.
+
+2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Remove the gdbtui binary.
+       * all-cfg.texi (GDBTUI): Remove.
+       * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
+       (TUI): Remove GDBTUI pindex.  Remove the GDBTUI reference.
+       * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
+
+2011-12-23  Kevin Pouget  <kevin.pouget@st.com>
+
+       Introduce gdb.FinishBreakpoint in Python.
+       * gdb.texinfo (Finish Breakpoints in Python): New subsection.
+       (Python API): Add menu entry for Finish Breakpoints.
+
+2011-12-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
+       tests.
+
+2011-12-16  Doug Evans  <dje@google.com>
+
+       * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
+
+2011-12-16  Phil Muldoon  <pmuldoon@redhat.com>
+
+       * gdb.texinfo (Python Commands): Remove "maint set/show print
+       stack".  Add documentation for "set/show python print-stack".
+
+2011-12-14  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.texinfo (Implementing a Remote Stub): Explain that you
+       should transfer control to the stub in the startup code instead of
+       in main.  Mention the need to get past the initial breakpoint.
+
+2011-12-06  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.texinfo (Set Breaks): Update for new behavior.
+
+2011-12-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
+       List Format for SVR4 Targets'.
+       (General Query Packets): New item qXfer:libraries-svr4:read.
+       (Library List Format for SVR4 Targets): New node.
+
+2011-12-01  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
+       add.
+
+2011-11-22  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.texinfo (GDB/MI Async Records): Document new *stopped
+       reasons.
+
+2011-11-20  Stan Shebs  <stan@codesourcery.com>
+
+       * gdb.texinfo (Starting and Stopping Trace Experiments): Document
+       note-related options and variables.
+       (Tracepoint Packets): Document packet changes.
+
+2011-11-20  Sanjoy Das  <sdas@igalia.com>
+
+       * gdb.texinfo (JIT Interface): Add documentation on writing and
+       usind JIT debug info readers.
+       (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
+       Debug Info Readers): New nodes.
+
+2011-11-18  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.texinfo (Create and Delete Tracepoints): Mention pending
+       tracepoint.
+
+2011-11-15  Doug Evans  <dje@google.com>
+
+       * gdb.texinfo (Files): Document basenames-may-differ.
+
+2011-11-14  Doug Evans  <dje@google.com>
+
+       * gdb.texinfo (Shell Commands): Document "!".
+
+2011-11-14  Stan Shebs  <stan@codesourcery.com>
+           Kwok Cheung Yeung  <kcy@codesourcery.com>
+
+       * gdb.texinfo (Create and Delete Tracepoints): Describe what is
+       needed to get shorter fast tracepoints.
+       (Tracepoint Packets): Document new qTMinFTPILen packet.
+
 2011-11-14  Yao Qi  <yao@codesourcery.com>
 
        * gdb.texinfo (Create and Delete Tracepoints): Describe changed
This page took 0.029905 seconds and 4 git commands to generate.