Install and generate docs for gdb-add-index
[external/binutils.git] / gdb / doc / ChangeLog
index 419efc4..fe8aa5a 100644 (file)
@@ -1,3 +1,70 @@
+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