* value.c (show_convenience): Tweak comment.
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
index 267a2df2fdacc6e75bf651f659819329e69e6d33..661d933c7b594453711af922edcd4af2cc64f146 100644 (file)
@@ -1,3 +1,146 @@
+2012-08-13  Doug Evans  <dje@google.com>
+
+       * gdb.texinfo (Convenience Vars): Update text for "show convenience"
+       to include functions.
+
+2012-08-10  Doug Evans  <dje@google.com>
+
+       * gdb.texinfo (Convenience Funs): New node.
+       (Types In Python): Document Type.vector.
+
+2012-08-09  Yao Qi  <yao@codesourcery.com>
+
+       * observer.texi: New observer command_param_changed.
+       * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
+
+2012-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdbint.texinfo (Debugging GDB): In section
+       'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
+       Mention also gdb-gdb.py.
+
+2012-08-07  Yao Qi  <yao@codesourcery.com>
+
+       Revert the folloing patch:
+       2012-08-06  Yao Qi  <yao@codesourcery.com>
+       * gdb.texinfo (Remote Configuration): Add kindex for 'set
+       remote hardware-watchpoint-limit' and 'set
+       remote hardware-breakpoint-limit'.
+
+2012-08-06  Nathaniel Flath  <flat0103@gmail.com>
+
+       * gdb.texinfo (Working Directory): Added information about new
+       default argument for 'cd' command.
+
+2012-08-06  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.texinfo (Remote Configuration): Add kindex for 'set
+       remote hardware-watchpoint-limit' and 'set
+       remote hardware-breakpoint-limit'.
+
+2012-08-06  Yao Qi  <yao@codesourcery.com>
+
+       Fix PR14371.
+
+       * gdb.texinfo (GDB/MI Async Records): Fix the doc for
+       '=breakpoint-deleted'.
+
+2012-08-02  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.texinfo (Native): Remove node Neutrino.
+
+2012-07-27  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.texinfo (IPA Protocol Commands): Document new command
+       'close'.
+
+2012-07-25  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.texinfo (Maintenance Commands): Document maint info bfds.
+
+2012-07-20  Doug Evans  <dje@google.com>
+
+       * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
+       (Index Files): Document how to control the use of deprecated index
+       sections.
+       (Index Section Format): Replace --use-deprecated-index-sections with
+       "set use-deprecated-index-sections on".
+
+2012-07-12  Eli Zaretskii  <eliz@gnu.org>
+
+       * gdbint.texinfo: Remove @syncodeindex directives that put all the
+       indices into a single node "Index".  Instead, join function and
+       variable indices into a single index, separate from the concept
+       index.  Requested in
+       http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
+       (Top): Update the top-level menu: instead of one "Index" there are
+       now separate entries "Concept Index" and "Function and Variable
+       Index".
+       (Concept Index, Function and Variable Index): New nodes.
+       (Index): Node deleted.
+
+2012-07-05  Hui Zhu  <hui_zhu@mentor.com>
+
+       * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
+       and "maint agent-eval".
+
+2012-07-03  Eli Zaretskii  <eliz@gnu.org>
+
+       * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
+       avoid file-name clashes between Index.html and index.html on
+       case-insensitive filesystems.  See the discussion starting in
+       http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
+       details of the problem.
+       (Top): Update the master menu for the above.
+       (Concept Index, Command and Variable Index): New nodes, instead of
+       the old "Index" node that was deleted.  All cross-references
+       updated.
+
+2012-07-02  Stan Shebs  <stan@codesourcery.com>
+
+       * gdb.texinfo (Dynamic Printf): Mention agent style and
+       disconnected dprintf.
+       (Maintenance Commands): Describe maint agent-printf.
+       (General Query Packets): Mention BreakpointCommands feature.
+       (Packets): Document commands extension to Z0 packet.
+       * agentexpr.texi (Bytecode Descriptions): Document printf
+       bytecode.
+
+2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.texinfo (File Options): Change -ix and -iex commands that apply
+       only after gdbinit files.
+       (Startup): Move -iex and -iex commands down after gdbinit files.
+
+2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
+       possibility.
+
+2012-06-29  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.texinfo (Index Section Format): Update for version 7.
+
+2012-06-28  Stan Shebs  <stan@codesourcery.com>
+
+       * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
+       example, add note about title column.
+
+2012-06-26  Siva Chandra Reddy  <sivachandra@google.com>
+
+       * gdb.texinfo (Symbol Tables In Python): Add description about
+       the new 'last' attribute of gdb.Symtab_and line.
+
+2012-06-26  Siva Chandra Reddy  <sivachandra@google.com>
+
+       * gdb.texinfo (Symbol Tables In Python): Correct the description
+       of the 'pc' attribute of gdb.Symtab_and_line.
+
+2012-06-26  Doug Evans  <dje@google.com>
+
+       * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
+       and symtab-create.
+
 2012-06-25  Keith Seitz  <keiths@redhat.com>
 
        * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
This page took 0.028436 seconds and 4 git commands to generate.