2011-03-31 Tristan Gingold <gingold@adacore.com>
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
index df46a17534e73c8fa43f8d6c53975331d6cd3e57..08d6c8c4a4f70fb513c8f0b5d19202d365658c58 100644 (file)
@@ -1,3 +1,195 @@
+2011-03-28  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.texinfo (Set Tracepoints): Fix typo.
+
+2011-03-24  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.texinfo (Specify Location): Document `function:label'
+       linespec.
+
+2011-03-18  Phil Muldoon  <pmuldoon@redhat.com>
+
+        PR python/12149
+
+       * gdb.texinfo (Basic Python): Update gdb.write and flush text.
+
+2011-03-17  Phil Muldoon  <pmuldoon@redhat.com>
+
+       * gdb.texinfo (Blocks In Python): Add is_valid method description.
+       (Inferiors In Python): Likewise.
+       (Threads In Python): Likewise.
+       (Symbols In Python): Likewise.
+       (Objfiles In Python): Likewise.
+       (Symbol Tables In Python): Likewise.
+
+2011-03-15  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.texinfo (Auto Display) <undisplay, enable display, disable
+       display>: Explain that the commands accept number ranges.
+
+2011-03-14  Phil Muldoon  <pmuldoon@redhat.com>
+
+       * gdb.texinfo (Breakpoints In Python): Add description and example
+       of Python stop function operation.
+
+2011-03-10  Phil Muldoon  <pmuldoon@redhat.com>
+
+       * gdb.texinfo (Parameters In Python): Document get_set_string and
+       get_show_string methods.
+
+2011-02-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
+
+       * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
+       circular-trace-buffer name.
+
+2011-02-28  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.texinfo (Inferiors and Programs): Fix small error introduced
+       in the previous change.
+
+2011-02-27  Michael Snyder  <msnyder@vmware.com>
+
+       * gdb.texinfo (Inferiors and Programs): Update commands to show 
+       that they can accept multiple arguments.
+
+2011-02-24  Joel Brobecker  <brobecker@adacore.com>
+
+       Revert the following patch (code patch was not approved):
+       2011-02-21  Hui Zhu  <teawater@gmail.com>
+       * agentexpr.texi (bytecode descriptions): add printf.
+       * gdb.texinfo (tracepoint action lists): add printf.
+
+2011-02-23  Doug Evans  <dje@google.com>
+
+       * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
+
+2011-02-23  Michael Snyder  <msnyder@vmware.com>
+
+       * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
+       (Set Watchpoints): Add @dots{} to argument of info watchpoints.
+       (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
+
+2011-02-22  Doug Evans  <dje@google.com>
+
+       * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
+       Clarify behaviour of lookup_symbol when `block' argument is omitted,
+       add description of result, fix @defun formatting.
+
+2011-02-21  Hui Zhu  <teawater@gmail.com>
+
+       * agentexpr.texi (Bytecode Descriptions): Add printf.
+       * gdb.texinfo (Tracepoint Action Lists): Add printf.
+
+2011-02-18  Tom Tromey  <tromey@redhat.com>
+
+       * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
+
+2011-02-14  Michael Snyder  <msnyder@vmware.com>
+
+       * gdb.texinfo (threads): Document argument for "info threads" cmd.
+       Document new command "thread find".
+
+2011-02-14  Michael Snyder  <msnyder@vmware.com>
+
+       * gdb.texinfo (Threads): Update example of new thread message.
+
+2011-02-14  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.texinfo (Remote Configuration): Mention set/show remote
+       traceframe-info.
+       (Tools/Packages Optional for Building GDB): Mention that expat is
+       used for traceframe info.
+       (Remote Protocol) <Menu>: Add "Traceframe Info Format".
+       (General Query Packets) <qSupported>: Describe the
+       qXfer:traceframe-info:read feature.
+       (qXfer::read): Describe qXfer:traceframe-info:read.
+       (Traceframe Info Format): New section.
+
+2011-02-04  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdbint.texinfo (Formatting): Mention some formatting guidelines
+       for casts and unary operators.
+
+2011-02-04  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
+       is not useful.
+
+2011-01-25  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.texinfo: s/value optimized out/optimized out/g
+
+2011-01-21  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.texinfo (Other Misc Settings): Rework part of the
+       documentation of the "set interactive mode" command.
+
+2011-01-19  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.texinfo (Threads): Document thread name output and `thread
+       name' command.
+       (Threads In Python): Document Thread.name attribute.
+       (GDB/MI Thread Commands): Document thread attributes.
+
+2011-01-12  Andrew Burgess  <aburgess@broadcom.com>
+
+       * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
+       changes in mi/mi-cmd-disas.c
+
+2011-01-12  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.texinfo (Threads): Remove duplicate text.  Update examples.
+       Fix "thread apply" text.
+
+2011-01-11  Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
+           Thiago Jung Bauermann  <bauerman@br.ibm.com>
+
+       Implement support for PowerPC BookE ranged watchpoints.
+       * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
+       the "set powerpc exact-watchpoints" flag.
+
+2011-01-07  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.texinfo (Python API): Add descriptions to @menu items.
+
+2011-01-06  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
+
+2010-01-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
+
+       * gdb.texinfo (Debugging Output): Document "set debug jit".
+
+2011-01-06  Tom Tromey  <tromey@redhat.com>
+
+       PR python/12133:
+       * gdb.texinfo (Frames In Python): Document various frame
+       constants.
+
+2011-01-05  Joel Brobecker  <brobecker@adacore.com>
+
+       * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
+       doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
+       doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
+
+2011-01-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
+       (clean): Add GDBvn.texi.
+
+2010-12-29  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.texinfo (Ada Glitches): Remove paragraph describing the
+       occasional case where the debugger prints an array address
+       instead of the array itself.
+
+2010-12-23  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.texinfo (Packets) <read registers packet>: Document support
+       for registers that were not collected.
+
 2010-12-15  Doug Evans  <dje@google.com>
 
        * gdb.texinfo (Startup): Document auto-loading of scripts during
This page took 0.028749 seconds and 4 git commands to generate.