X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fdoc%2FChangeLog;h=5a39643871c6561e6102f82d7586cab9803e6daf;hb=af0b2a3e85df9f49a3528e5b7578fcf9412f1acc;hp=2b6bbc87693f02c4047e574fafe4cabad941bcdf;hpb=7c043ba695a3cee067554b1e871e60f7934512b4;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 2b6bbc8769..5a39643871 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,77 @@ +2020-05-23 Tom Tromey + + * gdb.texinfo (Output Styling): Don't mention completion styling. + (Editing): Don't mention readline completion styling. + +2020-05-23 Tom Tromey + + * gdb.texinfo (Output Styling): Mention completion styling. + (Editing): Mention readline completion styling. + +2020-05-19 Pedro Alves + + * gdb.texinfo (Attach): Update exec-file-mismatch description to + mention build IDs. + (Separate Debug Files): Add "build id" anchor. + +2020-05-15 Philippe Waroquiers + + * gdb.texinfo (Help): Document the help and apropos changes. + (Aliases): Document new meaning of -a abbreviation flag. + +2020-05-05 Kamil Rytarowski + + * gdb.texinfo (info proc, info proc cmdline, info proc cwd) + (info proc exe, info proc mappings, info proc stat): Mention + NetBSD support. + +2020-04-28 Tom Tromey + + * python.texi (Commands In Python): Document gdb.COMMAND_TUI. + +2020-04-27 Tom Tromey + + * python.texi (Types In Python): Mention missing fields. Add + dynamic type example. + +2020-04-24 Tom Tromey + + PR python/23662: + * python.texi (Types In Python): Document new features. + +2020-04-15 Artur Shepilko + + * gdb.texinfo: Transform @var{[host]} to [@var{host}]; this + clears makeinfo warnings. + * python.texi: Add a missing period trailing an @xref{} clause; + this clears a makeinfo warning. + +2020-03-06 Tom de Vries + + * gdb.texinfo: Fix "the the". + +2020-03-04 Tom de Vries + + * gdb.texinfo: Remove trailing "done." in "Reading symbols from" lines. + * python.texi: Same. + +2020-03-02 Andrew Burgess + + * gdb.texinfo (Command History): Extend description for + GDBHISTFILE and GDBHISTSIZE, add detail about the filename for + 'set history filename' being optional. Describe the effect of an + empty history filename on 'set history save on'. + +2020-02-24 Andrew Burgess + + * gdb.texinfo (Threads): Fix alignment in 'info threads' example + output. + +2020-02-22 Tom Tromey + + * python.texi (Python API): Add menu item. + (TUI Windows In Python): New node. + 2020-02-22 Tom Tromey PR tui/17850: