X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=gdb%2Fdoc%2FChangeLog;h=e21d24a2cf84885d1891f33cb83a57fd57ecddd1;hb=2e834e497e9bb0cdae7f71397d3404f4ed0f9f35;hp=b7017158324b2cc102e0a7511c8832ba9ad0ed29;hpb=cbb09e6a75d8ff227a8ec6e57e43e5680bc1e4b6;p=binutils-gdb.git diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index b7017158324..e21d24a2cf8 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,228 @@ +2002-09-29 Hans-Peter Nilsson + + * gdb.texinfo (Packets): Fix typos "alligned". + Correct z3/Z3 description. Correct z4/Z4 title. + +2002-09-27 Andrew Cagney + + * all-cfg.texi: Use @sc for GDB and GCC. Update copyright. + +2002-09-25 Kevin Buettner + + * gdb.texinfo: Use GNU/Linux instead of Linux. + +2002-09-25 Andrew Cagney + + * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''. + +2002-09-24 Andrew Cagney + + * gdb.texinfo: Replace @example with @smallexample. + +2002-09-20 Kevin Buettner + + From Eli Zaretskii : + * gdb.texinfo (Character Sets): Use @smallexample instead of + @example. Use GNU/Linux instead of Linux. + +2002-09-20 Jim Blandy + + * gdb.texinfo: Add character set documentation. + +2002-09-19 Andrew Cagney + + * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation. + (Packets): Add cross reference from `b' packet to `z' packets. + +2002-09-19 Andrew Cagney + + * gdb.texinfo (Maintenance Commands): Document ``maint + internal-error'' and ``maint internal-warning''. + + * gdbint.texinfo (Target Architecture Definition): Revise + description of STACK_ALIGN. Add description of FRAME_ALIGN. + +2002-09-19 Joel Brobecker + + * gdbint.texinfo (Target Conditionals): Document the new + NAME_OF_MALLOC macro. + +2002-09-05 Andrew Cagney + + * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release + engineer. + +2002-09-02 Stephane Carrez + + * gdb.texinfo (TUI Overview): Document status line fields. + +2002-09-02 Stephane Carrez + + * gdb.texinfo (TUI Commands): Document info win command. + +2002-09-01 Stephane Carrez + + * gdb.texinfo (TUI Overview): Document breakpoint markers. + +2002-09-01 Stephane Carrez + + * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode. + (TUI Keys): Likewise. + +2002-08-25 Andrew Cagney + + * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-'' + for a packet receive. + +2002-08-25 Andrew Cagney + + * Makefile.in (clean): Move to end of file. + (distclean, maintainer-clean, realclean): Ditto. + (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS, + GDBINT_TEX_TMPS, STABS_TEX_TMPS. + (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi. + (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto. + +2002-08-24 Andrew Cagney + + * Makefile.in (GDBINT_TEX_TMPS): Define. + (gdbint.dvi, gdbint.pdf): Use + (GDB_TEX_TMPS): Define. + (gdb.dvi, gdb.pdf): Use. + (STABS_TEX_TMPS): Define. + (stabs.dvi, stabs.pdf): Use. + (GDB_DOC_SOURCE_INCLUDES): New macros. + (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros. + (GDBINT_DOC_FILES_INCLUDES): New macros. + (GDBINT_DOC_BUILD_INCLUDES): New macros. + (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros. + (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros. + (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros. + (links2roff): Replace SFILES_INCLUDED with + GDB_DOC_SOURCE_INCLUDES. + (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies. + (gdb.me, gdb.mm, gdb.ms): Update dependencies. + (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update + dependencies. + (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update + dependencies. + (gdbmi.texinfo): Delete rule. + (inc-hist.texinfo): Delete rule. + (rluser.texinfo): Delete rule. + +2002-08-23 Andrew Cagney + + * gdbint.texinfo (Target Architecture Definition): Update + STORE_RETURN_VALUE, mention regcache. + +2002-08-21 Andrew Cagney + + * gdbint.texinfo (Target Architecture Definition): Document + print_registers_info. Note that DO_REGISTERS_INFO is deprecated. + +2002-08-19 Andrew Cagney + + * gdb.texinfo (Remote Protocol): Reformat. Use cross references. + Fix minor typos. Add index entries. + +2002-08-18 Andrew Cagney + + * gdb.texinfo (Data): Add ``Vector Unit'' to menu. + +2002-08-15 Andrew Cagney + + * gdbint.texinfo (Target Architecture Definition): Document + PRINT_VECTOR_INFO. + * gdb.texinfo (Vector Unit): Document "info vectors" command. + +2002-08-13 Andrew Cagney + + * gdb.texinfo (Maintenance Commands): Document "maint print + registers", "maint print raw-registers" and "maint print + cooked-registers". + +2002-08-08 Grace Sainsbury + + From Mark Salter: + * gdb.texinfo (Protocol): Document T packet extension to + allow watchpoint address reporting. + +2002-08-03 Andrew Cagney + + * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var. + +2002-08-01 Andrew Cagney + + * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references + to CHILL. + +2002-08-01 Andrew Cagney + + * gdbint.texinfo (Coding): Revise section "Include Files". + +2002-07-24 Andrew Cagney + + * gdbint.texinfo: Obsolete references to m88k. + * gdb.texinfo: Ditto. + +2002-07-10 Joel Brobecker + + * gdbint.texinfo (Create a release candiate): Add the location + where the proper version of autoconf can be retrieved. + +2002-07-09 Don Howard + + * gdb.texinfo (Command Files): Further describe the behavior of + sourced command files. + +2002-06-27 Andrew Cagney + + * gdbint.texinfo (User Interface): ISO C rather than ISO-C. + (Coding): Clarify ISO C version that GDB assumes. + +2002-06-26 Tom Tromey + + * gdbint.texinfo (User Interface): Mention add_setshow_cmd and + add_setshow_cmd_full. + +2002-06-25 Don Howard + + * gdb.texinfo (Memory Region Attributes): Document new behavior + for 'mem' command. + +2002-06-11 Jim Blandy + + * gdb.texinfo (Symbols): Update documentation for `info source' + command. + + * gdb.texinfo (Macros): Call the command `info macro', not + `show macro'. + +2002-06-09 Andrew Cagney + + * gdbint.texinfo (Coding): Add section ``Per-architecture module + data''. + +2002-06-09 Mark Kettenis + + * gdbint.texinfo (Target Architecture Definition): Document + GDB_OSABI_GO32 and GDB_OSABI_NETWARE. + +2002-06-08 Andrew Cagney + + * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet + lists. + +2002-06-08 Andrew Cagney + + * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the + Branch''. + +2002-06-01 Andrew Cagney + + * gdbint.texinfo (Target Architecture Definition): Add section + ``Converting an existing Target Architecture to Multi-arch''. + 2002-05-30 Andrew Cagney * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''