X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fdoc%2FChangeLog;h=5378fdb4675174e64e2a7e127509fd92e275f122;hb=781b42b0ba532fe1d16fddce1301180dfd184788;hp=123f34e865e42a84f63e60a9c5eb72a666b2e9b9;hpb=75c99385347dccd47be824629ed4dda494bfc037;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 123f34e865..5378fdb467 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,61 @@ +2008-07-21 Tom Tromey + + * observer.texi (GDB Observers): Remove obsolete comment. + : Remove argument. + +2008-07-18 Tom Tromey + + * gdb.texinfo (Macros): Update. Use @code rather than @command. + +2008-07-10 Doug Evans + + * doc/gdb.texinfo: Document "set print symbol-loading on|off". + +2008-07-10 Jan Kratochvil + + * gdb.texinfo (Starting): Document "set disable-randomization". + +2008-07-07 Andreas Schwab + + * gdb.texinfo (GDB/MI Target Manipulation): Fix last change. + +2008-07-06 Vladimir Prus + + * gdb.texinfo (GDB/MI Target Manipulation): Add + example of -target-attach. + +2008-06-10 Vladimir Prus + + * observer.texi (target_resumed): New observer. + * gdb.texinfo (GDB/MI Output Records): Document *running. + +2008-06-06 Tom Tromey + + * gdb.texinfo (Completion): Add field name example. + +2008-06-06 Marc Khouzam + + * gdb.texinfo (GDB/MI Program Context): Added example + to -exec-arguments + +2008-06-05 Nick Roberts + + * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed + annotation. + +2008-06-05 Vladimir Prus + Nathan Sidwell + Joseph Myers + + * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION + and ACX_BUGURL. + * configure: Regenerate. + * Makefile.in (PKGVERSION, BUGURL_TEXI): Define. + (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT. + * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove + mailing-list-specific text about bug reporting unless + BUGURL_DEFAULT. + 2008-06-05 Pedro Alves * gdb.texinfo (-target-select): Remove reference to target async. @@ -7,7 +65,7 @@ * gdb.texinfo (GDB/MI File Transfer Commands): Typo in -target-file-get section. - + 2008-05-22 Pedro Alves * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub @@ -37,8 +95,8 @@ 2008-05-05 Vladimir Prus - * gdb.texinfo (Maintenance Commands): Clarify that "maint time" - will not report the time of commands that run the target. + * gdb.texinfo (Maintenance Commands): Clarify that "maint time" + will not report the time of commands that run the target. 2008-05-03 Vladimir Prus @@ -85,8 +143,8 @@ 2008-04-24 Vladimir Prus - * gdb.texinfo (GDB/MI Output Syntax): Clarify that async - output does not necessary include any tokens. + * gdb.texinfo (GDB/MI Output Syntax): Clarify that async + output does not necessary include any tokens. 2008-04-22 Corinna Vinschen @@ -117,7 +175,7 @@ 2008-04-09 Marc Khouzam - * gdb.texinfo (GDB/MI Variable Objects): Add anchor to + * gdb.texinfo (GDB/MI Variable Objects): Add anchor to -var-set-format. Add -f option to -var-evaluate-expression. 2008-04-03 Joel Brobecker @@ -320,7 +378,7 @@ * gdb.texinfo (Host I/O Packets): Fix xref syntax. 2007-12-14 Vladimir Prus - + * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -f option for -break-insert, remove -r option, and clarify specification of location. @@ -354,7 +412,7 @@ * gdbint.texinfo (Native Conditionals): Remove mention of CLEAR_SOLIB. - + 2007-11-11 Joel Brobecker * gdb.texinfo (Print Settings): Add documentation for "set/show @@ -447,12 +505,12 @@ * gdb.texinfo (Setting Breakpoints): Revise documentation for pending breakpoints. Document breakpoints with multiple locations. - + 2007-09-19 Vladimir Prus * gdb.texinfo (Miscellaneous gdb/mi Commands): Document -list-features. - + 2007-09-15 Eli Zaretskii * gdb.texinfo (Output): Spell out which features of C's printf are @@ -502,7 +560,7 @@ * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish. (title page): Include the dedication in the printed manual, as a separate page after the copyright notice. - + * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html: don't break a @var across a line. @@ -514,8 +572,8 @@ 2007-07-12 Nick Roberts * gdb.texinfo (Server Prefix): New node. Adapt from existing node - in annotate.texinfo. - (Command History): Link to new node. + in annotate.texinfo. + (Command History): Link to new node. 2007-07-05 Markus Deuling @@ -658,13 +716,13 @@ stack-arg-size. 2007-05-14 Bob Wilson - + * all-cfg.texi (GDBTUI): New. * gdb.texinfo (Mode Options): Use GDBTUI variable. (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands) (TUI Configuration): Edit to improve clarity and fix problems of both style and content. - + 2007-05-11 Ulrich Weigand * observer.texi (GDB Observers): New observer "new_objfile". @@ -677,7 +735,7 @@ * gdb.texinfo (GDB/MI Variable Objects): Document frozen variables objects. - + 2007-04-13 Daniel Jacobowitz * gdb.texinfo (Memory): Reference Remote Debugging chapter. @@ -691,16 +749,16 @@ 2007-04-11 Bob Wilson - * gdb.texinfo (Contributors, Continuing and Stepping) - (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options) - (General Query Packets, File-I/O Remote Protocol Extension) - (Protocol Basics, The F Reply Packet, Write) - (Protocol-specific Representation of Datatypes, Memory Transfer): - Fix hyphenation, punctuation and grammar problems. - (Cygwin Native): Likewise. Also fix misuse of @pxref and use - 'section' instead of 'subsection' in the text. - (Non-debug DLL Symbols): Avoid 'subsubsection' in the text. - (i386): Remove period from section name. + * gdb.texinfo (Contributors, Continuing and Stepping) + (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options) + (General Query Packets, File-I/O Remote Protocol Extension) + (Protocol Basics, The F Reply Packet, Write) + (Protocol-specific Representation of Datatypes, Memory Transfer): + Fix hyphenation, punctuation and grammar problems. + (Cygwin Native): Likewise. Also fix misuse of @pxref and use + 'section' instead of 'subsection' in the text. + (Non-debug DLL Symbols): Avoid 'subsubsection' in the text. + (i386): Remove period from section name. (Installing GDB, Requirements, Running Configure, Separate Objdir) (Config Names, Configure Options): Use @file{configure}. @@ -714,13 +772,13 @@ * gdbint.texinfo (SOM): Correct location of the SOM reader. 2007-04-02 Bob Wilson - + * gdb.texinfo: Consistently capitalize all significant words in node names, chapter titles, section titles, and headings. Update cross references to match. (Starting and Stopping Trace Experiment): Make node name plural. (Breakpoint related warnings): Hyphenate "Breakpoint-related". - + 2007-03-30 Pedro Alves * gdb.texinfo (WinCE): Delete obsolete subsection. @@ -759,25 +817,25 @@ * refcard.tex: Specify paper size for PDF output. 2007-03-26 Bob Wilson - + * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines. - + 2007-03-26 Bob Wilson - + * gdb.texinfo (Invoking GDB): Use @value{GDBP}. (Source Path, Character Sets, Macros, Define) (GDB/MI Result Records, GDB/MI Simple Examples) (GDB/MI Program Execution, GDB/MI File Commands) (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}. (Bug Reporting): Use @value{GCC}. - + 2007-03-26 Bob Wilson - + * gdb.texinfo (Help): Fix formatting of examples. (Variables): Use @ifnotinfo instead of @iftex. (Non-debug DLL symbols): Use @ref instead of @pxref. (Sparclet File): Use @samp instead of quotes. - + 2007-03-26 Bob Wilson * gdb.texinfo (Variables, C): Update cross reference to GCC docs. @@ -788,7 +846,7 @@ the order of the nodes. (C Operators, C Constants, Debugging C): Remove extra menus. (Method Names in Commands): Do not specify next/prev/up nodes. - + 2007-03-26 Bob Wilson * gdb.texinfo (File Options): Add missing parenthesis. @@ -842,7 +900,7 @@ 2007-02-02 Markus Deuling (tiny change) - * gdbint.texinfo (Operation System ABI Variant Handling): Update + * gdbint.texinfo (Operation System ABI Variant Handling): Update descriptions for new/deleted elements in gdb_osabi. Add missing description for function generic_elf_osabi_sniff_abi_tag_sections. @@ -921,10 +979,10 @@ of -var-delete. 2006-11-22 Vladimir Prus - + * gdb.texinfo (Setting breakpoints): Document - automatic software/hardware breakpoint usage and - the "set breakpoint auto-hw" command. + automatic software/hardware breakpoint usage and + the "set breakpoint auto-hw" command. 2006-11-21 Vladimir Prus @@ -1041,8 +1099,8 @@ 2006-09-07 Vladimir Prus * gdb.texinfo (GDB/MI Stack Manipulation): Mention that - -stack-list-locals HIGH_FRAME argument can be larger then the - actual number of frames. + -stack-list-locals HIGH_FRAME argument can be larger then the + actual number of frames. 2006-09-02 Bob Wilson @@ -1072,7 +1130,7 @@ 2006-08-08 Vladimir Prus - * gdb.texinfo (Target Commands): Remove + * gdb.texinfo (Target Commands): Remove 'set download-write-size' and 'show download-write-size'. 2006-08-01 Daniel Jacobowitz @@ -1382,7 +1440,7 @@ 2006-01-04 Michael Snyder * gdb.texinfo: Add documentation for linux-fork. - * gdbint.texinfo: Add internal documentation for checkpoints. + * gdbint.texinfo: Add internal documentation for checkpoints. 2006-01-02 Paul N. Hilfinger @@ -1405,15 +1463,15 @@ 2005-12-23 Eli Zaretskii - * stabs.texinfo: - * refcard.tex: + * stabs.texinfo: + * refcard.tex: * gpl.texi: - * gdbint.texinfo: - * gdb.texinfo: - * gdb-cfg.texi: + * gdbint.texinfo: + * gdb.texinfo: + * gdb-cfg.texi: * fdl.texi: - * annotate.texinfo: - * all-cfg.texi: + * annotate.texinfo: + * all-cfg.texi: * Makefile.in: Add (C) after Copyright. Update the FSF address. @@ -1443,7 +1501,7 @@ (General Query Packets): Add entries for the tracepoint packets, referring to the "Tracepoint Packets" node. (Tracepoints): Add reference to "Tracepoint Packets". - + 2005-11-18 Kevin Buettner * gdb.texinfo (set remotebreak): Add anchor. @@ -1492,7 +1550,7 @@ * 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. @@ -1904,7 +1962,7 @@ * configure.in: Replace configdirs with multiple references to AC_CONFIG_SUBDIRS. * configure: Re-generate. - + 2005-01-04 Andrew Cagney * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD) @@ -1946,8 +2004,8 @@ 2004-11-10 Jon Beniston Committed by Andrew Cagney . - * gdb.texinfo (Remote Serial Protocol): Further describe - binary transfer escaping mechanism . + * gdb.texinfo (Remote Serial Protocol): Further describe + binary transfer escaping mechanism . 2004-11-08 Randolph Chung @@ -2026,8 +2084,8 @@ 2004-09-11 Paul Hilfinger - * gdbint.texinfo (User Interface): Change local_hex_string_custom - to hex_string_custom (not historically correct, but more + * gdbint.texinfo (User Interface): Change local_hex_string_custom + to hex_string_custom (not historically correct, but more understandable, given the current code). 2004-09-03 Andrew Cagney @@ -2153,7 +2211,7 @@ 2004-06-06 Randolph Chung - * gdb.texinfo (push_dummy_call): Update argument list to match + * gdb.texinfo (push_dummy_call): Update argument list to match the new push_dummy_call method signature. Describe the function argument. @@ -2380,7 +2438,7 @@ (Coding): Add -Wunused-label to list of -Werror warnings. 2004-01-08 Jason Molenda - Eli Zaretskii + Eli Zaretskii * gdb.texinfo: Update copyright. (Objective-C): "methodName" typeo fixed. Add @code/@var markup @@ -2440,7 +2498,7 @@ 2003-10-15 Kevin Buettner From Anthony Green : - * gdb.texinfo (Breakpoints related warnings): Insert into menu. + * gdb.texinfo (Breakpoints related warnings): Insert into menu. 2003-10-14 Kevin Buettner @@ -2629,7 +2687,7 @@ 2003-06-18 Daniel Jacobowitz - * gdb.texinfo (Remote Debugging): New section "Connecting to a + * gdb.texinfo (Remote Debugging): New section "Connecting to a remote target". Document the "detach" and "disconnect" commands. (Server, Netware, Debug Session): Reference "Connecting to a remote target". @@ -3055,7 +3113,7 @@ 2002-11-26 Elena Zannoni - Fix PR gdb/723 and PR gdb/245. + Fix PR gdb/723 and PR gdb/245. * Makefile.in (install-info): Run the install-info command as part of the post install steps only. (uninstall-info): New target. @@ -3721,7 +3779,7 @@ Tue Jan 22 11:57:38 2002 Andrew Cagney 2001-11-30 Jim Blandy * gdb.texinfo (Overlays): New chapter, documenting GDB's - overlay support. Add to top-level menu. + overlay support. Add to top-level menu. 2001-11-26 Tom Tromey @@ -4071,13 +4129,13 @@ Mon Nov 20 21:29:35 2000 Andrew Cagney 2000-07-05 Eli Zaretskii * refcard.tex: Remove \centerline from the blurb. Patch from - Brian Youmans. + Brian Youmans. 2000-06-25 Eli Zaretskii * Makefile.in (install-info): Support installation from outside of - the source directory. Reported by Mark Harig - . + the source directory. Reported by Mark Harig + . 2000-06-20 J.T. Conklin @@ -4095,7 +4153,7 @@ Fri May 26 15:55:33 2000 Andrew Cagney 2000-05-24 Eli Zaretskii * gdb.texinfo: Remove duplicate @syncodeindex. From Brian - Youmans. + Youmans. Wed May 24 21:27:58 2000 Andrew Cagney @@ -4244,8 +4302,8 @@ Tue Mar 28 16:06:22 2000 Andrew Cagney 2000-03-27 Daniel Berlin - * gdb.texinfo (Debugging Output): Added new section, documenting - the "set/show debug" commands. + * gdb.texinfo (Debugging Output): Added new section, documenting + the "set/show debug" commands. Fri Mar 24 18:06:34 2000 Andrew Cagney @@ -4266,7 +4324,7 @@ Fri Mar 24 17:56:48 2000 Andrew Cagney 2000-03-23 Fernando Nasser From David Whedon - * gdbint.texinfo : Added paragraphs about command deprecation. + * gdbint.texinfo : Added paragraphs about command deprecation. 2000-03-22 Daniel Berlin @@ -4719,7 +4777,7 @@ Mon Apr 13 14:05:00 1998 Fred Fish Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com) - * LRS: Reformat a bit to keep text under 80 columns. + * LRS: Reformat a bit to keep text under 80 columns. Thu Apr 2 16:10:36 1998 Stan Shebs