]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/doc/ChangeLog
MI: Print frame architecture when printing frames on an MI channel
[thirdparty/binutils-gdb.git] / gdb / doc / ChangeLog
index 419efc4d3bc4eb42a15d69901664a23a5eeeea39..c637d392b2cb76e796f15ed5b1e8e83fb8afb6c3 100644 (file)
@@ -1,3 +1,230 @@
+2018-08-22  Jan Vrany  <jan.vrany@fit.cvut.cz>
+
+       * gdb.texinfo (The -stack-list-frames Command): Update description
+       to mention "arch".
+       Update MI examples throughout the document to contain "arch" in
+       frame output.
+
+2018-08-21  Alan Hayward  <alan.hayward@arm.com>
+
+       * gdb.texinfo (AArch64 SVE): New subsubsection.
+
+2018-08-14  Jan Vrany  <jan.vrany@fit.cvut.cz>
+
+       * gdb.texinfo (GDB/MI Data Manipulation): Document
+       "-data-disassemble -a addr".
+       (GDB/MI Support Commands): Document "data-disassemble-a-option"
+       feature.
+
+2018-08-07  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * gdb.texinfo (Index Files Speed Up GDB): Add section about
+       symbol index cache.
+
+2018-07-27  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * gdb.texinfo (gcore man): Rewrite "Description" and "-o"
+       option sections to further clarify that gcore can take more
+       than one PID, and that "-o" is used to specify a prefix, not a
+       filename.
+
+2018-07-26  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.texinfo (Maintenance Commands): Add description of
+       maintenance command to control dwarf unwinders.
+
+2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
+
+       * gdb.texinfo (Debugging Programs with Multiple Threads):
+       Document changes to 'thread apply'.  Document 'taas'.
+       Document 'tfaas'.
+       (Examining the Stack): Document 'frame apply'.  Document 'faas'.
+
+2018-07-11  Sergio Durigan Junior  <sergiodj@redhat.com>
+           Jan Kratochvil  <jan.kratochvil@redhat.com>
+           Paul Fertser  <fercerpav@gmail.com>
+           Tsutomu Seki  <sekiriki@gmail.com>
+
+       * gdb.texinfo (Remote Connection Commands): Add explanation
+       about new IPv6 support.  Add new connection prefixes.
+
+2018-07-09  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.texinfo (Remote Configuration): Update descriptions for
+       set/show of hardware-watchpoint-limit, hardware-breakpoint-limit,
+       and hardware-watchpoint-length-limit variables.
+
+2018-07-02  Maciej W. Rozycki  <macro@mips.com>
+
+       PR tdep/8282
+       * gdb.texinfo (Source and Machine Code): Document `set
+       disassembler-options' support for the MIPS target.
+
+2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
+
+       * gdb.texinfo (Files): Document "add-symbol-file -o offset".
+
+2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
+
+       * gdb.texinfo (Files): The address argument for "add-symbol-file"
+       is no longer mandatory.
+
+2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
+
+       * gdb.texinfo (Files): Document "symbol-file -o offset".
+
+2018-06-14  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.texinfo (Background Execution): Add @cindex for '&'.
+
+2018-06-11  Eli Zaretskii  <eliz@gnu.org>
+
+       * gdb.texinfo (Maintenance Commands): Add a missing @anchor.
+
+2018-06-08  Gary Benson <gbenson@redhat.com>
+
+       * gdb.texinfo (Maintenance Commands): Document "maint check
+       libthread-db" and "maint set/show check-libthread-db".
+
+2018-06-05  Tom Tromey <tom@tromey.com>
+
+       PR cli/12326:
+       * gdb.texinfo (Screen Size): Document "c" response to pagination
+       prompt.
+
+2018-05-31  Maciej W. Rozycki  <macro@mips.com>
+
+       * gdb.texinfo (Choosing Target Byte Order): Document endianness
+       selection details with the `set endian auto' mode.
+
+2018-05-04  Tom Tromey  <tom@tromey.com>
+
+       PR python/22731:
+       * python.texi (Breakpoints In Python): Mention that "commands" is
+       writable.
+
+2018-05-02  Tom Tromey  <tom@tromey.com>
+
+       PR python/20084:
+       * python.texi (Parameters In Python): Document PARAM_ZUINTEGER and
+       PARAM_ZUINTEGER_UNLIMITED.
+
+2018-04-30  Tom Tromey  <tom@tromey.com>
+
+       * python.texi (Types In Python): Document Type.align.
+
+2018-04-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * gdb.texinfo (Symbols): Mention the fact that "info
+       variables/functions/types" show source files and line numbers.
+
+2018-04-13  Markus Metzger  <markus.t.metzger@intel.com>
+
+       * gdb.texinfo: Document set/show record btrace cpu.
+
+2018-03-27  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.texinfo (Ada Settings): New subsubsection.
+
+2018-03-26  Tom Tromey  <tom@tromey.com>
+
+       PR backtrace/15582:
+       * gdb.texinfo (Backtrace): Mention "hide" argument.
+
+2018-03-26  Tom Tromey  <tom@tromey.com>
+
+       * gdb.texinfo (Backtrace): Describe options individually.
+
+2018-03-19  Tom Tromey  <tom@tromey.com>
+
+       * observer.texi: Remove.
+
+2018-03-04  John Baldwin  <jhb@FreeBSD.org>
+
+       * gdb.texinfo (Debugging Output): Document "set/show debug
+       fbsd-nat".
+
+2018-02-19  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.texinfo (Machine Code): Additional information about "info
+       line" command.
+
+2018-01-15  Szabolcs Nagy  <szabolcs.nagy@arm.com>
+
+       * gdb.texinfo (gdb-add-index man): Add pindex.
+
+2018-01-15  Szabolcs Nagy  <szabolcs.nagy@arm.com>
+
+       * gdb.texinfo (set cwd): Add period.
+       (gdb-add-index man): Move anchor.
+
+2017-01-12  Tom Tromey  <tom@tromey.com>
+           Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * gdb.texinfo (Index Files): Mention gdb-add-index.
+       (gdb-add-index man): New section.
+       * Makefile.in (gdb-add-index.1): New rule to generate manpage
+       from gdb.texinfo.
+
+2018-01-11  Szabolcs Nagy  <szabolcs.nagy@arm.com>
+
+       * gdb.texinfo (pwd): Fix whitespace.
+
+2018-01-09  John Baldwin  <jhb@FreeBSD.org>
+
+       * gdb.texinfo (pwd): Update cross-reference for Process Information
+       node and remove explicit /proc reference.
+       (Native): Rename subsection from SVR4 Process Information to
+       Process Information.
+       (Process Information): Reword introduction to be less /proc
+       centric.  Document support for "info proc" on FreeBSD.
+
+2018-01-03  Xavier Roirand  <roirand@adacore.com>
+
+       * gdb.texinfo (Set Catchpoints): Add documentation for new
+       "catch handlers" action.
+
+2017-12-27  Stafford Horne  <shorne@gmail.com>
+
+       * gdb.texinfo (Target Description Format): Explain that arbitrary
+       strings are now allowed for register groups.
+
+2017-12-27  Stafford Horne  <shorne@gmail.com>
+
+       * gdb.texinfo (Registers): Document info reg $reggroup feature.
+
+2017-12-15  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       PR cli/16224
+       * gdb.texinfo (ptype): Add documentation for new flag '/o'.
+
+2017-12-13  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * python.texi (Manipulating breakpoints using Python): Document
+       qualified parameter to gdb.Breakpoint.
+
+2017-12-13  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * python.texi (Manipulating breakpoints using Python): Split doc
+       of Breakpoint.__init__ in two, split text in multiple
+       paragraphs, don't nest parameter square brackets.
+
+2017-12-12  Stafford Horne  <shorne@gmail.com>
+           Stefan Wallentowitz  <stefan@wallentowitz.de>
+           Franck Jullien  <franck.jullien@gmail.com>
+           Jeremy Bennett  <jeremy.bennett@embecosm.com>
+
+       * gdb.texinfo: Add OpenRISC documentation.
+
+2017-12-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.texinfo (Index Files): Document .debug_names and -dwarf-5.
+
+2017-12-07  Keith Seitz  <keiths@redhat.com>
+
+       * gdb.texinfo (Symbols): Document "set print type nested-type-limit"
+       and "show print type nested-type-limit".
+
 2017-12-07  Phil Muldoon  <pmuldoon@redhat.com>
 
        * python.texi (Breakpoints In Python): Add text relating