X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fdoc%2FChangeLog;h=ab2c94981bce351e76195776ea74027969a476cc;hb=9d2897ad53ac9e70b9ed84193e912f2c158d5198;hp=a544bc1f8fe8c277c3f1a3ad90e9e9855d1180f7;hpb=58d6951de562a3ef2214927006541fc16f0e5bd0;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index a544bc1f8f..ab2c94981b 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,287 @@ +2010-01-01 Joel Brobecker + + * agentexpr.texi: Add 2010 to the list of copyright years. + * annotate.texinfo: Likewise. + * gdb.texinfo: Likewise. + * gdbint.texinfo: Likewise. + * observer.texi: Likewise. + * stabs.texinfo: Likewise. + +2009-12-31 Stan Shebs + + * gdb.texinfo (Tracepoint Actions): Describe teval. + +2009-12-29 Stan Shebs + + * gdb.texinfo (Tracepoint Actions): Describe default-collect. + +2009-12-28 Stan Shebs + + * gdb.texinfo (Trace State Variables): New section. + (Tracepoint Packets): Describe trace state variable packets. + * agentexpr.texi (Bytecode Descriptions): Describe trace state + variable bytecodes. + +2009-12-28 Daniel Jacobowitz + + * gdb.texinfo (Symbols): "info variables" prints definitions, not + declarations. + +2009-12-21 Vladimir Prus + + * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that + -gdb-exit behaviour. + +2009-12-20 Joel Brobecker + + * gpl.texi: Update to version 3 of the GPL. + +2009-12-20 Joel Brobecker + + * Makefile.in: Update copyright header. + * observer.texi: Fix the copyright header of the generated files. + +2009-12-08 Phil Muldoon + + * gdb.texinfo (Types In Python): Describe range function. + +2009-12-03 Richard Ward + + * gdb.texinfo (Types In Python): Describe "is_base_class". + +2009-12-03 Tom Tromey + + * gdb.texinfo (Basic Python): Document gdb.parse_and_eval. + +2009-12-02 Paul Pluzhnikov + + * observer.texi: New memory_changed observer. + +2009-12-01 Tom Tromey + + * gdb.texinfo (Reverse Execution): Fix typo. + +2009-11-24 Daniel Jacobowitz + + PR gdb/8704 + + * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers + are allowed after the breakpoint condition. + +2009-11-23 Tom Tromey + + PR python/10782: + * gdb.texinfo (Types In Python): Document Type.pointer. + +2009-11-23 Paul Pluzhnikov + + * gdb.texinfo (Machine Code): Adjust. + +2009-11-11 Pedro Alves + + * agentexpr.texi (Tracing On Symmetrix): Delete section. + (Using Agent Expressions): Delete cross reference. + +2009-11-07 Joel Brobecker + + * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage + and @settitle directives up to help makeinfo find them. + +2009-11-02 Jan Kratochvil + + * gdb.texinfo (set debug-file-directory, show debug-file-directory) + (Auto-loading): Use plural and note one can use multiple components now. + +2009-11-01 Vladimir Prus + + * gdb.texinfo (GDB/MI Stack Manipulation): Make + -stack-list-arguments have the same documentation for parameter + as -stack-list-locals. Add comas. + +2009-10-27 Tom Tromey + Eli Zaretskii + + PR python/10781 + + * gdb.texinfo (Values From Inferior): Document cast method. + +2009-10-22 Paul Pluzhnikov + + * gdb.texinfo (Machine Code): Mention function name in disasssembly + and adjust example. + +2009-10-22 Michael Snyder + + * gdb.texinfo (Process Record and Replay): Document new form of + info record command. Also document the new save and restore + commands. + +2009-10-21 Paul Pluzhnikov + + * gdb.texinfo (Machine Code): Mention current pc marker. + (Memory): Likewise. + +2009-10-19 Pedro Alves + Stan Shebs + + * observer.texi (new_inferior): Rename to... + (inferior_appeared): ... this. + + * gdb.texinfo (Inferiors): Rename node to ... + (Inferiors and Programs): ... this. Mention running multiple + programs in the same debug session. + : Mention the new 'Executable' column if "info + inferiors". Update examples. Document the "add-inferior", + "clone-inferior", "remove-inferior" and "maint info + program-spaces" commands. + (Process): Rename node to... + (Forks): ... this. Document "set|show follow-exec-mode". + +2009-10-11 Michael Snyder + + * gdb.texinfo (ReverseStep): Show default as "unsupported". + (ReverseContinue): Ditto. + +2009-10-08 Paul Pluzhnikov + + * gdb.texinfo (Server): Document libthread-db-search-path. + +2009-10-08 Jan Kratochvil + + * gdbint.texinfo (i386_stopped_by_hwbp): Remove. + +2009-10-06 Michael Eager + + * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze. + (Embedded Processors): Add MicroBlaze. + (MicroBlaze): New. Describe Xilinx MicroBlaze + +2009-10-04 Pedro Alves + + * gdb.texinfo (Remote Protocol): Don't mention vCont;T. + +2009-09-26 Pierre Muller + + * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK. + +2009-09-23 Joel Brobecker + + * observer.texi (solib_unloaded): Document explicitly the fact that + this observer is called before the associated symbols are unloaded. + +2009-09-19 Vladimir Prus + + * gdb.texinfo (GDB/MI Stack Manipulation): Document + -stack-list-variables. + +2009-09-18 Tom Tromey + + * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing + is experimental. + +2009-09-17 Paul Pluzhnikov + + * gdb.texinfo (convenince variables): Mention + $_siginfo could be empty. + +2009-09-15 Tom Tromey + + * gdb.texinfo (GDB/MI Variable Objects): Document + -enable-pretty-printing, -var-set-update-range, dynamic varobjs. + Expand -var-update documentation. + +2009-09-14 Sergio Durigan Junior + + * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall + feature. + +2009-09-13 Daniel Jacobowitz + + * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id. + +2009-09-10 Michael Snyder + + * gdb.texinfo (qSupported): Mention new ReverseContinue and + ReverseStep replies to the qSupported query. + +2009-09-10 Joel Brobecker + + Add documentation for set/show interactive-mode. + * gdb.texinfo (Other Misc Settings): New node. + +2009-09-01 Doug Evans + + * gdb.texinfo (Caching Data of Remote Targets): Add note on + non-stop mode's affect on remote caching. + +2009-08-31 Jacob Potter + Doug Evans + + * gdb.texinfo (Caching Data of Remote Targets): Update text. + Mark `set/show remotecache' options as obsolete. + Document new `set/show stack-cache' option. + Update text for `info dcache'. + +2009-08-27 Doug Evans + + * gdb.texinfo (Symbols): Delete `set print symbol-loading'. + (Files): Add note on new optional regex arg to `info sharedlibrary'. + +2009-08-26 Ralf Wildenhues + + * gdbint.texinfo (Releasing GDB): Fix confusing sentence + about autoconf. + +2009-08-25 Pedro Alves + + * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors" + small example, and describe its columns. Replace "inferior-id" by + "infno" throughout. + +2009-08-22 Ralf Wildenhues + + * gdbint.texinfo (Releasing GDB): Point to + README-maintainer-mode file for required autoconf version. + * configure.ac: Do not substitute datarootdir, htmldir, + pdfdir, docdir. Do not process --with-datarootdir, + --with-htmldir, --with-pdfdir, --with-docdir. + * configure: Regenerate. + + * configure: Regenerate. + +2009-08-20 Reid Kleckner + + * gdb.texinfo: Add chapter on JIT interface. + +2009-08-07 Nick Roberts + + * gdb.texinfo (Server Prefix): Explain that server prefix suppresses + confirmation request. + +2009-08-05 Jeremy Bennett + + * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified + CRC definitions. + +2009-08-03 Vladimir Prus + + * gdb.texinfo (GDB/MI Breakpoint Commands): Document + -break-commands. + +2009-07-31 Ulrich Weigand + + * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the + "set spu auto-flush-cache" and "show spu auto-flush-cache" commands. + +2009-07-31 Ulrich Weigand + + * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the + "set spu stop-on-load" and "show spu stop-on-load" commands. + +2009-07-31 Ulrich Weigand + + * gdb.texinfo (Target Descriptions): Document element. + 2009-07-28 Daniel Jacobowitz * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and