X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fdoc%2FChangeLog;h=9b7f77ecb047b8bca8fcf7357b5f982ec4296c16;hb=db178f47dd4c9d2882da42a8915018d1fb90ea17;hp=dcce6fad5e2436676f93d478989ced1bae741342;hpb=fb092e09a21c27cf1d3376de279d1b7e1dabdb3d;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index dcce6fad5e..9b7f77ecb0 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,90 @@ +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".