X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fdoc%2FChangeLog;h=2d0b2ee108db35c0e422c14006869f3a8ef276ec;hb=96baa820df8126165bd3c4a33c561556b21203af;hp=d42c1d993baa8c2aae055f6a619191e65e1518c4;hpb=77e3189254f4d4584b51b7922c0b3b0d8bd2ecec;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index d42c1d993b..2d0b2ee108 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,138 @@ +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 + fixes. + +Tue Jun 29 11:43:55 1999 Andrew Cagney + + * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define. + +Fri Jun 25 11:47:06 1999 Andrew Cagney + + * remote.texi (Communication Protocol): ``v'' is in use. Fix + numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'', + ``z'' and ``qRcmd'' as draft instead of reserved. Identify + packets that are not supported on all hosts. Expand examples. + Spell check. + +1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com) + + * Makefile.in: Recognize html, install-html. Add targets + to build HTML versions of documentation via texi2html. + +Thu Jun 24 15:59:03 1999 Stan Shebs + + * gdbint.texinfo (Testsuite): New chapter, information about the + testsuite. + +Fri Jun 25 02:40:34 1999 Andrew Cagney + + * remote.texi (Communication Protocol): Rewrite. + +Thu Jun 24 16:59:54 1999 Andrew Cagney + + * stabs.texinfo: Fix uses of xref. + +Thu Jun 17 17:23:25 1999 Stan Shebs + + * gdbint.texinfo: Add an anti-printf exhortation, and update the + info about patch submission. + +Mon Jun 7 15:49:40 1999 Stan Shebs + + From Per Bothner : + * gdb.texinfo: Document Chill support. + +Fri Jun 4 16:58:22 1999 Andrew Cagney + + * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference + to corresponding TARGET_READ_reg TARGET_WRITE_reg macros. + Document that the value should be greater-than or equal-to zero. + (NO_STD_REGS): Document. Deprecate. + +Tue Jun 1 15:04:15 1999 Andrew Cagney + + * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT): + Document that these are not used. + +Thu May 27 09:28:15 1999 Andrew Cagney + + * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document. + +Mon May 24 10:07:39 1999 Andrew Cagney + + * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter + numargs was dropped. + +Thu May 20 12:26:59 1999 Andrew Cagney + + * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update. + +Tue Apr 27 19:14:20 1999 Andrew Cagney + + * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P): + Update. + +Thu Apr 22 13:07:37 1999 Andrew Cagney + + * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document. + (GET_SAVED_REGISTER): Update, not just the a29k uses this. + +Wed Apr 21 13:59:01 1999 Dave Brolley + + * gdbint.texinfo: Fix typos: $ -> @. + +Tue Apr 20 11:59:38 1999 Andrew Cagney + + * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT, + LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, + BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and + BREAKPOINT_FROM_PC. + +Mon Apr 12 16:00:44 1999 Andrew Cagney + + * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P, + CALL_DUMMY_STACK_ADJUST): Document. + +Thu Apr 8 17:23:15 1999 Andrew Cagney + + * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS, + SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define. + +1999-04-02 Stan Shebs + + * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no + longer exists. + +Tue Mar 9 19:25:11 1999 Stan Shebs + + * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove + nearly all @ifset/@ifclear conditionals; nobody uses them, and + they make the manual source incomprehensible. + * h8-cfg.texi: Remove, hasn't been used in years. + +Thu Feb 11 18:00:59 1999 Stan Shebs + + * gdb.texinfo: Update the credits. + +Mon Feb 8 17:33:57 1999 Stan Shebs + + * gdb.texinfo: Fix mistakes noticed in printout of last + draft, add Alpha to discussion of heuristic fence post. + Fri Feb 5 17:20:00 1999 Stan Shebs * gdb.texinfo, remote.texi: Many changes; update to Seventh @@ -374,12 +509,6 @@ Tue Jan 17 14:09:03 1995 Ian Lance Taylor * remote.texi: Update documentation of set/show mipsfpu. -start-sanitize-gdbtk -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. -end-sanitize-gdbtk Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)