NEWS and documentation for alias default-args related concept and commands.
[binutils-gdb.git] / gdb / doc / ChangeLog
index 7073c17b2ea5df89bfc903ab676e418f142cde4e..fe6bfe7452378eaf50f5e49d9332a4512cf8ec20 100644 (file)
@@ -1,3 +1,56 @@
+2020-06-22  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
+
+       * gdb.texinfo (Command aliases default args): New node documenting
+       how to use default args for a command using aliases.
+       (Aliases): Document the new 'DEFAULT-ARGS...' option.
+       (Help): Update help aliases text and describe when full alias
+       definition is provided.
+
+2020-06-11  Tom Tromey  <tromey@adacore.com>
+
+       * gdb.texinfo (Index Files): Reword.  Remove Ada limitation.
+
+2020-06-10  Jonny Grant  <jg@jguk.org>
+
+       * gdb.texinfo: Remove broken links Previous and Up from
+       contents.
+
+2020-05-23  Tom Tromey  <tom@tromey.com>
+
+       * gdb.texinfo (Output Styling): Don't mention completion styling.
+       (Editing): Don't mention readline completion styling.
+
+2020-05-23  Tom Tromey  <tom@tromey.com>
+
+       * gdb.texinfo (Output Styling): Mention completion styling.
+       (Editing): Mention readline completion styling.
+
+2020-05-19  Pedro Alves  <palves@redhat.com>
+
+       * gdb.texinfo (Attach): Update exec-file-mismatch description to
+       mention build IDs.
+       (Separate Debug Files): Add "build id" anchor.
+
+2020-05-15  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
+
+       * gdb.texinfo (Help): Document the help and apropos changes.
+       (Aliases): Document new meaning of -a abbreviation flag.
+
+2020-05-05  Kamil Rytarowski  <n54@gmx.com>
+
+       * 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  <tom@tromey.com>
+
+       * python.texi (Commands In Python): Document gdb.COMMAND_TUI.
+
+2020-04-27  Tom Tromey  <tromey@adacore.com>
+
+       * python.texi (Types In Python): Mention missing fields.  Add
+       dynamic type example.
+
 2020-04-24  Tom Tromey  <tromey@adacore.com>
 
        PR python/23662: