X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fdoc%2FChangeLog;h=e8903d8b464c7bd17a9b01a13a51f12015f9a896;hb=030a2e78acf66c5c12e073ec3887a167da7a7195;hp=ca0e3ee1155aa16db48cadde268139e0bc16ef33;hpb=a8eab7c6d529ddd248ff5243bb22e9346196e376;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index ca0e3ee115..e8903d8b46 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,235 @@ +2020-01-01 Joel Brobecker + + * gdb.texinfo, refcard.tex: Update copyright year range. + +2019-12-14 Andrew Burgess + + * python.texi (Symbols In Python): Remove duplicate description of + gdb.lookup_global_symbol. + +2019-12-11 Simon Marchi + + * gdb.texinfo (Writing JIT Debug Info Readers): Fix typo. + +2019-12-11 Philippe Waroquiers + + * 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 + + * python.texi (gdb.prompt): Use correct quotes in example. + Shorten sample text. + +2019-12-04 Andrew Burgess + + * doc/gdb.texinfo (GDB/MI Symbol Query): Add documentation of + -max-results to some -symbol-info-* commands. + +2019-12-04 Andrew Burgess + + * 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 + + * gdb.texinfo (TUI Configuration): Mention TUI border styles. + (Output Styling): Document new settings. + +2019-12-01 Tom Tromey + + * gdb.texinfo (TUI Configuration): Document new setting. + +2019-11-30 Philippe Waroquiers + + * gdb.texinfo (Define): Indicate that user-defined prefix can + be used in 'define' command. Document 'define-prefix' command. + +2019-11-27 Andrew Burgess + + * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command + -symbol-info-modules. + +2019-11-27 Andrew Burgess + + * 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 + + * gdb.texinfo (Maintenance Commands): Document new maint + commands. + +2019-11-25 Luis Machado + + * gdb.texinfo (Debugging Output): Document set debug + remote-packet-max-chars. + +2019-11-14 Tom de Vries + + * gdb.texinfo: Fix typos. + * python.texi: Same. + * stabs.texinfo: Same. + +2019-11-12 Tom Tromey + + * gdb.texinfo (Maintenance Commands): Document new command. + +2019-11-11 Tom Tromey + + * gdb.texinfo (TUI Keys): Document readline function names. + +2019-11-11 Tom Tromey + + * gdb.texinfo (Editing): Document operate-and-get-next. + +2019-11-11 Tom Tromey + + * gdb.texinfo (Host I/O Packets): Fix typo in "vFile:pwrite". + +2019-11-10 Andrew Burgess + + * python.texi (Symbols In Python): Add documentation for + gdb.lookup_static_symbols. + +2019-11-10 Andrew Burgess + + * python.texi (Symbols In Python): Extend documentation for + gdb.lookup_static_symbol. + +2019-10-31 Andrew Burgess + + * gdb.texinfo (Symbols): Document new 'info module variables' and + 'info module functions' commands. + +2019-10-31 Andrew Burgess + + * gdb.texinfo (Symbols): Document new 'info modules' command. + +2019-10-31 Philippe Waroquiers + + * 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 + + * 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 + + * Makefile.in (READLINE_DIR): Update. + +2019-10-23 Christian Biesinger + + * python.texi (Threads In Python): Add a note for how to get the + list of threads. + +2019-10-07 Tom de Vries + + * gdb.texinfo: Fix typo. + * guile.texi: Same. + * python.texi: Same. + +2019-10-03 Bernhard Heckel + + * doc/gdb.texinfo (Fortran Operators): Describe scope operator. + +2019-10-02 Tom Tromey + + * gdb.texinfo (Set Catchpoints, Convenience Vars): Document + $_ada_exception. + +2019-09-20 Ulrich Weigand + + * 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 + + * gdb.texinfo (Editing): Document readline application name. + (TUI Single Key Mode): Document TUI SingleKey keymap name. + +2019-09-17 Andrew Burgess + + * 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 + + * gdb.texinfo (Ada Tasks): Tell the task name is printed, update + examples. + +2019-09-10 Tom Tromey + + * gdb.texinfo (Index Files): Update Ada text. + +2019-08-27 Andrew Burgess + + * gdb.texinfo (Symbols): Add information about the -n flag to + "info variables" and "info functions". + +2019-08-25 Yoshinori Sato + + * gdb.texinfo (Standard Target Features): Add RX Features sub-section. + +2019-08-16 Alan Hayward + + * gdb.texinfo (AArch64 Pointer Authentication) + (GDB/MI Breakpoint Information) (Frame Information): Document + addr_field. + +2019-08-12 Tom Tromey + + * gdb.texinfo (Configure Options): Document minimum version of + readline. + +2019-08-09 Alan Hayward + + * gdb.texinfo (AArch64 Pointer Authentication): Fix typo. + +2019-08-07 Alan Hayward + + * gdb.texinfo (AArch64 Pointer Authentication): New subsection. + +2019-08-05 Christian Biesinger + + * python.texi (Blocks In Python): Document dictionary access on blocks. + +2019-08-03 Philippe Waroquiers + + * gdb.texinfo (Symbols): Document new args -dirname and -basename + of "info sources" command. + +2019-07-30 Christian Biesinger + + * python.texi (Symbols In Python): Document new function + gdb.lookup_static_symbol. + +2019-07-29 Christian Biesinger + + * python.texi (Objfiles In Python): Document new functions + Objfile.lookup_{global,static}_symbol. + +2019-07-29 Philippe Waroquiers + + * 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 * gdb.texinfo (Symbols): Add information about -q flag to "info