X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fdoc%2FChangeLog;h=16a60f35a00b70a5d28ccdd5b414c43399adef89;hb=0c6e92a52c60347a3e5689150d25b1cb87eeb258;hp=ecab7380622a174d24a7c5e313b5f12c784c422a;hpb=41ef2965ab38c28fb46dfc21695d6ed676a6b911;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index ecab738062..16a60f35a0 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,278 @@ +2014-06-03 Siva Chandra Reddy + + * python.texi (Xmethods In Python, XMethod API) + (Writing an Xmethod): New nodes. + (Python API): New menu entries "Xmethods In Python", + "Xmethod API", "Writing an Xmethod". + +2014-06-02 Doug Evans + + * guile.texi (Guile API): Add entry for Parameters In Guile. + (GDB Scheme Data Types): Mention object. + (Parameters In Guile): New node. + +2014-06-02 Doug Evans + + * guile.texi (Guile API): Add entry for Commands In Guile. + (Basic Guile) : Add reference. + (Basic Guile) argv>: Move definition to Commands In Guile. + (GDB Scheme Data Types): Mention object. + (Commands In Guile): New node. + +2014-06-02 Doug Evans + + * guile.texi (Guile API): Add entry for Progspaces In Guile. + (GDB Scheme Data Types): Mention object. + (Progspaces In Guile): New node. + +2014-05-30 Andrew Burgess + + * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR. + * python.texi (Frames In Python): Mention + gdb.FRAME_UNWIND_MEMORY_ERROR. + +2014-05-29 Pedro Alves + Tom Tromey + + * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1" + from example. + (Asynchronous and non-stop modes): Document '-gdb-set mi-async'. + Mention that target-async is now deprecated. + (Maintenance Commands): Document maint set/show target-async. + +2014-05-29 Pedro Alves + + * observer.texi (sync_execution_done, command_error): New + subjects. + +2014-05-29 Pedro Alves + + PR gdb/13860 + * observer.texi (signal_received, end_stepping_range) + (signal_exited, exited, no_history): New observer subjects. + +2014-05-26 Andy Wingo + + * guile.texi (GDB Scheme Data Types): Remove documentation for + removed interfaces. Update spelling of gdb-object-kind. + +2014-05-26 Andy Wingo + + * guile.texi (Basic Guile): Fix some typos. + +2014-05-26 Andy Wingo + + * guile.texi (Writing a Guile Pretty-Printer) + (Guile Types Module): Fix excess parentheses in use-modules forms. + +2014-05-24 Eli Zaretskii + + * guile.texi (Types In Guile, Basic Guile, Frames In Guile) + (Breakpoints In Guile, Guile Printing Module) + (Guile Exception Handling, Values From Inferior In Guile) + (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile): + Don't use @var at the beginning of a sentence. + + * gdb.texinfo (Frame Filter Management, Trace Files) + (C Operators, Ada Tasks, Calling, Bootstrapping, ARM) + (PowerPC Embedded, Define, Annotations for Running) + (IPA Protocol Commands, Packets, General Query Packets) + (Tracepoint Packets, Notification Packets, Environment) + (Inferiors and Programs, Set Breaks, Set Catchpoints) + (Continuing and Stepping, Signals, Thread-Specific Breakpoints) + (Frames, Backtrace, Selection, Expressions, Registers) + (Trace State Variables, Built-In Func/Proc, Signaling, Files) + (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation) + (Source Annotations, Using JIT Debug Info Readers, Packets) + (Stop Reply Packets, Host I/O Packets) + (Target Description Format): Don't use @var at the beginning of a + sentence. + + * python.texi (Basic Python, Types In Python) + (Commands In Python, Frames In Python, Line Tables In Python) + (Breakpoints In Python, gdb.printing, gdb.types) + (Type Printing API): Don't use @var at the beginning of a + sentence. + +2014-05-23 Markus Metzger + + * gdb.texinfo (Process Record and Replay): Document "set/show btrace + replay-memory-access". + +2014-05-21 Pedro Alves + + * gdb.texinfo (Starting): Document "set/show + auto-connect-native-target". + (Target Commands): Document "target native". + +2014-05-20 Pedro Alves + + * gdb.texinfo (Memory) : Generalize comments to + not be remote specific. Add cross reference to the qCRC packet. + (Separate Debug Files): Update cross reference to the qCRC packet. + (General Query Packets) : Add anchor. + +2014-05-17 Doug Evans + + Copy over changes from guile.texi. + * python.texi (Basic Python) : Add text. + (Basic Python) : Remove "main" from "main GDB thread". + (Values From Inferior) : Add text. + (Values From Inferior) : Clarify string length handling. + (Pretty Printing API): Add cindex. + (Types In Python) : Use vtable instead of table. + Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with + @vindex. + (Commands In Python) : Similarly. + (Symbols In Python) : Similarly. + (Breakpoints In Python) : Similarly. + (Breakpoints In Python) : Similarly. + +2014-05-17 David Taylor + + * gdb.texinfo (General Query Packets): Add a note about thread IDs + mentioned in the qfThreadInfo reply. + +2014-05-16 Doug Evans + + * gdb.texinfo (Mode Options): Add -D. + +2014-05-09 Samuel Bronson + + * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of + "make -C". + +2014-04-29 Tom Tromey + + * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and + "show debug varobj". + +2014-05-01 David Taylor + + * gdb.texinfo (compare-sections): Document the new -r (read-only) + option. + +2014-04-24 Michael Sturm + Walfred Tedeschi + + * gdb.texinfo (i386 Features): Add description of AVX512 + registers. + +2014-03-31 Doug Evans + + * gdb.texinfo (Symbols): Document set/show print symbol-loading. + +2014-03-30 Doug Evans + + * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace. + (Background Execution): Ditto. + +2014-03-21 Pedro Alves + Stan Shebs + Hui Zhu + + * gdb.texinfo (Packets): Add anchor to "? packet". + Remove fixme and update introduction of "k packet". + Add anchor to "vKill packet". + +2014-03-12 Stan Shebs + + * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h. + +2014-02-26 Ludovic Courtès + + * guile.texi (Basic Guile): Document 'history-append!'. + +2014-02-20 Joel Brobecker + + * gdb.texinfo (Files): Document "add-shared-symbol-files" + and "assf" as being deprecated. + (Cygwin Native): Likewise for "dll-symbols". + (Non-debug DLL Symbols): Remove reference to "dll-symbols" + as a way to force the loading of symbols from a DLL. + +2014-02-19 Siva Chandra Reddy + + * python.texi (Values From Inferior): Add description about the + new feature. + +2014-02-17 Doug Evans + + * Makefile.in (GDB_DOC_FILES): Add python.texi. + * gdb.texinfo (Python): Moved to ... + * python.texi: ... here. New file. + +2014-02-17 Ludovic Courtès + + * guile.texi (Writing a Guile Pretty-Printer) : + Remove 'string-begins-with' procedure. Add 'pretty-printer' + parameter to 'str-lookup-function' procedure. Look for + the "std::string<" prefix. + (Frames In Guile): Add 'frame' parameter to 'frame-read-var'. + Adjust description. + +2014-02-11 Tejas Belagod + + * guile.texi (Values From Inferior In Guile): Remove stray + parantheses for deffn. + (Disassembly In Guile): Ditto. + +2014-02-10 Stan Shebs + + Add Doxygen support. + * Makefile.in (doxy): New action, generates Doxygen files. + (DOXYGEN): New. + (doxyedit): New. + * Doxyfile-base.in: New file. + * Doxyfile-gdb-api.in: New file. + * Doxyfile-gdb-xref.in: New file. + * Doxyfile-gdbserver.in: New file. + * doxy-index.in: New file. + * filter-for-doxygen: New file. + * filter-params.pl: New file. + +2014-02-10 Doug Evans + + * Makefile.in (GDB_DOC_FILES): Add guile.texi. + * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts. + (Extending GDB): New menu entries Guile, Multiple Extension Languages. + (Guile docs): Include guile.texi. + (objfile-gdbdotext file): Add objfile-gdb.scm. + (dotdebug_gdb_scripts section): Mention Guile scripts. + (Multiple Extension Languages): New node. + * guile.texi: New file. + +2014-01-28 Joel Brobecker + + * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show + ignore-descriptive-types". commands. + +2014-01-22 Doug Evans + + * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp. + (gdbserver man): Ditto. + +2014-01-16 Markus Metzger + + * gdb.texinfo: Document limited reverse/replay support + for target record-btrace. + +2014-01-16 Markus Metzger + + * gdb.texinfo (Process Record and Replay): Update documentation. + +2014-01-16 Markus Metzger + + * gdb.texinfo (Process Record and Replay): Document new /c + modifier accepted by "record function-call-history". + Add /i modifier to "record function-call-history" example. + +2014-01-15 Yuanhui Zhang + Joel Brobecker + + * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl" + markers. Remove one that was misplaced. + 2014-01-10 Pedro Alves * gdb.texinfo (Your Program's Environment) :