daily update
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
index 52ad3b8e5c0c6df72957273401f6052ccdc075f0..4693072ed6b50ddaf6dc4868237cddf074ac523c 100644 (file)
@@ -1,6 +1,311 @@
+2002-08-23  Andrew Cagney  <cagney@redhat.com>
+
+       * gdbint.texinfo (Target Architecture Definition): Update
+       STORE_RETURN_VALUE, mention regcache.
+
+2002-08-21  Andrew Cagney  <ac131313@redhat.com>
+
+       * gdbint.texinfo (Target Architecture Definition): Document
+       print_registers_info.  Note that DO_REGISTERS_INFO is deprecated.
+
+2002-08-19  Andrew Cagney  <ac131313@redhat.com>
+
+       * gdb.texinfo (Remote Protocol): Reformat.  Use cross references.
+       Fix minor typos.  Add index entries.
+
+2002-08-18  Andrew Cagney  <ac131313@redhat.com>
+
+       * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
+
+2002-08-15  Andrew Cagney  <ac131313@redhat.com>
+
+       * gdbint.texinfo (Target Architecture Definition): Document
+       PRINT_VECTOR_INFO.
+       * gdb.texinfo (Vector Unit): Document "info vectors" command.
+
+2002-08-13  Andrew Cagney  <ac131313@redhat.com>
+
+       * gdb.texinfo (Maintenance Commands): Document "maint print
+       registers", "maint print raw-registers" and "maint print
+       cooked-registers".
+
+2002-08-08  Grace Sainsbury  <graces@redhat.com>
+
+       From Mark Salter:            
+       * gdb.texinfo (Protocol): Document T packet extension to
+       allow watchpoint address reporting.
+
+2002-08-03  Andrew Cagney  <ac131313@redhat.com>
+
+       * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
+
+2002-08-01  Andrew Cagney  <cagney@redhat.com>
+
+       * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
+       to CHILL.
+
+2002-08-01  Andrew Cagney  <ac131313@redhat.com>
+
+       * gdbint.texinfo (Coding): Revise section "Include Files".
+
+2002-07-24  Andrew Cagney  <cagney@redhat.com>
+
+       * gdbint.texinfo: Obsolete references to m88k.
+       * gdb.texinfo: Ditto.
+
+2002-07-10  Joel Brobecker  <brobecker@gnat.com>
+
+       * gdbint.texinfo (Create a release candiate): Add the location
+       where the proper version of autoconf can be retrieved.
+
+2002-07-09  Don Howard  <dhoward@redhat.com>
+
+       * gdb.texinfo (Command Files): Further describe the behavior of
+       sourced command files.
+
+2002-06-27  Andrew Cagney  <ac131313@redhat.com>
+
+       * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
+       (Coding): Clarify ISO C version that GDB assumes.
+
+2002-06-26  Tom Tromey  <tromey@redhat.com>
+
+       * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
+       add_setshow_cmd_full.
+
+2002-06-25  Don Howard  <dhoward@redhat.com>
+
+       * gdb.texinfo (Memory Region Attributes): Document new behavior
+       for 'mem' command.
+
+2002-06-11  Jim Blandy  <jimb@redhat.com>
+
+       * 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  <ac131313@redhat.com>
+
+       * gdbint.texinfo (Coding): Add section ``Per-architecture module
+       data''.
+
+2002-06-09  Mark Kettenis  <kettenis@gnu.org>
+
+       * gdbint.texinfo (Target Architecture Definition): Document
+       GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
+
+2002-06-08  Andrew Cagney  <ac131313@redhat.com>
+
+       * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
+       lists.
+
+2002-06-08  Andrew Cagney  <ac131313@redhat.com>
+
+       * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
+       Branch''.
+
+2002-06-01  Andrew Cagney  <ac131313@redhat.com>
+
+       * gdbint.texinfo (Target Architecture Definition): Add section
+       ``Converting an existing Target Architecture to Multi-arch''.
+
+2002-05-30  Andrew Cagney  <ac131313@redhat.com>
+
+       * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
+       to ``Obsoleting code''.  Revise.
+
+2002-05-17  Jim Blandy  <jimb@redhat.com>
+
+       * gdb.texinfo (C Preprocessor Macros): New chapter.
+       Include it in the main menu.
+       (Contributors): Credit Jim Blandy with macro support.
+       (Compilation): Explain how to get macro information into the
+       executable.
+       (Expressions): Note that preprocessor macros are expanded.
+
+2002-05-14  Daniel Jacobowitz  <drow@mvista.com>
+
+       * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
+       options for `target remote'.
+
+2002-05-13  Andrew Cagney  <ac131313@redhat.com>
+
+       * gdbint.texinfo (Target Architecture Definition): Delete
+       documentation on NNPC_REGNUM.
+
+2002-05-11  Andrew Cagney  <ac131313@redhat.com>
+
+       * gdbint.texinfo (Target Architecture Definition): Document
+       REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
+       (Target Architecture Definition): Revise section `Using Different
+       Register and Memory Data Representations'.  Add section `Raw and
+       Virtual Register Representations'.
+
+2002-05-11  Andrew Cagney  <ac131313@redhat.com>
+
+       * gdbint.texinfo (Target Architecture Definition): Mention
+       defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
+       (Target Architecture Definition): Mention same.  Add references to
+       web pages.
+
+2002-05-08  Michael Snyder  <msnyder@redhat.com>
+
+       * stabs.texinfo (Attributes): Document new "vector" attribute.
+
+2002-05-04  Andrew Cagney  <ac131313@redhat.com>
+
+       * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
+
+2002-05-04  Andrew Cagney  <ac131313@redhat.com>
+
+       * gdb.texinfo: Delete obsolete references to a29k.
+
+2002-04-24  Andrew Cagney  <ac131313@redhat.com>
+
+       * gdbint.texinfo (Target Architecture Definition): Replace
+       IN_SIGTRAMP with PC_IN_SIGTRAMP.
+
+2002-04-24  David S. Miller  <davem@redhat.com>
+
+       * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
+
+2002-04-21  David S. Miller  <davem@redhat.com>
+
+       * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
+
+2002-04-21  Andrew Cagney  <ac131313@redhat.com>
+
+       * gdbint.texinfo (Target Architecture Definition): Delete
+       definition of HAVE_REGISTER_WINDOWS.
+
+2002-04-19  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * gdbint.texinfo (Releasing GDB, Coding): Fix typos.  Reported by
+       "Theodore A. Roth" <troth@verinet.com>.
+
+2002-04-15  Don Howard  <dhoward@redhat.com>
+
+       From Eli Zaretskii <eliz@is.elta.co.il>
+       * gdb.texinfo (show max-user-call-depth): Correct formatting.
+       Provide a better explaination of this feature. 
+
+2002-04-14  Andrew Cagney  <ac131313@redhat.com>
+
+       * gdbint.texinfo (Target Architecture Definition): Remove
+       FRAME_CHAIN_COMBINE.
+
+2002-04-12  Michael Chastain  <mec@shout.net>
+
+       * gdbint.texinfo (Obsolete Conditionals): Remove reference to
+       REG_STACK_SEGMENT.
+
+2002-04-09  Michael Chastain  <mec@shout.net>
+
+       * gdbint.texinfo (Obsolete Conditionals): Remove references to
+       PYRAMID_* macros.
+
+2002-04-07  Andrew Cagney  <ac131313@redhat.com>
+
+       * gdb.texinfo (Bug Reporting): Document that the web is the
+       prefered way of submitting bug reports.
+       (Bug Reporting): Delete the s-mail address as the last resort.
+
+2002-04-05  Andrew Cagney  <ac131313@redhat.com>
+
+       * gdbint.texinfo (Target Architecture Definition): Delete
+       references to TARGET_WRITE_FP and write_fp.
+
+2002-03-27  Michael Snyder  <msnyder@redhat.com>
+
+       * gdb.texinfo: Document new commands dump, append, and restore.
+
+2002-03-27  Andrew Cagney  <ac131313@redhat.com>
+
+       * gdbint.texinfo (Releasing GDB): Revise the section `Before the
+       Branch'.
+
+2002-03-18  Andrew Cagney  <ac131313@redhat.com>
+
+       * gdb.texinfo: Change all examples to @smallexample.
+       * gdbint.texinfo: Ditto.
+       
+2002-03-18  Andrew Cagney  <ac131313@redhat.com>
+
+       * gdbint.texinfo (Releasing GDB): Add section ``Versions and
+       Branches''.
+
+2002-03-18  Andrew Cagney  <ac131313@redhat.com>
+
+       * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
+       Policy''.
+
+2002-03-04  Fred Fish  <fnf@redhat.com>
+
+       * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
+       expresson, suports, dependant, trhe, perhaphs, situtations,
+       explictily, taged, oportunity, unfortunatly).
+
+2002-02-24  Andrew Cagney  <ac131313@redhat.com>
+
+       * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
+       Remove reference to 3.12.
+
+2002-02-23  Andrew Cagney  <ac131313@redhat.com>
+
+       * gdbint.texinfo: Include fdl.texi.
+       (Top): Add GNU Free Documentation License.
+       * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
+       (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
+       (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
+       (gdbint.info): Add srcdir to include path.
+       * gdb.texinfo: Include gpl.texi.
+       (Top): Add Copying.
+       * gpl.texi: New file.
+
+2002-02-23  Andrew Cagney  <ac131313@redhat.com>
+
+       * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
+
+2002-02-19  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * gdb.texinfo: Document Cygwin native specific commands.
+
+2002-02-15  Daniel Jacobowitz  <drow@mvista.com>
+
+       * gdb.texinfo: Document gdbserver ``--attach'' command.
+
+2002-02-07  Michael Snyder  <msnyder@redhat.com>
+
+       * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
+       to @code(_ovly_debug_event).
+
+2002-02-07  Andrew Cagney  <ac131313@redhat.com>
+
+       * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
+
+2002-02-06  Michael Snyder  <msnyder@redhat.com>
+
+       * gdb.texinfo (overlays): Mention new magic symbol
+       '_ovly_debug_event', which allows GDB to keep better track
+       of overlays.
+
+2002-02-03  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * gdb.texinfo (Memory Region Attributes): Fix the wording.
+       Suggested by Dmitry Sivachenko.
+
+       * (<many nodes>): Fix the spelling and punctuation of "i.e.".
+
+2002-02-01  Michael Snyder  <msnyder@redhat.com>
+
+       * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
+
 2002-01-30  Michael Snyder  <msnyder@redhat.com>
 
-       * gdb.texinfo (set trust-readonly-sections): Document.
+       * gdb.texinfo: (remote protocol): Gramatical fix-up.
+       (set trust-readonly-sections): Document.
 
 2002-01-29  Andrew Cagney  <ac131313@redhat.com>
 
This page took 0.026767 seconds and 4 git commands to generate.