X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fdoc%2FChangeLog;h=2ade37f67804d234463069f9410c03133c49932a;hb=0be75e027327b04542afb919c0917f78becd764a;hp=a269dda5b239a1e1110c7a7be03b23151ead1d72;hpb=ca06016a0a91e8db80afb9fd9afdf3bc6dbdde8e;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index a269dda5b2..2ade37f678 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,93 @@ +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.