gdb/
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
index 899fe8861058eb4d5c5d26ca932842ff2a05df95..135ddd99fde75a5842b790c2aabb74242a0a7743 100644 (file)
@@ -1,3 +1,360 @@
+2006-09-21  Vladimir Prus  <vladimir@codesourcery.com>
+           Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.texinfo (Memory Region Attributes): Mention target-supplied
+       memory regions and "mem auto".
+
+2006-09-21  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * gdbint.texinfo (Array Containers): New section.
+
+2006-09-17  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
+       -stack-list-arguments HIGH_FRAME argument can be larger then the
+       actual number of frames.
+
+2006-09-07  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
+        -stack-list-locals HIGH_FRAME argument can be larger then the
+        actual number of frames.
+
+2006-09-02  Bob Wilson  <bob.wilson@acm.org>
+
+       * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
+       Register Packet Format, Tracepoint Packets): Fix spelling errors.
+
+2006-09-02  Eli Zaretskii  <eliz@gnu.org>
+
+       * gdbint.texinfo (Overall Structure): New section "Source Tree
+       Structure".
+
+2006-08-17  Jim Blandy  <jimb@codesourcery.com>
+
+       * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
+       responses.
+
+2006-08-08  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.texinfo (Source Path): Add documentation for new
+       substitute-path commands.
+
+2006-08-08  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.texinfo (Installing GDB): Update menu.  Move text to...
+       (Running Configure): ...here.
+       (Requirements): New node.  Mention expat.
+
+2006-08-08  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * gdb.texinfo (Target Commands): Remove 
+       'set download-write-size' and 'show download-write-size'.
+
+2006-08-01  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * stabs.texinfo (Member Type Descriptor): Correct example for
+       pointer to member types.
+
+2006-07-21  Andrew Stubbs  <andrew.stubbs@st.com>
+
+       * gdb.texinfo (Optional warnings and messages): Add
+       'set/show trace-commands'.
+       (Command files): Add '-v' to source command.
+
+2006-07-12  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.texinfo (OS Information): Update qPart reference to
+       qXfer.
+       (Remote configuration): Likewise.
+       (Overview): Move @cindex to the start of a paragraph.  Talk
+       about binary data encoding.
+       (Packets): Refer to the overview for the details of the X
+       packet encoding.
+       (General Query Packets): Remove qPart description.  Add qXfer
+       description.  Add an anchor to qSupported.  Correct feature
+       table title.  Add a new feature for qXfer:auxv:read.
+       (Interrupts): Add a missing parenthesis.
+
+2006-07-05  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * doc/gdb.texinfo (KOD): Remove node.
+       (GDB/MI Kod Commands): Remove commented out node.
+
+2006-07-01  Eli Zaretskii  <eliz@gnu.org>
+
+       * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
+       (GDB/MI Breakpoint Commands, GDB/MI Program Context)
+       (GDB/MI Thread Commands, GDB/MI Program Execution)
+       (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
+       (GDB/MI Data Manipulation, GDB/MI Symbol Query)
+       (GDB/MI File Commands, GDB/MI Target Manipulation)
+       (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
+       since the MI prompt is hard-wired into the code.
+
+2006-07-01  Nick Roberts  <nickrob@snap.net.nz>
+
+       * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
+       (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
+       (GDB/MI Data Manipulation): Remove description of unimplemented
+       display related commands as variable objects perform this function
+       and are superior: -display-delete, -display-disable,
+       -display-enable, -display-insert and -display-list.  Move
+       -environment-cd, -environment-directory, -environment-path
+       and -environment-pwd to "Program Context".
+       (GDB/MI Program Control): Rename to "Program Execution".  Move
+       -exec-arguments -exec-abort to...
+       (GDB/MI Program Context): ...here.  New node split from "Data
+        Manipulation".
+
+2006-06-21  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.texinfo (Remote configuration): Document set / show
+       remote supported-packets.
+       (General Query Packets): Document qSupported packet.
+
+2006-06-10  Sandra Loosemore <sandra@codesourcery.com>
+
+       * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
+       and font markup.
+       (Protocol basics): Likewise.
+       (The F request packet): Likewise.
+       (The F reply packet): Likewise.
+       (Memory transfer): Move this node to be a subsubsection of
+       "Protocol specific representation of datatypes".
+       (The Ctrl-C message): More copy editing.
+       (Console I/O): Likewise.
+       (The isatty call): Delete this node, and merge its content into
+       the "isatty" node.  Fixed references elsewhere.
+       (The system call): Delete this node, and merge its content into
+       the "system" node.  Fixed references elsewhere.
+       (open): Reformat to use @table, and add appropriate font markup.
+       (close): Likewise.
+       (read): Likewise.
+       (write): Likewise.
+       (lseek): Likewise.
+       (rename): Likewise.
+       (unlink): Likewise.
+       (stat/fstat): Likewise.
+       (gettimeofday): Likewise.
+       (isatty): Likewise.
+       (system): Likewise, plus minor changes to fix confusing wording.
+       (Integral datatypes): Fix font markup.
+       (Pointer values): Likewise.
+       (struct stat): Fix markup to use @table, plus minor copy editing.
+       (struct timeval): Fix font markup, plus minor copy editing.
+       (Constants): Minor copy editing.
+       (Errno values): Add font markup.
+       (File-I/O Examples): Likewise.
+
+2006-06-10  Nick Roberts  <nickrob@snap.net.nz>
+
+       * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
+       (GDB/MI Simple Examples): Move node up one level.  Use real
+       examples.
+       (GDB/MI Compatibility with CLI): Update.
+       (GDB/MI Result Records): Add "connected" and "exit" result
+       classes.
+       (GDB/MI Stream Records): Clarify target output.
+       (GDB/MI Command Description Format): Modify example description.
+       (GDB/MI Breakpoint Table Commands): Rename to...
+       (GDB/MI Breakpoint Commands): ...this
+       (GDB/MI Breakpoint Commands): Add optional thread field.
+       (GDB/MI Program Control): Add an introduction.  Move "Program
+       termination" examples into exec-run description.
+       (GDB/MI File Commands): Mention similar CLI commands.
+       (GDB/MI Miscellaneous Commands): Move to end.  Mention "show version"
+       is similar to "-gdb-version".
+
+2006-06-09  Eli Zaretskii  <eliz@gnu.org>
+
+       * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
+
+2006-06-02  Nick Roberts  <nickrob@snap.net.nz>
+
+       * gdb.texinfo (GDB/MI Development and Front Ends): Use
+       sourceware.org for mailing lists.
+       (GDB/MI File Commands): New node split from Program Control.
+
+2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
+
+       * gdb.texinfo (GDB/MI Development and Front Ends): New node.
+
+2006-05-22  Eli Zaretskii  <eliz@gnu.org>
+
+       * gdb.texinfo (Cygwin Native): Fix last change.
+
+2006-05-22  Christopher Faylor  <cgf@timesys.com>
+
+       * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
+
+2006-05-15  Nick Roberts  <nickrob@snap.net.nz>
+
+       * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
+       (Releasing GDB, Testsuite): Remove details for including DejaGnu.
+
+2006-05-14  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.texinfo (General Query Packets): Recommend not starting
+       new packets with qC and clarify.
+
+2006-05-13  Gaius Mulley  <gaius@glam.ac.uk>
+
+       * gdb.texinfo (M2 Types): New section.
+
+2006-05-10  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * agentexpr.texi: Add a copyright and license notice.
+       * observer.texi: Likewise, with GPL clause for function prototypes.
+       Remove trailing whitespace.
+
+2006-05-05  Jim Blandy  <jimb@codesourcery.com>
+
+       * gdb.texinfo (General Query Packets): Document conventions for
+       terminating packet names, and their violations.
+
+2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
+       * gdb.texinfo: Likewise.
+
+2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
+       and "show remotedebug".
+       (Debugging Output): Add additional index entries.
+
+2006-04-27  Michael Snyder  <msnyder@redhat.com>
+
+       * gdb.texinfo (delete-fork): Command renamed to "delete fork".
+
+2006-04-22  Andrew Cagney  <cagney@redhat.com>
+
+       * gdb.texinfo (Contributors): Credit frame unwinder contributors.
+       * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
+
+2006-04-18  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
+       and remove breakpoint prototypes.
+       (Watchpoints): Move description of target_insert_hw_breakpoint and
+       target_remove_hw_breakpoint ...
+       (Breakpoints): ... to here.  Document target_insert_breakpoint and
+       target_remove_breakpoint.
+
+2006-04-17  Jim Blandy  <jimb@codesourcery.com>
+
+       * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
+       and C packets are optional.
+
+2006-04-14  Frederic Riss  <frederic.riss@st.com>
+
+       * gdb.texinfo (Specifying source directories): Update the description
+       of the source file search to reflect the fact that the source path
+       always contains at least $cdir and $cwd.
+
+2006-03-31  Michael Snyder  <msnyder@redhat.com>
+
+       * gdb.texinfo: Update copyright dates.
+
+2006-03-31  Eli Zaretskii  <eliz@gnu.org>
+
+       * gdb.texinfo (Overview): Add an index entry to "empty response".
+
+2006-03-28  Jim Blandy  <jimb@codesourcery.com>
+
+       * gdbint.texinfo (Prologue Analysis): New section.
+
+2006-03-07  Jim Blandy  <jimb@red-bean.com>
+
+       * gdb.texinfo (Connecting): Document 'target remote pipe'.
+
+       * gdb.texinfo (Target Commands): Update text describing how to
+       specify a target.  Refer to the detailed section on remote
+       debugging, not the brief mention.
+
+       * gdb.texinfo (Connecting): Organize the different 'target remote'
+       connection methods into a table.  Add a 'target remote' index
+       entry. (!!!)
+
+2006-02-17  Fred Fish  <fnf@specifix.com>
+
+       * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
+       'ptype' commands to reflect the fact that the only significant
+       difference between them is that ptype prints the complete type
+       description instead of just the name.
+
+2006-02-13  Wu Zhou  <woodzltc@cn.ibm.com>
+
+       * gdbint.texinfo (Watchpoints): Delete
+       TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
+
+2006-02-10  Nick Roberts  <nickrob@snap.net.nz>
+
+       * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
+       times fields where needed.  Fix typos.  Update general form given
+       for output of -break-insert.
+       (GDB/MI): Abbreviate some unnecessarily long fullnames.
+
+2006-02-06  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdbint.texinfo (Symbol Handling): Add a section
+       on memory management.
+
+2006-02-06  Vladimir Prus  <ghost@cs.msu.su>
+
+       * gdb.texinfo (Breakpoint table commands): Document the fullname
+       field in -break-list output.
+
+2006-02-03  Eli Zaretskii  <eliz@gnu.org>
+
+       * gdb.texinfo (Cygwin Native): Fix typos.  Clarify the types of
+       debugging information produced by the various "set debug..."
+       options.
+
+2006-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.texinfo (Files): Remove obsolete bits from the description
+       of "symbol-file".
+
+2006-01-25  Jim Blandy  <jimb@redhat.com>
+
+       * gdbint.texinfo (Testsuite): Explain how to run selected tests.
+
+2006-01-24  Jim Blandy  <jimb@redhat.com>
+
+       * gdbint.texinfo (Frames): Document the basics of GDB's register
+       unwinding model, and explain the existence of the "sentinel" frame.
+
+2006-01-23  Andrew Stubbs  <andrew.stubbs@st.com>
+
+       * gdb.texinfo (Choosing files): Mention that -directory is used
+       for script files.
+       (Specifying source directories): Likewise.
+       (Command files): Explain how script files are found.
+
+2006-01-21  Eli Zaretskii  <eliz@gnu.org>
+
+       * gdb.texinfo (Backtrace): Describe how to get backtrace of all
+       the threads in a multi-threaded program.
+       (Threads): The threadno argument of "thread apply" can be a range
+       of numbers.
+
+2006-01-18  Jim Blandy  <jimb@redhat.com>
+
+       * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
+       of warning flags.
+
+2006-01-13  Eli Zaretskii  <eliz@gnu.org>
+
+       * gdb.texinfo (Sequences): Improve menu annotations.
+       (Define): Add index entries for arguments of user-defined
+       commands.  Move the description of flow-control commands...
+       (Command Files): ...to here.  Document loop_break and
+       loop_continue.
+       (Define, Command Files): Document `end' and add index entries for
+       it.
+
 2006-01-04  Michael Snyder  <msnyder@redhat.com>
 
        * gdb.texinfo: Add documentation for linux-fork.
This page took 0.030199 seconds and 4 git commands to generate.