X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fdoc%2FChangeLog;h=03a704be806da9c7bc33a9f32650977a0fb31a3d;hb=f1251bdd6bd703ced6830769d610bbaa1bd56b6b;hp=a6507bd78692b898b35ccbb188309df274aeb1ae;hpb=adf40b2e16832f7382ee79e498d43a70ad22e305;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index a6507bd786..03a704be80 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,249 @@ +2000-03-28 J.T. Conklin + + * gdb.texinfo: Clarify which remote debug protocol commands are + required and which are optional. + +Tue Mar 28 16:06:22 2000 Andrew Cagney + + * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew + Cagney . Move @chapter and @node entries + back to annotate.texi, rluser.texinfo and inc-hist.texinfo. + * annotate.texi: Update. + +2000-03-28 Stan Shebs + + * gdb.texinfo: Update dates, bump to Eighth Edition (note + expectation of additional changes before release), update + ISBN, add copy of top-level menu for @ifhtml, remove explicit + node links, rephrase and/or shorten lines to fix formatting + problem in both regular and @smallbook formats. + * annotate.texi: Shorten lines in example, use smallexample + consistently everywhere. + * Makefile.in: Add comment about texinfo 4.0 html generation. + (SFILES_INCLUDED): Add annotate.texi. + +2000-03-27 Daniel Berlin + + * gdb.texinfo (Debugging Output): Added new section, documenting + the "set/show debug" commands. + +Fri Mar 24 18:06:34 2000 Andrew Cagney + + * annotate.texi (Annotations): When GDBN omit @chapter and @node + entry. + + * gdb.texinfo: Check for @ifinfo instead of @ifnottex. + (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local + @chapter and @node entries. + + * gdb.texinfo: Link all top-level nodes. + +Fri Mar 24 17:56:48 2000 Andrew Cagney + + * Makefile.in (install-info): Create $(infodir) before installing + files. + +2000-03-23 Fernando Nasser + + From David Whedon + * gdbint.texinfo : Added paragraphs about command deprecation. + +2000-03-22 Daniel Berlin + + * gdb.texinfo: Add documentation for the apropos command. + +2000-03-20 Michael Snyder + + * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo. + +2000-03-20 Michael Snyder + + * gdb.texinfo: Add white space to prevent overprinting in + two places. + +2000-03-17 Stan Shebs + + * gdb.texinfo: Many minor changes from Dmitry Sivachenko + , also clarification of allowed content for + string constants. + +2000-03-16 Eli Zaretskii + + * gdb.texinfo (main menu): Add Annotations. + (File Options): Add @cindex entries for each command-line option. + Document --epoch, --annotate, --async, --interpreter, --write, + --statistics, and --version. + + * annotate.texi: Convert to a chapter. Use @value{GDBN} instead + of GDB. + +2000-02-23 Jim Blandy + + * gdbint.texinfo (FUNCTION_START_OFFSET): Document. + +2000-02-22 Jim Blandy + + * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form. + +2000-02-15 Jason Molenda (jsm@bugshack.cygnus.com) + + * Makefile.in (diststuff): New target. + +2000-02-15 Kevin Buettner + + * agentexpr.texi: Fix wording regarding Intel's IA-64 + architecture. [From Jim Wilson.] + +2000-01-16 Tom Tromey + + * gdb.texinfo (Breakpoints): Mention breakpoint ranges. + (Delete Breaks): Mention range arguments. + (Disabling): Likewise. + +2000-01-05 Dmitry Sivachenko + + * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences. + +Wed Dec 8 19:53:08 1999 Andrew Cagney + + * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain + valid functions. + +1999-11-05 Stan Shebs + + * gdb.texinfo: Clarify regular expressions used in rbreak. + +1999-10-15 Kevin Buettner + + * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT, + MEMORY_REMOVE_BREAKPOINT): Document. + +Thu Oct 14 21:17:17 1999 Andrew Cagney + + * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS + offset re-using the DATA offset instead. + +1999-10-11 Jim Kingdon + + * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY. + +1999-10-05 Stan Shebs + + From Dmitry Sivachenko : + * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other + typos. + + * gdb.texinfo: Various minor wording and formatting improvements, + mentions of additional command-line options. + +1999-09-30 Fred Fish + + * gdb.texinfo: Document additional forms of specifying section + names and addresses for the add-symbol-file command. + +1999-09-14 Michael Snyder + + * gdbint.texinfo: Fix typo, add the word "have". + +1999-09-14 Jim Blandy + + * gdbint.texinfo (Target Architecture Definition): Document the + SKIP_PERMANENT_BREAKPOINT macro. + +1999-09-07 Stan Shebs + + * gdb.texinfo: Fiks speling errers. + + * gdb.texinfo: Fix uses of @multitable. + + From Eli Zaretskii : + * gdb.texinfo: Include details specific to DOS host, clarify + some confusing language, fix @ref/@xref/@pxref usages, add + comments about using with optimization, add more indexing, + fix info about disassembly-flavor. + +Tue Sep 7 09:11:24 1999 Kevin Buettner + + * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE, + SKIP_SOLIB_RESOLVER): Define. + +Fri Sep 3 18:05:14 1999 Andrew Cagney + + * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and + ``g'' packets. + +1999-08-30 Stan Shebs + + * gdb.texinfo: Create a new "Configurations" chapter with + platform-specific info, inline remote.texi and move sections of it + into the new chapter, move bits about info proc, heuristic search, + and register stack into the new chapter. + * remote.texi: Remove, now part of gdb.texinfo. + * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi. + +1999-08-27 Jason Molenda (jsm@bugshack.cygnus.com) + + * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386, + GDB_TARGET_IS_MACH386): These kludges have gone away. + +Wed Aug 25 10:47:03 1999 Andrew Cagney + + * gdbint.texinfo (Target Architecture Definition): Mention + TDEPLIBS. + +1999-08-20 Stan Shebs + + * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite + surrounding text to fit HP-UX bits into general info. + (HPPA-cfg.texi): Remove, no longer useful. + + * gdb.texinfo: Remove explicit links from @node lines, remove + HP-added "Detailed Node Listing" from main menu which confuses + things. + + From Dmitry Sivachenko : + * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping + in description of `set environment'. + +1999-08-17 Stan Shebs + + * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C. + +1999-08-12 Ben Elliston + + * gdbint.texinfo (Breakpoint Handling): Add missing words. + +1999-08-10 Eli Zaretskii + + * gdb.texinfo (Set Watchpoints): Explain some subtleties about + watch, awatch, and rwatch. Explain why the latter two cannot be + set as software watchpoints. Document that watchpoints for local + variables are deleted when the debuggee terminates. + +Wed Aug 11 13:18:14 1999 Andrew Cagney + + * remote.texi (Protocol): Further clarification of the "qRcmd" + packet. Allow E.. response packet. "qRcmd" packet is no longer + reserved. + +1999-08-10 Elena Zannoni + + * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo. + * gdb.texinfo: Ditto. + +1999-08-06 Tom Tromey + + * gdb.texinfo (KOD): New node. + +Fri Aug 6 17:05:48 1999 Andrew Cagney + + * remote.texi (Rcmd): Fix minor formatting typos. + +Thu Aug 5 17:57:41 1999 Andrew Cagney + + * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response + packets. + 1999-07-14 Jim Blandy * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc @@ -496,6 +742,10 @@ Tue Jan 17 14:09:03 1995 Ian Lance Taylor * remote.texi: Update documentation of set/show mipsfpu. +Fri Jan 6 17:17:28 1995 Stan Shebs + + * gdbgui.texinfo: New file, manual for GUI (gdbtk) users. + * Makefile.in (gdbgui.dvi, gdbgui.info): New actions. Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)