Add native target for FreeBSD/riscv.
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
index f266f75b59148ccb01774f3c310de73340dd13f9..a3aace7d6bc87904ad6966b2cb1d8b59c6de5376 100644 (file)
@@ -1,3 +1,177 @@
+2018-10-08  John Baldwin  <jhb@FreeBSD.org>
+
+       * gdb.texinfo (Contributors): Add SRI International and University
+       of Cambridge for FreeBSD/riscv.
+
+2018-10-06  Tom Tromey  <tom@tromey.com>
+
+       PR python/19399:
+       * python.texi (Inferiors In Python): Document
+       Inferior.Architecture.
+
+2018-10-06  Tom Tromey  <tom@tromey.com>
+
+       PR python/21765:
+       * python.texi (Symbols In Python): Document the module and
+       common-block domains.  Remove documentation for incorrect
+       domains.
+
+2018-10-03  Tom Tromey  <tom@tromey.com>
+
+       * gdb.texinfo (Configure Options): Document --enable-ubsan.
+
+2018-10-02  John Darrington <john@darrington.wattle.id.au>
+
+        * gdb.texinfo (Remote Connection Commands): Describe
+         the changes to target remote and target extended-remote
+         relating to Unix domain sockets.
+
+2018-10-01  Tom Tromey  <tom@tromey.com>
+
+       * gdb.texinfo (Configure Options): Document configure options.
+
+2018-09-29  Tom Tromey  <tom@tromey.com>
+
+       * gdb.texinfo (Requirements): Mention C++, GNU make.
+       (Requirements): Sort the table.  Add more libraries.
+       (Running Configure): Remove obsolete text.
+       (Separate Objdir): Likewise.
+       (Configure Options): Likewise.
+
+2018-09-28  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.texinfo (Frames): Rewrite the description of 'frame number'
+       to highlight that the number is also the frame's level.
+       (Selection): Rewrite documentation for 'frame' and 'select-frame'
+       commands.
+       (Frame Info): Rewrite documentation for 'info frame' command.
+
+2018-09-23  Tom Tromey  <tom@tromey.com>
+
+       PR python/18852:
+       * python.texi (Parameters In Python): Document exception behavior
+       of get_set_string.
+
+2018-09-18  John Baldwin  <jhb@FreeBSD.org>
+
+       * gdb.texinfo (info proc): Remove "running".
+       (info proc mappings): Replace "program" with "process".
+
+2018-09-18  John Baldwin  <jhb@FreeBSD.org>
+
+       * gdb.texinfo (Process Information): Document "info proc files"
+       command.
+
+2018-09-17  Tom Tromey  <tom@tromey.com>
+
+       * gdb.texinfo (Index Files): Update for cache directory change on
+       macOS.
+
+2018-09-16  Tom Tromey  <tom@tromey.com>
+
+       * python.texi (Basic Python): Update docs for find_pc_line,
+       solib_name.
+       (Progspaces In Python): Update docs for current_progspace.
+       Document block_for_pc, find_pc_line, is_valid, nsolib_name.
+       Move method documentation before example.
+
+2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * python.texi (Objfiles In Python): Update gdb.objfiles() doc.
+
+2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
+2018-09-13  Tom Tromey  <tom@tromey.com>
+
+       * python.texi (Program Spaces In Python): Document the
+       Progspace.objfiles method.
+       (Objfiles In Python): Mention that gdb.objfiles() is identical
+       to gdb.selected_inferior().progspace.objfiles().
+
+2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
+2018-09-13  Tom Tromey  <tom@tromey.com>
+
+       * python.texi (Inferiors In Python): Document
+       Inferior.progspace.
+       (Program Spaces In Python): Document that
+       gdb.current_progspace() is the same as
+       gdb.selected_inferior().progspace.
+
+2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * python.texi (Basic Python): Mention the string representation
+       of GDB Python objects.
+
+2018-09-12  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * gdb.texinfo (Skipping Over Functions and Files): Document
+       set/show debug skip.
+
+2018-09-10  Tom Tromey  <tom@tromey.com>
+
+       * python.texi (Frames In Python, Blocks In Python)
+       (Symbols In Python, Symbol Tables In Python)
+       (Lazy Strings In Python): Remove periods from section titles.
+
+2018-09-10  Tom Tromey  <tom@tromey.com>
+
+       * python.texi (Pretty Printing API): Swap sentence order.
+
+2018-09-10  Tom Tromey  <tom@tromey.com>
+
+       PR python/16461:
+       * python.texi (Values From Inferior): Mention use of virtual
+       table.
+
+2018-09-10  Tom Tromey  <tom@tromey.com>
+
+       * python.texi (Basic Python): Parenthesize argument to
+       decode_line.
+
+2018-09-10  Tom Tromey  <tom@tromey.com>
+
+       * python.texi (Python): Mention Python versions.  Don't mention
+       execfile.
+
+2018-09-10  Tom Tromey  <tom@tromey.com>
+
+       PR python/19808:
+       * python.texi (Unwinding Frames in Python): Rewrite
+       create_unwind_info documentation.  Update read_register
+       documentation and add a note about unwinder caution.
+
+2018-09-10  Tom Tromey  <tom@tromey.com>
+
+       PR python/18909:
+       * python.texi (Events In Python): Fix inferior_call
+       documentation.
+
+2018-09-10  Tom Tromey  <tom@tromey.com>
+
+       PR python/17752:
+       * python.texi (Frame Filter API): Remove period from subsection
+       title.  Mention 100 as good default priority.
+       (Frame Decorator API): Remove period from subsection title.
+       Mention FrameDecorator module.
+
+2018-09-10  Tom Tromey  <tom@tromey.com>
+
+       PR python/23108:
+       * python.texi (Exception Handling): Rearrange gdb.GdbError text
+       and add a table.
+
+2018-09-10  Tom Tromey  <tom@tromey.com>
+
+       * gdb.texinfo (Compilation): Use "gcc", not "gcc.info", in @xref.
+       (Machine Code): Use "binutils", not "binutils.info", in @pxref.
+       (Separate Debug Files): Use "ld", not "ld.info", in @ref.
+       * python.texi (Objfiles In Python): Use "ld", not "ld.info", in @ref.
+
+2018-09-10  Tom Tromey  <tom@tromey.com>
+
+       PR python/16484:
+       * python.texi (Frames In Python): Document that Frame.block can
+       throw.
+
 2018-09-10  Tom Tromey  <tom@tromey.com>
 
        PR python/23487:
This page took 0.030055 seconds and 4 git commands to generate.