X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=gdb%2Fdoc%2FChangeLog;h=013ef02ffeddbff9af88d8933d68533a52211a23;hb=2daf894ed0baf72dd3f422b7a71630145568db30;hp=9eb75e7a264dfb880e50bf6bf6c42285b7e52376;hpb=041be52673949e5b6cc2b507e55a379a54ab8ee0;p=binutils-gdb.git diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 9eb75e7a264..013ef02ffed 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,215 @@ +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 + exception" and "catch handlers". Move "catch exception unhandled" + text. Use @var for "catch load" and "catch unload" + +2019-05-08 Tom Tromey + + * gdb.texinfo (Symbols): Document change to ptype/o. + +2019-05-03 Eli Zaretskii + + * 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 + + * 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 + + * gdb.texinfo (Calling): Document the new + set|show may-call-functions. + +2019-04-22 Pedro Alves + + * 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 + + * gdb.texinfo (Other Command-Line Arguments for gdbserver) + (Monitor Commands for gdbserver) + (gdbserver man): Add debug-file option. + +2019-04-08 Kevin Buettner + + * 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 + + * python.texi (Threads In Python): Add description for method + InferiorThread.handle. + +2019-04-07 Tom Tromey + + * Makefile.in (all): Depend on "info". + +2019-04-01 Andrew Burgess + + * gdb.texinfo (Convenience Funs): Document '$_creal' and + '$_cimag'. + +2019-03-30 Eli Zaretskii + + * gdb.texinfo (Convenience Vars): Document $_gdb_major and + $_gdb_minor. + +2019-03-26 Andrew Burgess + + * python.texi (Pretty Printing API): Document use of None for the + display_hint. + +2019-03-22 Alan Hayward + Jiong Wang + + * gdb.texinfo (AArch64 Features): Describe pauth feature. + +2019-03-20 Tom Tromey + + * python.texi (Selecting Pretty-Printers): Use @defvar for + gdb.pretty_printers. + +2019-03-14 Simon Marchi + + * gdb.texinfo (GDB/MI Development and Front Ends): Fix closing + of table, "@end @table" -> "@end table". + +2019-03-14 Tom Tromey + + * gdb.texinfo (Output Styling): Document "set style source" and + "show style source". + +2019-03-13 Simon Marchi + + * 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 + + * python.texi (Values From Inferior): Change synopsys of the + second form of Value.__init__. + +2019-03-02 Eli Zaretskii + + * gdb.texinfo (Output Styling): Fix typos. Document the default + foreground colors of the available styles. + +2019-02-27 Kevin Buettner + + * gdb.texinfo (Configure Options): Document minimum python + version. + +2019-02-26 Kevin Buettner + + * python.texi (Values From Inferior): Document second form + of Value.__init__. + +2019-02-23 Joel Brobecker + + * gdb.texinfo: Update copyright year ranges. + * refcard.tex: Likewise. + +2019-02-21 Alan Hayward + + * gdb.texinfo: Update style defaults. + +2019-02-21 Tom Tromey + + * gdb.texinfo (Remote Configuration): Remove trailing "." from + @item. + +2019-01-16 Simon Marchi + + * gdb.texinfo (GDB/MI Development and Front Ends): Add table of + MI versions. Update text around it. + +2019-01-14 Pedro Franco de Carvalho + + * gdb.texinfo (PowerPC Features): Document the alias + pseudo-registers for the org.gnu.gdb.power.altivec feature. + 2019-01-09 Simon Marchi * gdb.texinfo (Print Settings): Remove mention of specific