Fix typo.
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
index e8100451b63cef1e9a189f84fc957d0c79684ff2..a23605918653f4a5460e18e7a322f9ef4081450e 100644 (file)
@@ -1,3 +1,168 @@
+2005-04-02  Eli Zaretskii  <eliz@gnu.org>
+
+       * gdb.texinfo (Files): Fix the name and documentation of
+       add-shared-symbol-files.  Document its alias assf.  Update the
+       list of OSs where GDB supports shared libraries.  Fix markup.
+       (Continuing and Stepping): Add reference to @var{location} in the
+       text.
+       (Dump/Restore Files): Fix reference to @{filename}.
+       (Help): Fix wording.
+       (Attach): Ditto.
+       (Set Watchpoints): Ditto.
+       (Backtrace): Remove redundant index entries.  Improve index
+       entries.
+       (Delete Breaks): Fix wording.
+       (Memory): Document the compare-sections command.
+       (Memory Region Attributes): Improve wording.
+       (Disabling): Improve wording.
+       (Fortran): New subsection.  Document the "info common" command.
+       (Help): Document aliases "info copying" and "info warranty".
+       (Caching Remote Data): New section.  Document the "set/show
+       remotecache" and "info dcache" commands.
+       (Show): Fix wording of the documentation of the "set
+       extension-language" command.
+       (Signals): Add index entry for "info handle".
+       (Memory Region Attributes): Fix punctuation.
+       (Symbols): Change the arg name to "location" and refer to it in
+       the text.  Fix wording of "info types" doc.
+       (Threads): Fix usage of @enumerate @item's.
+       (Listing Tracepoints): Add index entry for "info tp".
+       (Set Watchpoints): Add xref to "info break" description.
+       (Macros): Add an index entry for "macro exp1".  Document the
+       "macro list" command.
+       (Maintenance Commands): Document "flushregs", "maint agent",
+       "maint check-symtabs", "maint cplus", "maint demangle", "maint
+       deprecate", "maint undeprecate", "maint dump-me", "maint packet",
+       "maint print architecture", "maint print objfiles", "maint print
+       statistics", "maint print type", "maint show-debug-regs", "maint
+       space", "maint time", and "maint translate-address".
+       (Connecting): Document the "monitor" command.
+       (Annotations Overview): Describe the "set annotate" command.
+
+2005-04-01  Eli Zaretskii  <eliz@gnu.org>
+
+       * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
+       Rearrange index entries and improve wording about support for
+       hardware watchpoints.
+
+2005-03-10  Bob Rossi  <bob@brasko.net>
+
+       * gdb.texinfo: Update copyright
+
+2005-02-09  Theodore A. Roth  <troth@openavr.org>
+
+       * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
+       error.
+
+2005-02-03  Kevin Buettner  <kevinb@redhat.com>
+
+       * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
+
+2005-01-17  Michael Snyder  <msnyder@redhat.com>
+
+       * gdb.texinfo: Fix spelling, infinte  ->  infinite.
+
+2005-01-08  Mark Kettenis  <kettenis@gnu.org>
+
+       * observer.texi (GDB Observers): Document "solib_loaded".
+
+2005-01-07  Andrew Cagney  <cagney@gnu.org>
+
+       * configure.ac: Rename configure.in, require autoconf 2.59.
+       * configure: Re-generate.
+
+       * configure.in: Replace configdirs with multiple references to
+       AC_CONFIG_SUBDIRS.
+       * configure: Re-generate.
+       
+2005-01-04  Andrew Cagney  <cagney@gnu.org>
+
+       * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
+       part of the version number.
+
+2004-12-24  Mark Kettenis  <kettenis@gnu.org>
+
+       * gdbint.texinfo (Algorithms): Remove description of
+       TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
+
+2004-12-07  Jim Blandy  <jimb@redhat.com>
+
+       * gdb.texinfo (General Query Packets): Specify that thread ID's in
+       the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
+       numbers.
+
+2004-12-07  Andreas Schwab  <schwab@suse.de>
+
+       * gdb.texinfo (Mode Options): Document -l option.
+
+2004-12-04  Eli Zaretskii  <eliz@gnu.org>
+
+       * gdbint.texinfo (Algorithms): More accurate description of
+       STOPPED_BY_WATCHPOINT.  Point out that target_stopped_data_address
+       is not needed unless data-read and data-access watchpoints are
+       supported.  Add a description of how GDB checks whether the
+       inferior stopped because a watchpoint was hit.
+
+2004-11-23  Eli Zaretskii  <eliz@gnu.org>
+
+       * gdb.texinfo (Files): Add cross-reference to description of
+       -readnow command-line switch.
+
+2004-11-10  Randolph Chung  <tausq@debian.org>
+
+       * gdb.texinfo: Document set/show backtrace past-entry commands.
+       Rearrange index entries for set/show backtrace past-main.
+
+2004-11-10  Jon Beniston <jon@beniston.com>
+
+       Committed by Andrew Cagney  <cagney@gnu.org>.
+        * gdb.texinfo (Remote Serial Protocol): Further describe 
+        binary transfer escaping mechanism .
+
+2004-11-08  Randolph Chung  <tausq@debian.org>
+
+       * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
+       and "show debug infrun".  Add index entries.
+
+2004-10-23  Eli Zaretskii  <eliz@gnu.org>
+
+       * gdb.texinfo (SVR4 Process Information): Document subcommands of
+       "info proc" that are already implemented.  Add index entries.
+       (Working Directory): Add a cross-reference to "info proc" command.
+       (Files): Add a tip for decreasing memory used for symtabs from
+       shared libraries.
+       (Starting): Fix whitespace; make "elaboration" stand out where it
+       is first used, and add an index entry for the term.
+       (Calling): Expand and elaborate text.  Add "print".  Add the
+       description of problems with weak aliases.
+       (Core File Generation): New section.
+
+2004-10-12  Andrew Cagney  <cagney@gnu.org>
+
+       * gdbint.texinfo (Versions and Branches): New chapter.
+       (Releasing GDB): Delete "Versions and Branches" section.
+       (Top): Add "Versions and Branches".
+
+2004-10-08  Eli Zaretskii  <eliz@gnu.org>
+
+       * gdb.texinfo (Editing, History): Add cross-references to the
+       included Readline and History user documentation.  Remove
+       references to the symbol have-readline-appendices which is unused
+       and undefined.
+       (History): Fix indexing.
+
+2004-10-08  Jeff Johnston  <jjohnstn@redhat.com>
+
+       * gdbint.texinfo (target_stopped_data_address): Update to
+       new prototype.
+       (i386_stopped_data_address): Update prototype and description.
+       (i386_stopped_by_watchpoint): New function and description.
+
+2004-10-03  Paul N. Hilfinger  <hilfinger@gnat.com>
+
+       * gdb.texinfo (Filenames): Add Ada suffixes.
+       (Ada) New section.
+
 2004-09-27  Andrew Cagney  <cagney@gnu.org>
            Robert Picco  <Robert.Picco@hp.com>
 
This page took 0.03 seconds and 4 git commands to generate.