gdbserver: Add debug-file option
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
index f416fc3abf1b3e61879865b53162da6ebc367439..64073278fa9115905e5c2a8840c28706ed24ce95 100644 (file)
@@ -1,3 +1,260 @@
+2019-04-17  Alan Hayward  <alan.hayward@arm.com>
+
+       * gdb.texinfo (Other Command-Line Arguments for gdbserver)
+       (Monitor Commands for gdbserver)
+       (gdbserver man): Add debug-file option.
+
+2019-04-08  Kevin Buettner  <kevinb@redhat.com>
+
+       * python.texi (Inferiors In Python): Rename
+       Inferior.thread_from_thread_handle to Inferior.thread_from_handle.
+       Add note about the former being deprecated.
+
+2019-04-08  Kevin Buettner  <kevinb@redhat.com>
+
+       * python.texi (Threads In Python): Add description for method
+       InferiorThread.handle.
+
+2019-04-07  Tom Tromey  <tom@tromey.com>
+
+       * Makefile.in (all): Depend on "info".
+
+2019-04-01  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.texinfo (Convenience Funs): Document '$_creal' and
+       '$_cimag'.
+
+2019-03-30  Eli Zaretskii  <eliz@gnu.org>
+
+       * gdb.texinfo (Convenience Vars): Document $_gdb_major and
+       $_gdb_minor.
+
+2019-03-26  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * python.texi (Pretty Printing API): Document use of None for the
+       display_hint.
+
+2019-03-22  Alan Hayward  <alan.hayward@arm.com>
+           Jiong Wang  <jiong.wang@arm.com>
+
+       * gdb.texinfo (AArch64 Features): Describe pauth feature.
+
+2019-03-20  Tom Tromey  <tromey@adacore.com>
+
+       * python.texi (Selecting Pretty-Printers): Use @defvar for
+       gdb.pretty_printers.
+
+2019-03-14  Simon Marchi  <simon.marchi@efficios.com>
+
+       * gdb.texinfo (GDB/MI Development and Front Ends): Fix closing
+       of table, "@end @table" -> "@end table".
+
+2019-03-14  Tom Tromey  <tromey@adacore.com>
+
+       * gdb.texinfo (Output Styling): Document "set style source" and
+       "show style source".
+
+2019-03-13  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * gdb.texinfo (Mode Options): Mention mi3.
+       (Interpreters): Likewise.
+       (GDB/MI Development and Front Ends): Add entry for MI 3 in
+       version table.  Document -fix-multi-location-breakpoint-output.
+       (GDB/MI Breakpoint Information): Document format of breakpoint
+       location output.
+
+2019-03-05  Simon Marchi  <simon.marchi@efficios.com>
+
+       * python.texi (Values From Inferior): Change synopsys of the
+       second form of Value.__init__.
+
+2019-03-02  Eli Zaretskii  <eliz@gnu.org>
+
+       * gdb.texinfo (Output Styling): Fix typos.  Document the default
+       foreground colors of the available styles.
+
+2019-02-27  Kevin Buettner  <kevinb@redhat.com>
+
+       * gdb.texinfo (Configure Options): Document minimum python
+       version.
+
+2019-02-26  Kevin Buettner  <kevinb@redhat.com>
+
+       * python.texi (Values From Inferior): Document second form
+       of Value.__init__.
+
+2019-02-23  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.texinfo: Update copyright year ranges.
+       * refcard.tex: Likewise.
+
+2019-02-21  Alan Hayward  <alan.hayward@arm.com>
+
+       * gdb.texinfo: Update style defaults.
+
+2019-02-21  Tom Tromey  <tromey@adacore.com>
+
+       * gdb.texinfo (Remote Configuration): Remove trailing "." from
+       @item.
+
+2019-01-16  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * gdb.texinfo (GDB/MI Development and Front Ends): Add table of
+       MI versions.  Update text around it.
+
+2019-01-14  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
+
+       * gdb.texinfo (PowerPC Features): Document the alias
+       pseudo-registers for the org.gnu.gdb.power.altivec feature.
+
+2019-01-09  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * gdb.texinfo (Print Settings): Remove mention of specific
+       demangle-style values, just refer to the in-process help.
+
+2018-12-28  Tom Tromey  <tom@tromey.com>
+
+       * gdb.texinfo (Output Styling): New node.
+
+2018-12-13  John Baldwin  <jhb@FreeBSD.org>
+
+       * gdb.texinfo (Set Catchpoints): Add an anchor for 'catch syscall'.
+       (Native): Add a FreeBSD subsection.
+       (FreeBSD): Document use of system call aliases for compatibility
+       system calls.
+
+2018-11-21  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.texinfo (Standard Target Features): Add RISC-V Features
+       sub-section.
+
+2018-11-20  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
+
+       * gdb.texinfo (Examining the Symbol Table): Document language choice
+       for 'info types|functions|variables' commands.
+       (Setting Breakpoints): Document language choice to print
+       the functions in which a breakpoint is set.
+
+2018-11-09  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
+
+       * gdb.texinfo (PowerPC Features): Document the altivec and fpu
+       requirements for the org.gnu.gdb.power.vsx feature.
+
+2018-11-01  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.texinfo (Ada Tasks): Update the "info task 2" example
+       output to match the current implementation.
+
+2018-10-27  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
+
+       * gdb.texinfo (Information About a Frame): Document changes
+       to 'info args' and 'info locals'.
+       (Examining the Symbol Table): Document changes to 'info functions'
+       and 'info variables'.
+
+2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
+
+       * gdb.texinfo (PowerPC Features): Describe new features
+       "org.gnu.gdb.power.htm.spr", "org.gnu.gdb.power.htm.core",
+       "org.gnu.gdb.power.htm.fpu", "org.gnu.gdb.power.htm.altivec",
+       "org.gnu.gdb.power.htm.vsx", "org.gnu.gdb.power.htm.ppr",
+       "org.gnu.gdb.power.htm.dscr", "org.gnu.gdb.power.htm.tar".
+
+2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
+
+       * gdb.texinfo (PowerPC Features): Describe new features
+       "org.gnu.gdb.power.ebb" and "org.gnu.gdb.power.linux.pmu".
+
+2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
+
+       * gdb.texinfo (PowerPC Features): Describe new feature
+       "org.gnu.gdb.power.tar".
+
+2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
+
+       * gdb.texinfo (PowerPC Features): Describe new features
+       "org.gnu.gdb.power.ppr" and "org.gnu.gdb.power.dscr".
+
+2018-10-20  Tom Tromey  <tom@tromey.com>
+
+       * gdb.texinfo (TUI Commands): Add @end table.
+       (TUI Configuration): Remove stray @end table.
+
+2018-10-19  Tom Tromey  <tom@tromey.com>
+
+       PR tui/18388:
+       * gdb.texinfo (TUI Commands): Remove tabset documentation.
+       (TUI Configuration): Document "set tui tab-width".
+
+2018-10-09  Tom Tromey  <tom@tromey.com>
+
+       * python.texi (Inferiors In Python): Link to "Frames In Python",
+       not "Unwinding Frames in Python".
+
+2018-10-09  Tom Tromey  <tom@tromey.com>
+
+       * gdb.texinfo (Configure Options): Update --enable-ubsan
+       documentation.
+
+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"
This page took 0.029122 seconds and 4 git commands to generate.