+
+ * Makefile.in (GDB_DOC_FILES): Add guile.texi.
+ * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
+ (Extending GDB): New menu entries Guile, Multiple Extension Languages.
+ (Guile docs): Include guile.texi.
+ (objfile-gdbdotext file): Add objfile-gdb.scm.
+ (dotdebug_gdb_scripts section): Mention Guile scripts.
+ (Multiple Extension Languages): New node.
+ * guile.texi: New file.
+
+
+ * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
+ ignore-descriptive-types". commands.
+
+
+ * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
+ (gdbserver man): Ditto.
+
+
+ * gdb.texinfo: Document limited reverse/replay support
+ for target record-btrace.
+
+
+ * gdb.texinfo (Process Record and Replay): Update documentation.
+
+
+ * gdb.texinfo (Process Record and Replay): Document new /c
+ modifier accepted by "record function-call-history".
+ Add /i modifier to "record function-call-history" example.
+
+
+ * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
+ markers. Remove one that was misplaced.
+
+
+ * gdb.texinfo (Your Program's Environment) <set environment>:
+ Mention the shell, and point at 'set exec-wrapper'.
+
+
+ * gdb.texinfo (Types In Python): Document new attribute Types.name.
+
+
+ * gdb.texinfo (Types In Python): Clarify the documentation
+ of attribute gdb.Field.bitpos.
+
+
+ * gdb.texinfo (Types In Python): Fix the documentation of
+ attribute "bitpos" in class gdb.Field for enum types. Add
+ documentation for attribute "enumval" in that same class.
+
+
+ * gdb.texinfo (GDB/MI Support Commands): Change @table into
+ @ftable.
+
+
+ * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
+ auto-loaded objfile scripts and .debug_gdb_scripts section to their
+ corresponding section in Extending GDB.
+ (Extending GDB): Move menu up. New menu item "Auto-loading
+ extensions".
+ (Sequences): New menu item "Auto-loading sequences".
+ (Auto-loading sequences): New node.
+ (Python): Rename section from Scripting GDB to Extending GDB.
+ (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
+ Move docs on ways to auto-load extensions to ...
+ (Auto-loading extensions): ... here. New node.
+
+
+ * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
+ in menu.
+ (GDB/MI Variable Objects): Adjust reference to "-list-features"
+ command, now in a new node.
+ (GDB/MI Support Commands): New node, with its contents being
+ extracted from the "GDB/MI Miscellaneous Commands" node.
+ A small paragraph introducing the section is also added at
+ the start.
+ (GDB/MI Miscellaneous Commands): Delete the description of the
+ -info-gdb-mi-command, -list-features and -list-target-features
+ commands, now hosted in the "GDB/MI Support Commands" node.
+
+
+ PR python/16113
+ * gdb.texinfo (Values From Inferior): Add a note about using
+ gdb.Field objects as subscripts on gdb.Value objects.
+ (Types In Python): Add description about the new attribute
+ "parent_type" of gdb.Field objects.
+
+
+ * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
+ entry for section docuumenting the -list-features GDB/MI command.
+
+
+ * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
+ "exec-run-start-option" entry in the output of the "-list-features"
+ command.
+
+
+ * gdb.texinfo (i386): Fix yesterday's commit.
+
+
+ * gdb.texinfo (Set Catchpoints): Add @kindex for each command
+ documented here.
+
+
+ * gdb.texinfo (@direntry): Add menu item for gdbserver.
+
+
+ * gdb.texinfo (i386 Features): Add MPX feature registers.
+ (x86 Specific featuresx86 Architecture-specific Issues): Adds
+ a subsubsection for MPX and describes the display of the
+ boundary registers.
+
+
+ * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
+ documentation of the "ada-exceptions" entry.
+
+
+ * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
+ "^error" result record concerning the error message. Document
+ the error code that may also be part of that result record.
+ (GDB/MI Miscellaneous Commands): Document the
+ "undefined-command-error-code" element in the output of
+ the "-list-features" GDB/MI command.
+
+
+ * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
+ the new -info-gdb-mi-command GDB/MI command. Document
+ the meaning of "-info-gdb-mi-command" in the output of
+ -list-features.
+
+
+ * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
+ Update comment.
+
+
+ * gdb.texinfo (Caching Remote Data): Document new
+ "set/show stack-cache" option.
+
+
+ * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
+ (Maintenance Commands): Replace "ON" and "OFF" with "on" and
+ "off" respectively.
+
+
+ * gdb.texinfo (GDB/MI Variable Objects): Add the description
+ of "displayhint" to the table about child results.
+
+
+ * gdb.texinfo (GDB/MI Variable Objects): Add attribute
+ 'dynamic' for the output of command -var-list-children.
+
+
+ * gdb.texinfo (Caching Target Data): Remove "see" before
+ @pxref.
+
+
+ * gdb.texinfo (Caching Target Data): Update doc for
+ per-address-space dcache.
+
+
+ * gdb.texinfo (Data): Rename menu item.
+ (Caching Remote Data): Rename to ...
+ (Caching Target Data): ... it. Update.
+
+
+ * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
+ "language-option" entry in the output of the "-list-features"
+ command.
+
+
+ * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
+ Add example.
+
+
+ * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
+
+
+ * gdb.texinfo (Show): Add xref anchor for "show language" command.
+ (Context management): Place current subsection text into its own
+ subsubsection. Add new subsubsection describing the "--language"
+ command option.
+
+
+ * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
+ the documentation of "info-ada-exceptions" in the output
+ of the "-list-features" command. Add the documentation
+ of the "ada-exception" entry instead.
+
+
+
+ * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
+ word of a couple of sentences to start with a capital letter.
+
+
+ * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
+ (Ada Exceptions): New node.
+ (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
+ Commands" node.
+ (GDB/MI Ada Exceptions Commands): New node.
+ (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
+ field in the output of the "-list-features" command.
+ * NEWS: Add entry for the new "info exceptions" CLI command,
+ and for the new "-info-ada-exceptions" GDB/MI command.
+
+
+ * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
+ (Line Tables In Python): New node.
+
+
+ * gdb.texinfo (Debugging Output): Update text for
+ "set debug dwarf2-read".
+
+
+ * gdb.texinfo (Debugging Output): Update text for
+ "set debug symtab-create".
+
+
+ * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
+ constant.
+
+
+ * gdb.texinfo (Breakpoints In Python): Document temporary
+ option in breakpoint constructor, and add documentation to the
+ temporary attribute.
+
+
+ * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
+ output of "-var-info-expression".
+
+
+ * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
+ non-interactive mode.
+ (Environment) <shell startup files warning>: Mention
+ non-interactive mode. Mention .zshenv for Z shell, and talk about
+ BASH_ENV instead of .bashrc for BASH.
+
+
+ * gdb.texinfo (Commands to Specify Files): Add description
+ of the remove-symbol-file command.
+ * observer.texi: New free_objfile event
+
+
+ * gdb.texinfo (Starting): Document set/show startup-with-shell.
+
+
+ * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
+ New subsection inside which the "-catch-load" and "-catch-unload"
+ commands documentation is now placed.
+ (Ada Exception GDB/MI Catchpoint Commands): New subsection
+ documenting the "-catch-assert" and "-catch-exception" new
+ GDB/MI commands.
+
+
+ * gdb.texinfo (Connecting): Remove unnecessary @w{}.
+
- * gdb.texinfo: Replace "set remotebaud" and "show remotebaud"
- by "set serial baud" and "show serial baud" (resp) throughout.
+ * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
+ serial baud".
+ (Remote Configuration): Replace "set remotebaud" by "set serial
+ baud". Replace "show remotebaud" by "show serial baud".