+
+ * gdb.texinfo: Document "maint print user-registers".
+
+
+ * python.texi (Objfiles In Python): Document Objfile.owner.
+
+
+ * python.texi (Objfiles In Python): Document
+ Objfile.add_separate_debug_file.
+
+
+ * python.texi (Objfiles In Python): Document Objfile.build_id.
+
+
+ * python.texi (Events In Python): Document new events
+ InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
+ and RegisterChangedEvent.
+
+
+ Add add-auto-load-scripts-directory.
+ * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
+ (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
+
+
+ * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
+ description typo.
+
+
+ * python.texi (Progspaces In Python): Document ability to add
+ random attributes to gdb.Progspace objects.
+ (Objfiles In Python): Document ability to add random attributes to
+ gdb.objfile objects.
+
+
+ * gdb.texinfo (Continuing and Stepping): Add cross reference to
+ info on stepping and signal handlers.
+ (Signals): Explain stepping and signal handlers. Add context
+ index entry, and cross references.
+
+
+ * python.texi (Breakpoints In Python): Add parenthesis after
+ Breakpoint.delete. Clarify Breakpoint.enabled description so
+ that it contains "disable".
+
+
+ * python.texi (Events In Python): Document clear_objfiles event.
+
+
+ * python.texi (Objfiles In Python): Document new progspace attribute.
+
+
+ * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
+ (SVR4 Process Information): Delete mention of OSF/1.
+
+
+ * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
+ exit-code field in -list-thread-groups output.
+
+
+ * gdb.texinfo (Set Breaks): Add missing "@end table".
+
+
+ * gdb.texinfo (Set Breaks): Document that "set breakpoint
+ always-inserted off" is the default mode now. Delete
+ documentation of "set breakpoint always-inserted auto".
+
+
+ * python.texi (Symbol Tables In Python): Document "producer"
+ attribute of gdb.Symtab objects.
+
+
+ * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
+ (Embedded OS): Remove VxWorks menu entry.
+ (VxWorks): Remove node.
+
+
+ * gdb.texinfo (Signaling): Document new queue-signal command.
+
+
+ PR 15276
+ * gdb.texinfo (Convenience Funs): Document $_caller_is,
+ $_caller_matches, $_any_caller_is, $_any_caller_matches.
+
+
+ * python.texi (Types In Python): Type.template_argument(n) returns a
+ gdb.Value or a gdb.Type and throws an exception if n is out of
+ range.
+
+
+ * python.texi (Frames in Python): Add read_register description.
+
+
+ * gdb.texinfo (Debugging Output): Update for change to "set debug
+ target".
+
+
+ * Makefile.in (transform): New variable.
+ (install-man1, install-man5): Apply $(transform) to man file names.
+
+
+ PR guile/17177
+ * guile.texi (Guile Pretty Printing API): Fix typo.
+ Document set-pretty-printers!, pretty-printers.
+ (Selecting Guile Pretty-Printers): Update.
+ Mention program-space based pretty-printers.
+
+
+ * gdb.texinfo (Signaling) <signal command>: Explain what happens
+ with multi-threaded programs.
+
+
+ * gdb.texinfo (Maintenance Commands): Update the output of
+ 'maint print dummy-frames' command.
+
+
+ * gdb.texinfo (Screen Size): Improve indexing.
+
+
+ * gdb.texinfo (Maintenance Commands): Document new
+ "maint set/show catch-demangler-crashes" option.
+
+
+ * gdb.texinfo (Maintenance Commands): Document new
+ "maint demangler-warning" command and new
+ "maint set/show demangler-warning" option.
+
+
+ * python.texi (Xmethod API): Add space before the opening
+ parenthesis in function descriptions.
+
+
+ * guile.texi (Guile Configuration): Document guile-data-directory.
+
+
+ * gdb.texinfo (Invoking GDB): Add -q and --quiet.
+
+
+ * guile.texi (Breakpoints In Guile): Update.
+
+
+ * python.texi (Xmethod API): Fix reference to "Progspaces In
+ Python".
+
+
+ * python.texi (Xmethods In Python, XMethod API)
+ (Writing an Xmethod): New nodes.
+ (Python API): New menu entries "Xmethods In Python",
+ "Xmethod API", "Writing an Xmethod".
+
+
+ * guile.texi (Guile API): Add entry for Parameters In Guile.
+ (GDB Scheme Data Types): Mention <gdb:parameter> object.
+ (Parameters In Guile): New node.
+
+
+ * guile.texi (Guile API): Add entry for Commands In Guile.
+ (Basic Guile) <parse-and-eval>: Add reference.
+ (Basic Guile) <string->argv>: Move definition to Commands In Guile.
+ (GDB Scheme Data Types): Mention <gdb:command> object.
+ (Commands In Guile): New node.
+
+
+ * guile.texi (Guile API): Add entry for Progspaces In Guile.
+ (GDB Scheme Data Types): Mention <gdb:progspace> object.
+ (Progspaces In Guile): New node.
+
+
+ * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
+ * python.texi (Frames In Python): Mention
+ gdb.FRAME_UNWIND_MEMORY_ERROR.
+
+
+ * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
+ from example.
+ (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
+ Mention that target-async is now deprecated.
+ (Maintenance Commands): Document maint set/show target-async.
+
+
+ * observer.texi (sync_execution_done, command_error): New
+ subjects.
+
+
+ PR gdb/13860
+ * observer.texi (signal_received, end_stepping_range)
+ (signal_exited, exited, no_history): New observer subjects.
+
+
+ * guile.texi (GDB Scheme Data Types): Remove documentation for
+ removed interfaces. Update spelling of gdb-object-kind.
+
+
+ * guile.texi (Basic Guile): Fix some typos.
+
* guile.texi (Writing a Guile Pretty-Printer)