]> Git Repo - binutils.git/blobdiff - gdb/doc/ChangeLog
LITTLE_ENDIAN -> BFD_ENDIAN_LITTLE
[binutils.git] / gdb / doc / ChangeLog
index a5696ea6ed01f44de3fc47bffe6d342b988b6e67..9be00483bc03eff569e628c4bb276fea4b994e6f 100644 (file)
@@ -1,4 +1,464 @@
-2000-04-16  Eli Zaretskii  <[email protected]>
+2001-12-15  Andrew Cagney  <[email protected]>
+
+       * gdbint.texinfo (Target Architecture Definition): Replace
+       LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
+
+2001-12-01  Andrew Cagney  <[email protected]>
+
+       * gdbint.texinfo (Host Definition): Delete documentation on
+       HOST_BYTE_ORDER.
+
+2001-11-30  Jim Blandy  <[email protected]>
+
+       * gdb.texinfo (Overlays): New chapter, documenting GDB's
+        overlay support.  Add to top-level menu.
+
+2001-11-26  Tom Tromey  <[email protected]>
+
+       * gdb.texinfo (Command Syntax): Document C-o binding.
+
+2001-07-26  Christopher Faylor  <[email protected]>
+
+       * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
+       use since it is described in the referenced section.
+
+       From Eli Zaretskii <[email protected]>
+       * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
+       clearer when using DJGPP.
+
+2001-11-24  Christopher Faylor  <[email protected]>
+
+       * 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.
+
+2001-11-21  Tom Tromey  <[email protected]>
+
+       * gdb.texinfo (Invoking GDB): Document --args.
+       (Mode Options): Likewise.
+
+2001-11-21  Jim Blandy  <[email protected]>
+
+       * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
+       Delete documentation; this macro has been removed from the
+       sources.
+
+2001-11-13  Jim Blandy  <[email protected]>
+
+       * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
+
+2001-11-06  Corinna Vinschen  <[email protected]>
+
+       * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
+
+2001-11-05  Michael Snyder  <[email protected]>
+
+       * gdb.texinfo (info functions): Document use of backslash to 
+       quote regexp chars in function names such as "operator*()".
+
+2001-11-01  Fred Fish  <[email protected]>
+
+       * gdbint.texinfo (SOLIB_ADD): Document additional new
+       "readsyms" arg.
+
+2001-10-30  Don Howard  <[email protected]>
+
+       * gdb.texinfo: (Command Files) Added documentation for the
+       behavior of gdb with input redirected from a file.
+
+2001-10-28  Fred Fish  <[email protected]>
+
+       * gdb.texinfo (auto-solib-add): Change docs to match
+       implementation change.
+       (auto-solib-limit): Add docs for new variable.
+
+2001-10-15  Andrew Cagney  <[email protected]>
+
+       * gdbint.texinfo (Target Architecture Definition): Function
+       value_as_pointer renamed to value_as_address.
+
+2001-10-15  Andrew Cagney  <[email protected]>
+
+       * 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.
+
+2001-10-12  Jim Blandy  <[email protected]>
+
+       * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
+       version of texi2html (1.64) doesn't support this flag any more.
+
+2001-09-08  Mark Kettenis  <[email protected]>
+
+       * 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.
+
+2001-09-04  Elena Zannoni  <[email protected]>
+
+       * gdbint.texinfo (Target Architecture Definition): Add
+       explanation of TARGET_PRINT_INSN macro.
+
+2001-08-30  Jim Blandy  <[email protected]>
+
+       * gdb.texinfo (`add-symbol-file'): Correct synopsis.
+       Explain what it means to load relocatable files.
+
+2001-08-28  Jim Blandy  <[email protected]>
+
+       * gdbint.texinfo: Bring the HTML `top' menu into sync with the
+       info `top' menu.
+
+Wed Aug 15 10:47:28 2001  Christopher Faylor <[email protected]>
+
+       * gdbint.texinfo: Add a cautionary note about macro use.
+
+2001-08-02  Corinna Vinschen  <[email protected]>
+       * gdb.texinfo: Explain omitting the hostname in the
+       `target remote' command.
+
+2001-07-30  Daniel Jacobowitz  <[email protected]>
+
+       * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
+       and END-INFO-DIR-ENTRY.
+
+2001-07-28  Stephane Carrez  <[email protected]>
+
+       * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
+
+2001-07-25  Andrew Cagney  <[email protected]>
+
+       * gdbint.texinfo (libgdb): Rewrite.
+
+2001-07-26  Eli Zaretskii  <[email protected]>
+
+       * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
+
+2001-07-24  Stephane Carrez  <[email protected]>
+
+       * gdb.texinfo (TUI): New chapter, document the TUI.
+       (Mode Options): Document the -tui option.
+
+2001-07-23  Mark Kettenis  <[email protected]>
+
+       * gdbint.texinfo (Host Definition): Remove description of
+       NEED_POSIX_SETPGID.
+
+2001-07-23  Eli Zaretskii  <[email protected]>
+
+       * gdb.tex (DJGPP Native): New node, with descriptions of
+       DJGPP-specific commands.
+
+2001-07-19  John R. Moore  <[email protected]>
+
+       * gdbint.texinfo: Three misspellings.
+
+2001-07-06  Andrew Cagney  <[email protected]>
+
+       * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
+       `test` expressions on bash.  Problem reported by Colin Walters.
+
+2001-07-04  Andrew Cagney  <[email protected]>
+
+       * gdbint.texinfo (User Interface): Update ui-out documentation to
+       refelect recent UI/MI updates.
+
+2001-07-04  Andrew Cagney  <[email protected]>
+
+       * gdb.texinfo (Mode Options): Mention the mi0 and mi1
+       interpreters.
+
+2001-06-15  Andrew Cagney  <[email protected]>
+
+       * 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.
+
+2001-06-28  Andrew Cagney  <[email protected]>
+
+       * 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.
+
+2001-06-17  Eli Zaretskii  <[email protected]>
+
+       * annotate.texi: Add @noindent where needed.  From Dmitry
+       Sivachenko <[email protected]>.
+       * gdb.texinfo: Indexing fix.  From Dmitry Sivachenko.
+
+2001-06-16  Andrew Cagney  <[email protected]>
+
+       * gdb.texinfo (Protocol): Fix typo.  Extra parenthesis.
+
+2001-06-14  Andrew Cagney  <[email protected]>
+
+       * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
+       returns ``OK''.  Document that the ``R'' packet does not reply.
+
+2001-06-13  Michael Snyder  <[email protected]>
+
+       * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
+
+2001-06-13  Eli Zaretskii  <[email protected]>
+
+       * gdb.texinfo (Signals): Clarify the default setting of signal
+       handling.
+
+2001-05-14  Andrew Cagney  <[email protected]>
+
+       * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
+       (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
+
+2001-05-12  Andrew Cagney  <[email protected]>
+
+       * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
+
+2001-05-10  Eli Zaretskii  <[email protected]>
+
+       * 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.
+
+2001-04-02  Eli Zaretskii  <[email protected]>
+
+       * 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.
+
+2001-04-01  Eli Zaretskii  <[email protected]>
+
+       * 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.
+
+       * stabs.texinfo: Change Permissions to GFDL.  Update Copyright.
+
+2001-03-26  Eli Zaretskii  <[email protected]>
+
+       * gdb.texinfo: Change Permissions to GFDL.  Update Copyright.
+
+       * gdbint.texinfo: Change Permissions to GFDL.  Update Copyright.
+
+       * gdbgui.texinfo: Change Permissions to GFDL.  Update Copyright.
+       Replace "GDB" with "@value{GDBN}".  Fix markup.
+
+       * annotate.texi: Change Permissions to GFDL.  Update Copyright.
+
+       * gdb.texinfo (Output Formats): Mention "info symbol" and provide
+       a cross-reference to its description.
+       (Symbols): Document "info symbol".
+
+2001-03-21  Eli Zaretskii  <[email protected]>
+
+       * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
+       subsection "x86 Watchpoints".
+       (Target Architecture Definition): Document the macros
+       I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
+       (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
+
+2001-03-20  Andrew Cagney  <[email protected]>
+
+       * gdbint.texinfo (Target Architecture Definition): Update
+       definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
+       list.
+
+2001-03-06  Kevin Buettner  <[email protected]>
+
+       * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
+       gdbint.texinfo, refcard.tex: Update/correct copyright notices.
+
+2001-02-21  Eli Zaretskii  <[email protected]>
+
+       * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
+
+2001-02-11  Eli Zaretskii  <[email protected]>
+
+       * gdb.texinfo (Environment): Document that `path' does not change
+       the value of PATH in GDB's own environment (it did in the past,
+       but that was changed on March 15, 1994).  Reported by Doug Evans
+       <[email protected]>.
+
+       * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
+       its line.  Fix markup of commands and macros.  Add an Index node
+       and index entries.
+
+2001-01-23  J.T. Conklin  <[email protected]>
+
+       * gdb.texinfo (Memory region attributes): New manual section.
+
+2001-01-04  Nicholas Duffek  <[email protected]>
+
+       * gdbint.texinfo (POP_FRAME): Document use by return_command.
+
+2000-12-25  Eli Zaretskii  <[email protected]>
+
+       * refcard.tex: Version and copyright fixed.  From Phil Edwards
+       <[email protected]>.
+
+Thu Nov 30 16:57:19 2000  Andrew Cagney  <[email protected]>
+
+       * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
+       DWARF2_REG_TO_REGNUM): Document.
+
+Mon Nov 20 21:29:35 2000  Andrew Cagney  <[email protected]>
+
+       * gdbint.texinfo (Coding): Update current value of
+       --enable-build-warnings.  Mention --enable-gdb-build-warnings.
+
+2000-11-19  Eli Zaretskii  <[email protected]>
+
+       * gdb.texinfo (Continuing and Stepping):  Fixed markup and typos,
+       as suggested by Dmitry Sivachenko <[email protected]>.
+
+2000-11-10  Christopher Faylor <[email protected]>
+
+       * gdb.texinfo: Document new 'set step-mode' command.
+
+2000-10-16  Eli Zaretskii  <[email protected]>
+
+       * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
+       changes from Dmitry Sivachenko <[email protected]>.
+
+2000-09-26  Eli Zaretskii  <[email protected]>
+
+       * gdb.texinfo (Hooks): Document the new post-hook functionality.
+       From Steven Johnson <[email protected]>.
+
+2000-08-10  Mark Kettenis  <[email protected]>
+
+       * gdbint.texinfo (Overall Structure): Spelling fix.
+
+2000-08-10  Eli Zaretskii  <[email protected]>
+
+       * gdbint.texinfo (Target Architecture Definition): Document that
+       REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
+       for which REGISTER_CONVERTIBLE returns a zero value.
+
+2000-07-08  Christopher Faylor <[email protected]>
+
+       * Makefile.in (install-info): Find files to install in either the
+       build or source directories (adapted from Makefile.am).
+
+2000-07-07  Nicholas Duffek  <[email protected]>
+
+       * stabs.texinfo: Fix spelling errors.
+       (String Field): FILE-NUMBER starts from 0, not 1.
+
+2000-07-05  Eli Zaretskii <[email protected]>
+
+       * refcard.tex: Remove \centerline from the blurb.  Patch from
+        Brian Youmans.
+
+2000-06-25  Eli Zaretskii <[email protected]>
+
+       * Makefile.in (install-info): Support installation from outside of
+        the source directory.  Reported by Mark Harig
+        <[email protected]>.
+
+2000-06-20  J.T. Conklin  <[email protected]>
+
+       * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
+
+Fri May 26 15:55:33 2000  Andrew Cagney  <[email protected]>
+
+       * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
+       Generate using pdftex.
+       (PDFTEX): Define.
+       (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
+       (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
+       @contents at the start.
+
+2000-05-24  Eli Zaretskii  <[email protected]>
+
+       * gdb.texinfo: Remove duplicate @syncodeindex.  From Brian
+        Youmans.
+
+Wed May 24 21:27:58 2000  Andrew Cagney  <[email protected]>
+
+       From Brian Youmans:
+       * gdb.texinfo: Fix ``et al.''.
+
+Tue May 23 22:57:41 2000  Andrew Cagney  <[email protected]>
+
+       * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
+       loop.
+
+2000-05-19  Jimmy Guo  <[email protected]>
+
+       * configure: Regenerate.
+
+2000-05-17  Eli Zaretskii  <[email protected]>
+
+       * Makefile.in (install-info): Run install-info on installed Info
+       files.
+
+Fri May 12 20:18:04 2000  Andrew Cagney  <[email protected]>
+
+       * gdb.texinfo: Add Stan Shebs, et.al. as authors.  Mention
+       Andrew Cagney.
+
+2000-05-09  Eli Zaretskii  <[email protected]>
+
+       * gdb.texinfo: Proofreading changes from Brian Youmans.
+
+2000-05-01  Nick Duffek  <[email protected]>
+
+       * gdb.texinfo (Command Files): Mention -x, use @enumerate for
+       startup sequence, minor edits.
+
+2000-05-01  Eli Zaretskii  <[email protected]>
+
+       * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
+       TeX.
+
+       * gdb.texinfo: Add "@syncodeindex fn cp".  Convert all entries
+       "@kindex f" into "@kindex f (foo)", otherwise we get index entries
+       like `n' and `s' which look weird.  Convert some of the @kindex to
+       @vindex, when they refer to variables, not commands.
+
+Sat Apr 29 17:01:04 2000  Andrew Cagney  <[email protected]>
+
+       * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
+
+2000-04-23  Eli Zaretskii  <[email protected]>
+
+       * Makefile.in (GDBMI_DIR): New variable.
+       (SET_TEXINPUTS): Add $(GDBMI_DIR).
+       (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
+       (gdbmi.texinfo): New target, for texi2roff.
+       (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
+       (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
+
+       * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
+       gdbmi.texinfo.
+       (Mode Options): Add xref to GDB/MI docs and remove a FIXME
+       comment.
+
+2000-04-17  Elena Zannoni  <[email protected]>
+
+       * gdb.texinfo (Files): Update description of add-symbol-file
+       command.
+
+2000-04-17  Eli Zaretskii  <[email protected]>
+
+       * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
+       prevents the build (and is generally a Bad Idea).
+
+2000-04-17  Eli Zaretskii  <[email protected]>
 
        * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
        a comma inside @var.
@@ -1879,7 +2339,7 @@ Thu Dec  5 22:46:12 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
 
 \f
 Local Variables:
-mode: indented-text
+mode: change-log
 left-margin: 8
 fill-column: 74
 version-control: never
This page took 0.036599 seconds and 4 git commands to generate.