X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fdoc%2FChangeLog;h=2ade37f67804d234463069f9410c03133c49932a;hb=0be75e027327b04542afb919c0917f78becd764a;hp=225ec5d4a9c7eef74ea1b87f2a19eb5b8615aad6;hpb=a5adf40fde5d878fc22dad7662bca9453993753b;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 225ec5d4a9..2ade37f678 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,251 @@ +2005-11-17 Kevin Buettner + + * gdb.texinfo (Remote configuration): Fix typo in description of + "set remotebreak" command. + +2005-11-16 Jim Blandy + + * gdb.texinfo (Packets, Stop Reply Packets) + (General Query Packets): Various formatting cleanups. + - Use @samp for packet contents. + - Drop summaries from packet @item lines; the same information appears + immediately below in the description. + - Delete paragraph breaks after packet @item commands, so that the + description appears directly to the right of the packet prototype + in the printed manual, if it fits. + - Place spaces in packet prototypes between @vars and non-@var + letters, and explain that they're just for formatting. + - Use @dots{} instead of '...'. + - Fix uses of @code where @var was needed. + - Replace "deprecated" markers with English text spelling out the + packet's status and the preferred alternatives. + - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear + what this ever meant. + - Remove "(draft)" markers on 'i' packets; nobody has commented on + this for a long time. + - Remove "(draft)" markers on 'z' and 'Z' packets; these have been + implemented several times, and have been in use for years. + +2005-11-15 Jim Blandy + + * gdb.texinfo (Packets): Add index entries for 'm' packet + disclaimers. + + * gdb.texinfo (Packets): Clarify lack of restrictions on behavior + of stub when processing an 'm' packet. + + * gdb.texinfo (Packets): Mention that packets beginning with + letters are reserved once, at the top, instead of actually listing + them all and saying "reserved". + +2005-11-15 Andrew Stubbs + + * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'. + Change @var{$arg0 to @code{$arg0. + +2005-11-14 Wu Zhou + + * gdb.texinfo (Fortran): Add some words about Fortran debugging. + +2005-11-12 Jim Blandy + + * gdb.texinfo (General Query Packets): Put packets in alphabetical + order. Remove extraneous 'z'. + +2005-11-07 Andrew Stubbs + + * gdb.texinfo (Choosing files): Add --eval-command. + +2005-11-04 Andrew Stubbs + + * gdb.texinfo (Choosing modes): Add --return-child-result. + + +2005-11-01 Andrew Stubbs + + * gdb.texinfo (Choosing modes): Add --batch-silent. + +2005-10-28 Eli Zaretskii + + * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under + "The -var-update Command". + +2005-10-03 Joel Brobecker + + * gdb.texinfo (Print Settings): Add documentation for set/show + print array-indexes. + +2005-09-17 Daniel Jacobowitz + + * gdb.texinfo (Contributors): Thank Andrew Cagney for releases + 6.2 and 6.3. + +2005-08-27 Eli Zaretskii + + * gdb.texinfo (File Options): Don't document --mapped, it's gone + since 19-Jan-2004. + (Files): Likewise. + (Variables, Symbols): Document the "" message and + its reasons. + +2005-08-01 Fred Fish + + * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference. + +2005-07-15 Nick Roberts + + * gdb.texinfo (GDB/MI Variable Objects): Describe print-values + option for -var-list-children and -var-update. + (GDB/MI Stack Manipulation): Simplify description of + print-values option for -stack-list-locals. + (GDB/MI Command Description Format): Clarify. + (Mode Options): Spelling of superseded. + +2005-07-12 Bob Rossi + + * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show + corresponding GDB command comment. + +2005-07-06 Bob Rossi + + * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set + and -inferior-tty-show. + (Input/Output): Document "set/show inferior-tty" and tty alias. + +2005-07-02 Nathan J. Williams + + * gdb.texinfo (Packets): Change description of 'D' packet to note + that GDB does wait for a response. + +2005-06-22 Nick Roberts + + * gdb.texinfo (History) Rename "Command History". + (Command History): Move node "Server Prefix" from section on + Annotations here. + +2005-06-19 Nick Roberts + + * gdb.texinfo (GDB/MI Stack Manipulation): + Re-instate -stack-info-frame with example. Say that it gets + info on selected frame, not current frame. + +2005-06-18 Eli Zaretskii + + * gdb.texinfo (Server): Clarify that `file' should be used before + connecting to the server. + (Files): Add an xref to the above description. + (Output Formats): More detailed description of the `c' format. + (Memory): List explicitly all the formats supported by `x'. + (Threads): Add an @cindex entry for "thread apply". + (Files): Document the possibility of loading unlinked object + files. Add more indexing for solib-absolute-prefix and + --with-sysroot. + (Machine Code): Document possible problems with locations in + shared libraries. + (Backtrace): Document that free-standing environments do not need + to have a `main' function. + +2005-06-18 Nick Roberts + + * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to + -stack-info-frame. + +2005-06-07 Andrew Cagney + + * gdb.texinfo (Contributors): Note the original multi-arch + contributors. + +2005-06-03 Eli Zaretskii + + * gdb.texinfo (Registers): Add index entries for the standard + registers. + (Frames): Add cross-reference from frame pointer description to + the Registers node. + (Annotations Overview): Fix the reference to GDB name. + +2005-06-01 Eli Zaretskii + + * gdb.texinfo (Set Watchpoints): Remove @vindex entry for + can-use-hw-watchpoints. + +2005-05-28 Bob Rossi + + * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating + the possible reasons why an exec async record would be returned to FE. + +2005-05-26 Andrew Cagney + + * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and + Andrew Cagney implemented the original GDB/MI. + +2005-05-23 Orjan Friberg + + * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi + documentation. Add documentation for cris-mode. + +2005-05-20 Eli Zaretskii + + * gdb.texinfo (Numbers): Explain the example and make the wording + more acurate. + +2005-05-17 Daniel Jacobowitz + Dennis Brueni + + * gdb.texinfo (GDB/MI Breakpoint Table Commands) + (GDB/MI Data Manipulation, GDB/MI Program Control) + (GDB/MI Stack Manipulation): Update examples to include the fullname + attribute in stack frames. + +2005-05-12 Eli Zaretskii + + * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we + do with other non-standard names of init files. + +2005-05-11 Eli Zaretskii + + * gdb.texinfo (Command Files): Move the description of the startup + from here... + (Startup): ...to this new subsection of the Invocation chapter. + Rearrange the description of init files more logically and add a + cross-reference to "Command Files". Document the special gdbinit + name for CISCO 68k. Expand the description of what GDB does + during startup. + (History): Add index entry for HISTSIZE. + +2005-05-02 Mark Kettenis + + * gdb.texinfo (Files): Remove documentation for auto-solib-limit. + +2005-05-02 Eli Zaretskii + + * gdb.texinfo (SVR4 Process Information, The isatty call) + (The system call): Don't use foo(N) notation for man pages and + functions. + (Compilation, DJGPP Native): Improve wording. + +2005-04-27 Eli Zaretskii + + * gdb.texinfo (Backtrace): Describe backtraces with arguments that + were optimized away. + +2005-04-22 Eli Zaretskii + + * gdb.texinfo (Remote configuration): Document "set/show + get-thread-local-storage-address". Add cross-reference to the + description of the qGetTLSAddr packet. + (General Query Packets): Mention "set remote + get-thread-local-storage-address" and add a reference to its + description. + +2005-04-19 Nick Roberts + + * gdb.texinfo (Backtrace): Describe 'bt full'. + +2005-04-17 Nick Roberts + + * gdb.texinfo (Mode Options): Fix typo. + (GDB/MI): Describe how to invoke GDB/MI. + 2005-04-16 Eli Zaretskii * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all @@ -5,6 +253,8 @@ (Files): Document "set/show stop-on-solib-events". (M32R/D): Document "set/show download-path", "set/show board-address", "set/show server-address", "upload", "tload". + Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma", + "use_mon_code", "use_ib_break", "use_dbt_break". (Maintenance Commands): Improve indexing. (Target Commands): Document "set/show hash", "set/show debug monitor". @@ -14,7 +264,28 @@ (Symbols, The Print Command with Objective-C): Improve indexing. (Objective-C): Add references to "info classes" and "info selectors". - (Debugging Output): Improve wording. + (Debugging Output): Improve wording. Document "set/show debug + solib-frv". Fix "set/show debugvarobj". + (Set Breaks): Add index entry for "hardware breakpoints". + (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain", + and "set/show usehardbreakpoints". + (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show + monitor-prompt", "set/show monitor-warnings", "pmon". + (ARM): Document "rdilogfile", "rdilogenable", "set/show + rdiromatzero", "set/show rdiheartbeat". + (PowerPC): Document SDS-specific commands "set/show sdstimeout", + "sds". + (Embedded Processors): Document the "sim" command. + (Remote): Document the "remote" command. + (DJGPP Native): Document the "info serial" command. + (Threads): Document "maint info sol-threads". + (Files): Document "nosharedlibrary", "add-symbol-file-from-memory". + (Set Breaks): Improve indexing. + (Command Syntax): Add a reference to dont-repeat. + (Define): Document "dont-repeat". + (TUI Commands): Document "tabset". + (WinCE): New subsection. Document "set/show remotedirectory", + "set/show remoteupload", "set/show remoteaddhost". 2005-04-15 Eli Zaretskii