+
+ * gdbint.texinfo (Target Architecture Definition): Replace
+ LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
+
+
+ * gdbint.texinfo (Host Definition): Delete documentation on
+ HOST_BYTE_ORDER.
+
+
+ * gdb.texinfo (Overlays): New chapter, documenting GDB's
+ overlay support. Add to top-level menu.
+
+
+ * gdb.texinfo (Command Syntax): Document C-o binding.
+
+
+ * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
+ use since it is described in the referenced section.
+
+ * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
+ clearer when using DJGPP.
+
+
+ * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
+ specifically refer to MS-DOS.
+ (command files): Mention gdb.ini is only used on MS-DOS.
+
+
+ * gdb.texinfo (Invoking GDB): Document --args.
+ (Mode Options): Likewise.
+
+
+ * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
+ Delete documentation; this macro has been removed from the
+ sources.
+
+
+ * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
+
+
+ * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
+
+
+ * gdb.texinfo (info functions): Document use of backslash to
+ quote regexp chars in function names such as "operator*()".
+
+
+ * gdbint.texinfo (SOLIB_ADD): Document additional new
+ "readsyms" arg.
+
+
+ * gdb.texinfo: (Command Files) Added documentation for the
+ behavior of gdb with input redirected from a file.
+
+
+ * gdb.texinfo (auto-solib-add): Change docs to match
+ implementation change.
+ (auto-solib-limit): Add docs for new variable.
+
+
+ * gdbint.texinfo (Target Architecture Definition): Function
+ value_as_pointer renamed to value_as_address.
+
+
+ * gdbint.texinfo (Target Architecture Definition): Default
+ POINTER_TO_ADDRESS functions assume unsigned addresses.
+ (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
+ posting by Jim Blandy.
+
+
+ * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
+ version of texi2html (1.64) doesn't support this flag any more.
+
+
+ * gdbint.texinfo (Host Definition): Remove description of
+ MEM_FNS_DECLARED.
+
+ * gdbint.texinfo (Host Definition): Remove description of R_OK.
+
+ * gdbint.texinfo (Host Definition): Remove description of
+ HAVE_SIGSETMASK.
+
+
+ * gdbint.texinfo (Target Architecture Definition): Add
+ explanation of TARGET_PRINT_INSN macro.
+
+
+ * gdb.texinfo (`add-symbol-file'): Correct synopsis.
+ Explain what it means to load relocatable files.
+
+
+ * gdbint.texinfo: Bring the HTML `top' menu into sync with the
+ info `top' menu.
+
+
+ * gdbint.texinfo: Add a cautionary note about macro use.
+
+
+ * gdb.texinfo: Explain omitting the hostname in the
+ `target remote' command.
+
+
+ * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
+ and END-INFO-DIR-ENTRY.
+
+
+ * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
+
+
+ * gdbint.texinfo (libgdb): Rewrite.
+
+
+ * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
+
+
+ * gdb.texinfo (TUI): New chapter, document the TUI.
+ (Mode Options): Document the -tui option.
+
+
+ * gdbint.texinfo (Host Definition): Remove description of
+ NEED_POSIX_SETPGID.
+
+
+ * gdb.tex (DJGPP Native): New node, with descriptions of
+ DJGPP-specific commands.
+
+
+ * gdbint.texinfo: Three misspellings.
+
+
+ * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
+ `test` expressions on bash. Problem reported by Colin Walters.
+
+
+ * gdbint.texinfo (User Interface): Update ui-out documentation to
+ refelect recent UI/MI updates.
+
+
+ * gdb.texinfo (Mode Options): Mention the mi0 and mi1
+ interpreters.
+
+
+ * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
+ structure and not macros.
+ (Host Definition): Document that much of this chapter is obsolete.
+ (Target Architecture Definition): Update list of files that make
+ up a target architecture.
+ (Coding): Update.
+
+
+ * gdbint.texinfo (Target Architecture Definition): Update
+ EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
+ The latter has been changed to a true predicate.
+
+
+ * annotate.texi: Add @noindent where needed. From Dmitry
+ * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
+
+
+ * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
+
+
+ * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
+ returns ``OK''. Document that the ``R'' packet does not reply.
+
+
+ * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
+
+
+ * gdb.texinfo (Signals): Clarify the default setting of signal
+ handling.
+
+
+ * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
+ (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
+
+
+ * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
+
+
+ * gdbint.texinfo (Clean Design and Portable Implementation):
+ Renamed from "Clean Design".
+ (Clean Design and Portable Implementation): Document portable
+ methods of handling file names, and the associated macros.
+
+
+ * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
+ command and provide a cross-reference to its description.
+ (Symbols): Note that "info scope" is useful for trace experiments.
+
+ * gdb.texinfo (Symbols): Document "info scope".
+ (Tracepoints): New chapter.
+ (Contributors): Update for v5.1.
+ <All nodes>: Change "C++" to "C@t{++}".
+
* gdbint.texinfo (User Interface): A new section about ui_out
functions, based on text written by Fernando Nasser.