+
+ * gdbint.texinfo: Rename formal parameters to gdbarch function
+ protoypes from "current_gdbarch" to "gdbarch".
+
+
+ * gdb.texinfo (Basic Python): Change get_parameter to parameter.
+
+
+ * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
+ feature.
+ (GDB/MI Variable Objects): Document -var-set-visualizer.
+
+
+ * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
+ feature.
+ (GDB/MI Variable Objects): Document -var-set-visualizer.
+
+
+ * gdb.texinfo (Objfiles In Python): Reference pretty printing.
+ (Pretty Printing): New node.
+ (Selecting Pretty-Printers): Likewise.
+ (Python API): Update.
+ (Output Formats): Document /r format.
+
+
+ * gdb.texinfo (Types In Python): New node.
+ (Values From Inferior): "type" is now an attribute.
+ (Python API): Update.
+
+
+ * gdb.texinfo: Add @syncodeindex for `tp'.
+ (Python API): Update.
+ (Auto-loading): New node.
+ (Objfiles In Python): New node.
+
+
+ * gdb.texinfo (Threads): Document libthread-db-search-path.
+
+
+ * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
+
+
+ * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
+ show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
+ show show-debug-regs' docs.
+
+
+ * gdb.texinfo (Process Record and Replay): Add description of
+ reverse execution.
+
+
+ * gdbint.texinfo (Adding support for debugging core files): New node.
+ (Native Debugging): Remove the ``Native core file Support'' section.
+
+
+ * gdb.texinfo (Process Record and Replay): Improve and clarify.
+ Add index entries.
+
+
+ * gdb.texinfo: (Process Record and Replay): Add documentation for
+ process record and replay.
+
+
+ * gdb.texinfo (Macros): Note command-line for `info macro'. Append
+ a new part on command-line defined macros.
+
+
+ * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
+ clarify the wording.
+
+
+ * gdb.texinfo (Data Files): New node.
+ (GDB Files): Update menu.
+
+
+ * gdbint.texinfo (Defining Other Architecture Features): Remove
+ entry for PROCESS_LINENUMBER_HOOK.
+
+
+ * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
+
+
+ * gdb.texinfo (disassemble-next-line): Set the default of
+ disassemble-next-line to off.
+
+
+ * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
+ --with-htmldir): New.
+ * configure: Regenerate.
+ * Makefile.in (datarootdir, docdir): Define.
+ (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
+ instead of $(SET_TEXINPUTS).
+ (gdbint.dvi, gdbint.pdf): Use same -I options as for building
+ gdbint.info instead of $(SET_TEXINPUTS).
+ (gdbint/index.html): Use same -I options as for building
+ gdbint.info.
+ (stabs.dvi, stabs.pdf): Use same -I options as for building
+ stabs.info instead of $(SET_TEXINPUTS).
+ (stabs/index.html): Use same -I options as for building
+ stabs.info.
+ (annotate.dvi, annotate.pdf): Use same -I options as for building
+ annotate.info instead of $(SET_TEXINPUTS).
+ (annotate/index.html): Use same -I options as for building
+ annotate.info.
+
+
+ * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
+
+
+ * gdb.texinfo (Source Path): Document --with-relocated-sources.
+
+
+ * Makefile.in (MAKEHTML): Set to makeinfo --html.
+ (MAKEHTMLFLAGS): Set to empty.
+ (html__strip_dir): Define.
+ (HTMLFILES): Define.
+ (HTMLFILES_INSTALL): Define.
+ (install-html): Copy new automake rule.
+ (html): Depend on $(HTMLFILES).
+ (gdb_toc.html): Rename to gdb/index.html.
+ (gdbint_toc.html): Rename to gdbint/index.html.
+ (stabs_toc.html): Rename to stabs/index.html.
+ (annotate_toc.html): Rename to annotate/index.html.
+
+
+ * Makefile.in: Set pdfdir and htmldir from configure
+ substitutions.
+ * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
+ * configure: Regenerate.
+
+
+ * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
+ This macro is no longer used.
+
+
+ * gdb.texinfo (Character Sets): Document default character set.
+
+
+ * gdbint.texinfo: Change server name from sources.redhat.com to
+ sourceware.org throughout.
+
+
+ * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
+ about a missing dot or coma after @xref.
+
+
+ * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
+ example, and add a small explanation about it.
+ (Print Settings): Change the documentation of the "set print
+ frame-arguments" to reflect the fact that the default is now "scalars".
+
+
+ * gdb.texinfo (Print Settings): Add kindex for command "set
+ print frame-arguments".
+
+
+ * gdb.texinfo (Ada Tasks): Add documentation about task-specific
+ breakpoints.
+ (Set Breaks): Add reference to thread-specific and task-specific
+ breakpoints.
+
+
+ * gdb.texinfo (Ada Tasks): Remove the documentation about
+ the "Running" state, as this state has been eliminated.
+ Now all runnable tasks are shown as "Runnable".
+
+
+ * gdb.texinfo (Tracepoints): Describe tracepoints as a
+ special case of breakpoints.
+ (Enable and Disable Tracepoints): Mention deprecation.
+ (Listing Tracepoints): Update description and example.
+
+
+ * gdb.texinfo (Frames in Python): New node.
+ (Python API): Update.
+
+
+ * gdb.texinfo (Values From Inferior): Change gdb.Value.address
+ from a method to an attribute.
+
+
+ * gdb.texinfo (Values From Inferior): Document is_optimized_out
+ attribute.
+
+
+ * observer.texi (thread_exit): Add "silent" parameter.
+
+
+ * observer.texi (about_to_proceed): New.
+
+
+ * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
+ field throughout to handle types with spaces in them. Fix typos
+ found by aspell.
+ (Summary, Requirements, Contributors): New first chapter,
+ "Summary" added, old Requirements section moved there, and new
+ section, "Contributors" added.
+ (Initializing a New Architecture, Register Representation)
+ (Frame Interpretation, Inferior Call Setup, Adding a New Target)
+ (Porting gdb): These sections extended and updated.
+ (Compiler Characteristics): This section (empty) deleted.
+ (Defining Other Architecture Features): This section renamed and
+ duplicate material removed from (formerly "Target Conditionals").
+ Use braces {} in @deftypeXX type field throughout to handle types
+ with spaces in them. Typos found by aspell fixed.
+
+ * stack_frame.svg: New file, source of image for gdbint.texinfo.
+ * stack_frame.pdf: Version of image for PDF output.
+ * stack_frame.png: Version of image for HTML output and for Emacs.
+ * stack_frame.txt: Version of image for Info output.
+ * stack_frame.eps: Version of image for TeX DVI output.
+
+
+ * gdb.texinfo (Character Sets): Fix last change.
+
+
+ * gdb.texinfo (Values From Inferior): Fix optional arguments
+ markup.
+ (Commands In Python): Adjust argument names of gdb.Command.__init__
+ to what the function accepts as keywords.
+
+
+ * gdb.texinfo (Convenience Vars): Document convenience functions.
+ (Functions In Python): New node.
+ (Python API): Update.
+
+
+ * gdb.texinfo (Character Sets): Remove obsolete text. Document
+ set target-wide-charset.
+ (Requirements): Mention iconv.
+
+
+ * gdb.texinfo: Change the introduce of "disassemble-next-line".
+
+
+ * gdb.texinfo: Add documentation for disassemble-next-line.
+
+
+ * gdb.texinfo (Commands In Python): Remove tindex entries.
+
+
+ * gdb.texinfo (Returning): New description for missing debug info.
+
+
+ * gdb.texinfo (Remote Configuration): Document query-attached.
+ (General Query Packets): Document qAttached.
+
+
+ * gdb.texinfo (Background Execution): Better describe the set
+ target-async command.
+ (Maintenance Commands): Delete description of the `maint set/show
+ linux-async' and `maint set/show remote-async' commands.
+
+
+ * gdb.texinfo (GDB/MI Async Records): Add double-spaces
+ between sentences.
+
+
+ * gdb.texinfo (GDB/MI Async Records): Document the
+ =library-loaded and =library-unloaded notifications.
+
+
+ * observer.texi (test_notification): New observer.
+
+
+ * observer.texi: Add parameter 'print_frame' to normal_stop
+ observer.
+
+
+ * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
+ (Commands In Python): Fix COMMAND_* constants in last change. Use
+ @kbd for interactive input. Add cross-references and index
+ entries.
+
+
+ * gdb.texinfo (Signals): Document $_siginfo.
+ (Convenience Variables): Mention $_siginfo.
+ (Remote Configuration): Document qXfer:siginfo:read,
+ qXfer:siginfo:write packets, and the read-siginfo-object,
+ write-siginfo-object commands.
+
+
+ * gdbint.texinfo (Values): New chapter.
+
+
+ * gdb.texinfo (Python API): Add entry for Commands In Python.
+ (Commands In Python): New node.
+
+
+ * gdb.texinfo (Values From Inferior): Document Value.string.
+
+
+ * gdb.texinfo (Basic Python): Document execute's from_tty
+ argument.
+
+
+ * gdb.texinfo (Basic Python): Document gdb.history.
+
+
+ * gdb.texinfo (GDB/MI Thread Commands): Document the
+ 'current-thread-id' field. Remove the example with zero threads,
+ since current GDB won't ever report that if there's inferior.
+
+
+ * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
+ option to -break-insert.
+
+
+ * gdb.texinfo (Startup): Document --with-system-gdbinit.
+ (System-wide configuration): New section.
+
+
+ PR gdb/7580:
+ * gdb.texinfo (Maintenance Commands): Document "maint set|show
+ internal-error|internal-warning quit|corefile ask|yes|no".
+
+
+ * gdb.texinfo (Using the `gdbserver' Program): Document
+ --remote-debug.
+
+
+ * gdb.texinfo: Add nexti to list of commands that support
+ background execution.
+
+
+ * gdb.texinfo (Define, Hooks): Document prefix command support.
+
+
+ Fixes for makeinfo --html.
+
+ * annotate.texinfo: Use @copying and @insertcopying. Use
+ @ifnottex in place of @ifinfo.
+ * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
+ place of @ifinfo. Use @ifnotinfo for one index entry.
+ * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
+ in place of @ifinfo.
+ * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
+ in place of @ifinfo. Include contents at start unconditionally.
+
+
+ * gdb.texinfo (General Query Packets): Remove @var{} around the
+ "spu" literal string.
+
+
+ * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
+ program may be running in another process" errors.
+ * gdbint.texinfo (Native Conditionals): Delete
+ ONE_PROCESS_WRITETEXT description.
+
+
+ * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
+ emacs local variable to be placed at the end of the ChangeLog.
+ Add server.c and gdbreplay.c to the list of files where the
+ copyright year needs to be updated.
+
+
+ * gdb.texinfo (Remote Configuration): Document new
+ "set/show tcp auto-retry" and "set/show tcp connect-timeout"
+ commands.
+
+
+ * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
+ FETCH_INFERIOR_REGISTERS.
+ (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
+ FETCH_INFERIOR_REGISTERS descriptions. Remove
+ gdbarch_get_longjmp_target descrition, since already described in
+ Target Conditionals. Move gdbarch_fp0_regnum description to ...
+ (Target Conditionals): ... here.
+
+
+ * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
+ examples.
+ (Additions to Ada): Likewise. Add the missing opening and closing
+ parenthesis of the GDB prompt in one of the examples.
+
+
+ * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
+ about the result of 'Address not being of type System.Address.
+ This problem has been fixed a while ago.
+
+
+ MI non-stop and multiprocess docs.
+
+ * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
+ (GDB/MI Output Records): New section 'GDB/MI Frame Information'
+ Adjust documentation for *stopped, document =thread-created,
+ =thread-exited, =thread-group-created and =thread-group-exited.
+ (GDB/MI Thread Commands): Document the 'state' field in
+ -thread-info output.
+ (GDB/MI Program Execution): Mention --all and --thread-group
+ options.
+ (GDB/MI Variable Objects): Describe floating and fixed variable
+ objects.
+ (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
+
+
+ * gdb.texinfo (Operating System Information): New appendix.
+ (Operating System Auxiliary Information): Document 'info os processes'
+ (Remote Configuration): Document 'osdata'
+ (General Query Packets): Document qXfer:osdata:read.
+
+
+ * gdb.texinfo (Darwin): Document Darwin specific features.
+
+
+ * gdbint.texinfo (Target Conditionals): Extend the
+ gdbarch_breakpoint_from_pc description.
+
+
+ * gdb.texinfo (M68K Features): Fix typo.
+
+
+ * gdb.texinfo (Symbols): Mention printing containing
+ image name in "info symbol".
+ (Maint translate-address): Likewise.
+
+
+ * gdb.texinfo (Set Catchpoints): Remove the documentation of
+ commands "catch load" and "catch unload".
+
+
+ * gdb.texinfo (GDB/MI Async Records): Document
+ =thread-selected.
+
+
+ * observer.texi (new_inferior, inferior_exit): New observers.
+
+
+ * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
+ .mt files, TM_CLIBS or TM_CDEPS.
+ (x86 Watchpoints): Don't mention TDEPFILES.
+
+
+ * gdb.texinfo (Remote Protocol): Add new nodes to menu.
+ (Overview): Mention notifications and non-stop mode behavior.
+ (Packets): Update documentation of ?, vAttach, vCont, and vRun
+ with non-stop mode behavior. Add vStopped description.
+ (Stop Reply Packets): Update list of packets that return
+ stop replies. Mention non-stop behavior.
+ (General Query Packets): Document QNonStop packet and associated
+ qSupported query response.
+ (Interrupts): Clarify multi-threaded behavior. Mention non-stop
+ behavior.
+ (Notification Packets): New section.
+ (Remote Non-Stop): New section.
+ (File-I/O Overview): Mention non-stop behavior.
+
+
+ * gdb.texinfo (displaced-stepping): Describe the auto mode
+ setting, and say it's the default. This is now a mainstream
+ setting instead of a maintenance setting.
+
+
+ * observer.texi (thread_stop_requested): New.
+
+
+ * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
+ (Patching): Replace incorrect usage of @samp by @kbd.
+
+
+ * gdb.texinfo: Add documentation for reverse execution.
+
+
+ * gdb.texinfo. (Values From Inferior): New subsubsection.
+
+
+ * gdb.texinfo (set debug dwarf2-die): Document it.
+
* gdb.texinfo (catch) [exception]: Document how to insert