X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gdb%2Fdoc%2FChangeLog;h=95fd22cddd0134005e2bbf30faf7c9d19e3514bf;hb=ae60f04e08bf48f65d9101a6ab63f3806e6fca5e;hp=d05b5a381a36da2111ae875b3d4742a4ab3a1152;hpb=b8e07335d04f8c8e611a65905598915f68b0b707;p=external%2Fbinutils.git diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index d05b5a3..95fd22c 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,150 @@ +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 + types". + +2019-07-20 Kevin Buettner + + * python.texi (python command): Revise example to match + command behavior. + +2019-07-09 Pedro Alves + + * 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 + Philippe Waroquiers + + * 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 + + * gdb.texinfo (Maintenance Commands): Document "maint set/show + test-settings" instead of "maint test-settings set/show". + +2019-06-18 Simon Marchi + + * 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 + + * 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 + + * 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 + + * gdb.texinfo (Print Settings): Document "set/show print + raw-frame-arguments" instead of "set/show print raw + frame-arguments". + +2019-06-13 Pedro Alves + + * gdb.texinfo (Maintenance Commands): Document "maint + test-settings" commands. + +2019-06-06 Amos Bird + + * annotate.texinfo (Multi-threaded Apps): Add entry for thread-exited + annotation. + +2019-06-04 Christian Biesinger + + * python.texi: Document new gdb.Type.objfile property. + +2019-06-03 Philippe Waroquiers + + * 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 + + * 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 + + * gdb.texinfo (Continuing and Stepping): Document new + commands. + +2019-05-22 Alan Hayward + + * gdb.texinfo (Shell Commands): Add debugredirect. + +2019-05-22 Jan Vrany + + * gdb.texinfo: Minor formatting fixes. + +2019-01-28 Jan Vrany + + * gdb.texinfo (Miscellaneous GDB/MI Commands): Document new + MI command -complete. + +2019-05-14 Tom de Vries + + * gdb.texinfo (Automatic symbol index cache): Add concept and command + index entries. + +2019-05-14 Tom de Vries + + * gdb.texinfo (Maintenance Commands): Remove superfluous + quoting on command index entry for "maint info selftests". + +2019-05-10 Tom Tromey + + * python.texi (Pretty Printing API): Mention lazy computation for + "children". + 2019-05-10 Tom Tromey * gdb.texinfo (Set Catchpoints): Add text for parameter to "catch