Multi-target: NEWS and user manual
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
index 64073278fa9115905e5c2a8840c28706ed24ce95..3e89aedaaa3c4271179adb3165fa0de513608923 100644 (file)
@@ -1,3 +1,408 @@
+2020-01-10  Pedro Alves  <palves@redhat.com>
+
+       * gdb.texinfo (Starting): Say "current inferior not connected"
+       instead of "GDB not connected".
+       (Inferiors and Programs): Rename node to ...
+       (Inferiors Connections and Programs): ... this.  Update all
+       references.  Talk about multiple target connections.  Update "info
+       inferiors" info to mention the connections column.  Describe "info
+       connections".  Document "add-inferior -no-connection".
+       * guile.texi, python.texi: Update cross references.
+
+2020-01-01  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.texinfo, refcard.tex: Update copyright year range.
+
+2019-12-14  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * python.texi (Symbols In Python): Remove duplicate description of
+       gdb.lookup_global_symbol.
+
+2019-12-11  Simon Marchi  <simon.marchi@efficios.com>
+
+       * gdb.texinfo (Writing JIT Debug Info Readers): Fix typo.
+
+2019-12-11  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
+
+       * gdb.texinfo (Command Options): Use -p and -pretty in the example,
+       as -r is ambiguous.  Update the print - TAB TAB completion result.
+       (Data): Document new option -raw-values.  Use -p and -pretty in the
+        example, as -r is ambiguous.
+       (Print Settings): Document set print raw values.
+       (Pretty-Printer Commands): Document interaction between enabled
+       pretty printers and -raw-values/-raw-frame-arguments.
+
+2019-12-10  Tom Tromey  <tom@tromey.com>
+
+       * python.texi (gdb.prompt): Use correct quotes in example.
+       Shorten sample text.
+
+2019-12-04  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * doc/gdb.texinfo (GDB/MI Symbol Query): Add documentation of
+       -max-results to some -symbol-info-* commands.
+
+2019-12-04  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
+       -symbol-info-module-functions and -symbol-info-module-variables.
+
+2019-12-01  Tom Tromey  <tom@tromey.com>
+
+       * gdb.texinfo (TUI Configuration): Mention TUI border styles.
+       (Output Styling): Document new settings.
+
+2019-12-01  Tom Tromey  <tom@tromey.com>
+
+       * gdb.texinfo (TUI Configuration): Document new setting.
+
+2019-11-30  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
+
+       * gdb.texinfo (Define): Indicate that user-defined prefix can
+       be used in 'define' command.  Document 'define-prefix' command.
+
+2019-11-27  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
+       -symbol-info-modules.
+
+2019-11-27  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
+       -symbol-info-functions, -symbol-info-types, and
+       -symbol-info-variables.
+
+2019-11-26  Tom Tromey  <tom@tromey.com>
+
+       * gdb.texinfo (Maintenance Commands): Document new maint
+       commands.
+
+2019-11-25  Luis Machado  <luis.machado@linaro.org>
+
+       * gdb.texinfo (Debugging Output): Document set debug
+       remote-packet-max-chars.
+
+2019-11-14  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.texinfo: Fix typos.
+       * python.texi: Same.
+       * stabs.texinfo: Same.
+
+2019-11-12  Tom Tromey  <tom@tromey.com>
+
+       * gdb.texinfo (Maintenance Commands): Document new command.
+
+2019-11-11  Tom Tromey  <tom@tromey.com>
+
+       * gdb.texinfo (TUI Keys): Document readline function names.
+
+2019-11-11  Tom Tromey  <tom@tromey.com>
+
+       * gdb.texinfo (Editing): Document operate-and-get-next.
+
+2019-11-11  Tom Tromey  <tromey@adacore.com>
+
+       * gdb.texinfo (Host I/O Packets): Fix typo in "vFile:pwrite".
+
+2019-11-10  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * python.texi (Symbols In Python): Add documentation for
+       gdb.lookup_static_symbols.
+
+2019-11-10  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * python.texi (Symbols In Python): Extend documentation for
+       gdb.lookup_static_symbol.
+
+2019-10-31  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.texinfo (Symbols): Document new 'info module variables' and
+       'info module functions' commands.
+
+2019-10-31  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.texinfo (Symbols): Document new 'info modules' command.
+
+2019-10-31  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
+
+       * gdb.texinfo (Convenience Funs): Document the new
+       $_gdb_setting_str, $_gdb_maint_setting and $_gdb_maint_setting_str
+       convenience functions.
+
+2019-10-29  Christian Biesinger  <cbiesinger@google.com>
+
+       * Makefile.in: Also set SYSTEM_GDBINIT_DIR for the info manual
+       generation.
+       * gdb.texinfo (many sections): Document new --with-system-gdbinit-dir
+       option.
+
+2019-10-23  Tom Tromey  <tom@tromey.com>
+
+       * Makefile.in (READLINE_DIR): Update.
+
+2019-10-23  Christian Biesinger  <cbiesinger@google.com>
+
+       * python.texi (Threads In Python): Add a note for how to get the
+       list of threads.
+
+2019-10-07  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.texinfo: Fix typo.
+       * guile.texi: Same.
+       * python.texi: Same.
+
+2019-10-03  Bernhard Heckel  <bernhard.heckel@intel.com>
+
+       * doc/gdb.texinfo (Fortran Operators): Describe scope operator.
+
+2019-10-02  Tom Tromey  <tromey@adacore.com>
+
+       * gdb.texinfo (Set Catchpoints, Convenience Vars): Document
+       $_ada_exception.
+
+2019-09-20  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * doc/gdb.texinfo (Remote Configuration): Remove documentation for
+       qXfer:spu:read and qXfer:spu:write.
+       (General Query Packets): Likewise.
+       (Cell Broadband Engine SPU architecture): Remove subsection.
+
+2019-09-18  Tom Tromey  <tom@tromey.com>
+
+       * gdb.texinfo (Editing): Document readline application name.
+       (TUI Single Key Mode): Document TUI SingleKey keymap name.
+
+2019-09-17  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.texinfo (Source Path): Additional text to better describe
+       how the source path directory list is used when searching for
+       source files.
+
+2019-09-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
+
+       * gdb.texinfo (Ada Tasks): Tell the task name is printed, update
+       examples.
+
+2019-09-10  Tom Tromey  <tromey@adacore.com>
+
+       * gdb.texinfo (Index Files): Update Ada text.
+
+2019-08-27  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.texinfo (Symbols): Add information about the -n flag to
+       "info variables" and "info functions".
+
+2019-08-25  Yoshinori Sato <ysato@users.sourceforge.jp>
+
+        * gdb.texinfo (Standard Target Features): Add RX Features sub-section.
+
+2019-08-16  Alan Hayward  <alan.hayward@arm.com>
+
+       * gdb.texinfo (AArch64 Pointer Authentication)
+       (GDB/MI Breakpoint Information) (Frame Information): Document
+       addr_field.
+
+2019-08-12  Tom Tromey  <tom@tromey.com>
+
+       * gdb.texinfo (Configure Options): Document minimum version of
+       readline.
+
+2019-08-09  Alan Hayward  <alan.hayward@arm.com>
+
+        * gdb.texinfo (AArch64 Pointer Authentication): Fix typo.
+
+2019-08-07  Alan Hayward  <alan.hayward@arm.com>
+
+       * gdb.texinfo (AArch64 Pointer Authentication): New subsection.
+
+2019-08-05  Christian Biesinger  <cbiesinger@google.com>
+
+       * python.texi (Blocks In Python): Document dictionary access on blocks.
+
+2019-08-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
+
+        * gdb.texinfo (Symbols): Document new args -dirname and -basename
+        of "info sources" command.
+
+2019-07-30  Christian Biesinger  <cbiesinger@google.com>
+
+       * python.texi (Symbols In Python): Document new function
+       gdb.lookup_static_symbol.
+
+2019-07-29  Christian Biesinger  <cbiesinger@google.com>
+
+       * python.texi (Objfiles In Python): Document new functions
+         Objfile.lookup_{global,static}_symbol.
+
+2019-07-29  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
+
+       * gdb.texinfo (Backtrace): Document the new '-frame-info'
+       backtrace option.  Reference 'set print frame-info'.
+       (Print Settings): Document 'set|show print frame-info'.
+       Document new 'presence' value for 'set print frame-arguments.
+
+2019-07-22  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.texinfo (Symbols): Add information about -q flag to "info
+       types".
+
+2019-07-20  Kevin Buettner  <kevinb@redhat.com>
+
+       * python.texi (python command): Revise example to match
+       command behavior.
+
+2019-07-09  Pedro Alves  <palves@redhat.com>
+
+       * gdb.texinfo (C++ Exception GDB/MI Catchpoint Commands): Adjust
+       examples to show type=catchpoint instead of type=breakpoint and an
+       address.
+
+2019-07-03  Pedro Alves  <palves@redhat.com>
+           Philippe Waroquiers  <philippe.waroquiers@skynet.be>
+
+       * gdb.texinfo (Command Settings): New node documenting the general
+       concept of settings, how to change them, and the new "with"
+       command.
+       (Maintenance Commands): Document "maint with".
+
+2019-07-03  Pedro Alves  <palves@redhat.com>
+
+       * gdb.texinfo (Maintenance Commands): Document "maint set/show
+       test-settings" instead of "maint test-settings set/show".
+
+2019-06-18  Simon Marchi  <simon.marchi@efficios.com>
+
+       * gdb.texinfo (Invoking GDB): Remove sentence about how GDB
+       deals with a file that has the same name as the specified pid to
+       attach to.  Add example using -p option.
+       (gdb man): Remove same sentence as in previous item.
+
+2019-06-15  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.texinfo (GDB/MI Catchpoint Commands): Add menu entry to new
+       node.
+       (C++ Exception GDB/MI Catchpoint Commands): New node to describe
+       new MI commands.
+
+2019-06-13  Pedro Alves  <palves@redhat.com>
+
+       * gdb.texinfo (Command Completion): Mention command options too.
+       (Command Options): New node.
+       (Threads): Add anchors.  Extend descriptions of the "taas" and
+       "tfaas" commands.
+       (Backtrace): Describe new options of the "backtrace" command.  Add
+       anchors.
+       (Frame Apply): Describe new options of the "frame apply" and
+       "faas" commands.  Add anchors.
+       (Data): Describe new options of the "print" command.  Add anchors.
+       (Compiling and Injecting Code): Mention options of the "compile
+       print" command.
+       (Maintenance Commands): Mention "maint test-options" subcommands
+       and the "maint show test-options-completion-result" command.
+
+2019-06-13  Pedro Alves  <palves@redhat.com>
+
+       * gdb.texinfo (Print Settings): Document "set/show print
+       raw-frame-arguments" instead of "set/show print raw
+       frame-arguments".
+
+2019-06-13  Pedro Alves  <palves@redhat.com>
+
+       * gdb.texinfo (Maintenance Commands): Document "maint
+       test-settings" commands.
+
+2019-06-06  Amos Bird  <amosbird@gmail.com>
+
+       * annotate.texinfo (Multi-threaded Apps): Add entry for thread-exited
+       annotation.
+
+2019-06-04  Christian Biesinger  <cbiesinger@google.com>
+
+       * python.texi: Document new gdb.Type.objfile property.
+
+2019-06-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
+
+       * gdb.texinfo (Help): Document the new -v apropos flag.
+       (Output Styling): Document the style name styling done by "show style".
+       Document the new title and highlight styles.
+
+2019-05-31  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
+
+       * gdb.texinfo (Shell Commands): Document pipe command.
+       (Logging Output): Add a reference to pipe command.
+       (Convenience Variables): Document $_shell_exitcode and
+       $_shell_exitstatus.
+
+2019-05-29  Tom Tromey  <tromey@adacore.com>
+
+       * gdb.texinfo (Continuing and Stepping): Document new
+       commands.
+
+2019-05-22  Alan Hayward  <alan.hayward@arm.com>
+
+       * gdb.texinfo (Shell Commands): Add debugredirect.
+
+2019-05-22  Jan Vrany  <jan.vrany@fit.cvut.cz>
+
+       * gdb.texinfo: Minor formatting fixes.
+
+2019-01-28  Jan Vrany  <jan.vrany@fit.cvut.cz>
+
+       * gdb.texinfo (Miscellaneous GDB/MI Commands): Document new
+       MI command -complete.
+
+2019-05-14  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.texinfo (Automatic symbol index cache): Add concept and command
+       index entries.
+
+2019-05-14  Tom de Vries  <tdevries@suse.de>
+
+       * gdb.texinfo (Maintenance Commands): Remove superfluous
+       quoting on command index entry for "maint info selftests".
+
+2019-05-10  Tom Tromey  <tromey@adacore.com>
+
+       * python.texi (Pretty Printing API): Mention lazy computation for
+       "children".
+
+2019-05-10  Tom Tromey  <tromey@adacore.com>
+
+       * gdb.texinfo (Set Catchpoints): Add text for parameter to "catch
+       exception" and "catch handlers".  Move "catch exception unhandled"
+       text.  Use @var for "catch load" and "catch unload"
+
+2019-05-08  Tom Tromey  <tromey@adacore.com>
+
+       * gdb.texinfo (Symbols): Document change to ptype/o.
+
+2019-05-03  Eli Zaretskii  <eliz@gnu.org>
+
+       * gdb.texinfo (Separate Debug Files): Document how the
+       subdirectory of the global debug directory is computed on
+       MS-Windows/MS-DOS.
+
+2019-04-29  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.texinfo (Print Settings): Document 'print max-depth'.
+       * guile.texi (Guile Pretty Printing API): Document that 'print
+       max-depth' can effect the display of a values children.
+       * python.texi (Pretty Printing API): Likewise.
+       (Values From Inferior): Document max_depth keyword.
+
+2019-04-27  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
+
+       * gdb.texinfo (Calling): Document the new
+       set|show may-call-functions.
+
+2019-04-22  Pedro Alves  <palves@redhat.com>
+
+       * gdb.texinfo (Reverse Execution): Mention and xref process record
+       and replay.  Mention remote and system emulators.
+       (Process Record and Replay): List supported architectures.
+       Mention that "record btrace" is only supported on Intel
+       processors.
+
 2019-04-17  Alan Hayward  <alan.hayward@arm.com>
 
        * gdb.texinfo (Other Command-Line Arguments for gdbserver)
This page took 0.029424 seconds and 4 git commands to generate.