gdb/doc/
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
index e756f4a8f5676a85b556f34226b56c3c93766243..9a3f6b4d98537e27bb61f9630908a0f765d1d795 100644 (file)
@@ -1,3 +1,576 @@
+2013-03-22  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.texinfo (Embedded Processors): Remove menu item
+       "OpenRISC 1000".
+       (OpenRISC 1000): Remove.
+
+2013-03-21  Doug Evans  <dje@google.com>
+
+       * gdb.texinfo (Maintenance Commands): Add docs for
+       "mt set per-command {space,time,symtab} {on,off}".
+
+2013-03-14  Hui Zhu  <hui@codesourcery.com>
+           Yao Qi  <yao@codesourcery.com>
+
+       * gdb.texinfo (Trace Files): Add "tsave -ctf".
+
+2013-03-13  Keith Seitz  <keiths@redhat.com>
+
+       * gdb.texinfo (Maintenance Commands): Add missing ')' for
+       "maint agent" reference to Dynamic printf.
+
+2013-03-11  Eli Zaretskii  <eliz@gnu.org>
+
+       * gdb.texinfo (General Query Packets): Don't use colon in index
+       entries visible to Info format.
+
+2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
+
+       * gdb.texinfo (Process Record and Replay): Document record
+       changes.
+
+2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
+
+       * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
+       (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
+       qXfer:btrace:read.
+
+2013-03-09  Eli Zaretskii  <eliz@gnu.org>
+
+       * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
+       use colons in @anchor and @cindex entries.
+
+2013-03-09  Hafiz Abid Qadeer  <abidh@codesourcery.com>
+
+       * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
+
+2013-03-08  Stan Shebs  <stan@codesourcery.com>
+           Hafiz Abid Qadeer  <abidh@codesourcery.com>
+
+       * gdb.texinfo (Starting and Stopping Trace Experiments): Document
+       trace-buffer-size set and show commands.
+       (Tracepoint Packets): Document QTBuffer:size.
+       (General Query Packets): Document QTBuffer:size.
+
+2013-02-21  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.texinfo: Remove bad @syncodeindex.
+       (Values From Inferior, Types In Python, Inferiors In Python)
+       (Events In Python, Threads In Python, Frames In Python, Blocks In
+       Python, Symbols In Python, Symbol Tables In Python): Remove
+       @tables.
+       (Packets, General Query Packets, Tracepoint Packets)
+       (Host I/O Packets): Use @w{} for empty @item.
+
+2013-02-20  Siva Chandra Reddy <sivachandra@google.com>
+
+       * gdb.texinfo (Architectures In Python): Add description about
+       the new method gdb.Architecture.disassemble.
+
+2013-02-15  Pedro Alves  <pedro@codesourcery.com>
+           Hafiz Abid Qadeer  <abidh@codesourcery.com>
+
+       * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
+       Document the "trace-file" field.
+
+2013-02-07  Doug Evans  <dje@google.com>
+
+       * gdb.texinfo (Machine Code): Clarify argument to disassemble
+       command.
+
+2013-02-06  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.texinfo (GDB/MI Async Records): Document new MI
+       notification "=tsv-modified".  Update the document of MI
+       notification "=tsv-created".
+       * observer.texi (GDB Observers): New observer tsv_modified.
+       Update observer tsv_created and tsv_delete.
+
+2013-02-05  Yufeng Zhang  <yufeng.zhang@arm.com>
+
+       * gdb.texinfo (AArch64 Features): New section; document
+       org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
+       (Architectures): Add new AArch64 section to document AArch64
+       architecture specific commands.
+       (ABI): Add description of the new OS ABI "Newlib" and its influence
+       on the longjmp handling.
+
+2013-02-03  Eldar Gaynetdinov <hal9000ed2k@gmail.com>
+           Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.texinfo (Backtrace): Added description of 'filename-display'
+       variable in 'set/show backtrace' section.
+
+2013-01-31  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.texinfo (Target Commands): Fix typo.
+
+2013-01-23  Siva Chandra Reddy  <sivachandra@google.com>
+
+       * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
+       describing the gdb.Architecture class.
+       (Frames In Python): Add description about the new method
+       gdb.Frame.architecture().
+
+2013-01-23  Doug Evans  <dje@google.com>
+
+       * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
+
+2013-01-21  Marc Khouzam  <marc.khouzam@ericsson.com>
+
+       * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
+       'thread-groups' field when printing a breakpoint in MI.
+
+2012-01-17  Sanjoy Das <sanjoy@playingwithpointers.com>
+       * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
+       to reflect that jit-reader-load now supports absolute file-names.
+
+2013-01-16  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.texinfo (Set Catchpoints): Document "catch signal".
+       (Signals): Likewise.
+
+2013-01-16  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.texinfo (GDB/MI Breakpoint Information): Document
+       "catch-type" field.
+       (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
+
+2013-01-07  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.texinfo (Mode Options): Don't mention -epoch.
+       (Data, Emacs): Remove obsolete comments.
+
+2013-01-02  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.texinfo (GDB/MI Output Records): Update menu.
+       (GDB/MI Breakpoint Information): New node.
+       (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
+       <-break-insert>: Likewise.
+
+2012-12-31  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
+       (Packets): Move "vStopped" packet to ...
+       (Notification Packets): ... here.  Describe the components
+       of notification.  Add a table of supported notifications.
+       Add an example on the process of he async notification.
+
+2012-12-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
+       present.
+       (GDB/MI File Commands) (-file-list-exec-source-files): Make the
+       fullname output always present.
+
+2012-12-23  Pierre Muller  <muller@sourceware.org>
+
+        * gdbint.texinfo (Function prototypes): Require use of "extern"
+        modifier for function prototypes in headers.
+
+2012-12-19  Joel Brobecker  <brobecker@adacore.com>
+
+       * refcard.tex: Update copyright notice to GPL v3 or later.
+       Update contact info.
+
+2012-12-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
+
+2012-12-15  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.texinfo (Debugging Output): Document 'set debug
+       notification' and 'show debug notification'.
+
+2012-12-15  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.texinfo (Listing Tracepoints): New item and example about
+       'installed on target' output.
+       Add more in the example about 'installed on target'.
+       (GDB/MI Breakpoint Commands): Doc about 'installed field.
+
+2012-12-14  Tom Tromey  <tromey@redhat.com>
+
+        * gdb.texinfo (SVR4 Process Information): Mention core files.
+
+2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
+    
+       * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
+
+2012-12-11  Pedro Alves  <palves@redhat.com>
+
+       * gdb.texinfo: Remove all mentions of Unixware throughout.
+
+2012-12-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
+
+2012-11-29  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.texinfo (SVR4 Process Information): Document missing
+       "info proc" subcommands.
+
+2012-11-29  Yao Qi  <yao@codesourcery.com>
+
+       PR gdb/1477.
+       * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
+       to 'auto' instead of 'gnu'.
+
+2012-11-26  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.texinfo (MiniDebugInfo): New node.
+       (GDB Files): Update.
+
+2012-11-16  Doug Evans  <dje@google.com>
+
+       * gdb.texinfo (System-wide configuration): If the system-wide init
+       file lives in the data-directory, and --data-directory is provided,
+       look for it there.
+
+2012-11-15  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.texinfo (Signaling): Fix typo.
+
+2012-11-13  Giuseppe Montalto  <giuseppe.montalto@st.com>
+
+       * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
+       parameter "count" of -data-write-memory-bytes, and add an example.
+
+2012-11-12  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.texinfo (Symbols): Document "info type-printers",
+       "enable type-printer" and "disable type-printer".
+       (Python API): Add new node to menu.
+       (Type Printing API): New node.
+       (Progspaces In Python): Document type_printers field.
+       (Objfiles In Python): Likewise.
+       (gdb.types) <get_type_recognizers, apply_type_recognizers,
+       register_type_printer, TypePrinter>: Document.
+
+2012-11-12  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.texinfo (Symbols): Document "set print type methods",
+       "set print type typedefs", and flags to ptype and whatis.
+
+2012-11-09  Andrew Burgess  <aburgess@broadcom.com>
+
+       * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
+       the example -data-disassemble output.  Extend the description of
+       the -data-disassemble results to document all fields.  Document
+       the cli disassemble command as being related to -data-disassemble.
+
+2012-11-09  Yao Qi  <yao@codesourcery.com>
+
+       PR gdb/14777.
+       * gdb.texinfo (OS Information): Remove doc on command
+       'info udot'.
+
+2012-11-08  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.texinfo (Startup): Minor rewording, and clarify scope of
+       gdb.ini warning for Windows port.
+
+2012-11-08  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.texinfo (Search): Add kindex for 'fo'.
+
+2012-11-05  Tom Tromey  <tromey@redhat.com>
+
+       PR python/14802:
+       * gdb.texinfo (Functions In Python): Add example.
+
+2012-11-03  Yao Qi  <yao@codesourcery.com>
+
+       * observer.texi (GDB Observers): Remove observer
+       'tracepoint_modified', 'tracepoint_created' and
+       'tracepoint_deleted'.
+
+2012-10-26  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
+
+2012-10-25  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.texinfo (General Query Packets): Use @itemx.
+
+2012-10-17  Yao Qi  <yao@codesourcery.com>
+
+       * observer.texi (GDB Observers): Update observer
+       'memory_changed'.
+       * gdb.texinfo (GDB/MI Async Records): Document for
+       "memory-changed" notification.
+
+2012-10-15  Doug Evans  <dje@google.com>
+
+       * gdb.texinfo (Mode Options): Document -nh.
+       Elaborate on docs for -nx.
+
+2012-09-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
+
+       * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
+
+2012-09-21  Yao Qi  <yao@codesourcery.com>
+            Pedro Alves  <palves@redhat.com>
+
+       * gdb.texinfo (GDB/MI Async Records): Document notification
+       'record-started' and 'record-stopped'.
+       * observer.texi (GDB Observers): New observer 'record-changed'.
+
+2012-09-19  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * gdb.texinfo: Document the removal of SH's 'regs' command.
+
+2012-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * gdb.texinfo (jump): Mention new alias `j' for `jump'.
+
+2012-09-18  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.texinfo (GDB/MI Async Records): Document new MI
+       notifications '=tsv-created' and '=tsv-deleted'.
+       * observer.texi (GDB Observers): New observer tsv_created and
+       tsv_deleted.
+
+2012-09-18  Yao Qi  <yao@codesourcery.com>
+
+       * observer.texi (GDB Observers): New observer 'traceframe_changed'.
+       * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
+       '=traceframe-changed'.
+
+2012-09-17  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.texinfo (List): Describe the meaning of 0 and -1 in
+       'set listsize'.
+
+2012-09-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
+           Eli Zaretskii  <eliz@gnu.org>
+
+       * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
+       encoding for gdbarch_breakpoint_from_pc, bp_addr for
+       gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
+
+2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
+
+2012-08-23  Khoo Yit Phang <khooyp@cs.umd.edu>
+
+       Document how to return from "python-interactive" to GDB.
+       * gdb.texinfo (Python Commands): Update documentation.
+
+2012-08-22  Khoo Yit Phang <khooyp@cs.umd.edu>
+
+       Add a new "python-interactive" command that starts a standard
+       Python interactive prompt with "pi" as alias, and add "py" as
+       an alias to "python".
+       * gdb.texinfo (Python Commands): Document the new commands.
+
+2012-08-22  Tom Tromey  <tromey@redhat.com>
+
+       * gdbint.texinfo (Host Definition): Remove documentation for
+       SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
+
+2012-08-17  Keith Seitz  <keiths@redhat.com>
+
+       PR c++/13356
+       * gdb.texinfo (Type and Range Checking): Remove warning.
+       Remove spurious commas.
+       Update text and examples for re-implementation of set/show
+       check type.
+       (C and C++ Type and Range Checks): Likewise.
+
+2012-08-16  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
+       is deprecated.
+
+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
+       from example.  Remove "rbreak" from list of corresponding
+       gdb commands.
+
+2012-06-23  Doug Evans  <dje@google.com>
+
+       * gdb.texinfo (Index Section Format): Document version 7 format.
+
+2012-06-22  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.texinfo: Add missing cindex for some packets.
+
+2012-06-20  Keith Seitz  <keiths@redhat.com>
+
+       * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
+       for -break-insert and document -p.
+
+2012-06-20  Yao Qi  <yao@codesourcery.com>
+
+       * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
+       and "gdb.write_memory" with "Inferior.read_memory" and
+       "Inferior.write_memory".
+
+2012-06-15  Patrice Dumas  <pertusus@free.fr>  (tiny change)
+
+       * gdb.texinfo (Summary): Add a link to "Free Documentation".
+       (Free Documentation): Add @node line.
+       (Continuing and Stepping) <advance location>: Use @item instead of
+       @itemx.
+       (Reverse Execution) <set exec-direction reverse>: Use @item instead of
+       @itemx.
+       (Embedded Processors): Put the link to "PA" to its correct place,
+       according to document structure.
+       (Python API): Put the link to "Lazy Strings In Python" to its
+       correct place.
+       (Index): Use @@ in @tex block to get a literal @.
+
+       * gdbint.texinfo: Fix the @subtitle line.
+
+       * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
+       correct place.
+
 2012-06-08  Yao Qi  <yao@codesourcery.com>
 
        * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
This page took 0.034358 seconds and 4 git commands to generate.