X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fdoc%2FChangeLog;h=a35712223a3076d2f2bb6b66aced301541f20fb8;hb=6fb526eee4244d591705cf90016390f12949bcc2;hp=207b8459622010eee76a4ad97f22c6789dd93f18;hpb=b26dfc9ab352692e0bb8b005b9ca58eb1bc8c026;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 207b845962..a35712223a 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,209 @@ +2014-02-11 Tejas Belagod + + * docs/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) : + Mention the shell, and point at 'set exec-wrapper'. + +2014-01-07 Joel Brobecker + + * gdb.texinfo (Types In Python): Document new attribute Types.name. + +2013-12-30 Joel Brobecker + + * gdb.texinfo (Types In Python): Clarify the documentation + of attribute gdb.Field.bitpos. + +2013-12-28 Joel Brobecker + + * gdb.texinfo (Types In Python): Fix the documentation of + attribute "bitpos" in class gdb.Field for enum types. Add + documentation for attribute "enumval" in that same class. + +2013-12-28 Joel Brobecker + + * gdb.texinfo (GDB/MI Support Commands): Change @table into + @ftable. + +2013-12-23 Doug Evans + + * gdb.texinfo (Auto-loading): Move menu up. Move discussion of + auto-loaded objfile scripts and .debug_gdb_scripts section to their + corresponding section in Extending GDB. + (Extending GDB): Move menu up. New menu item "Auto-loading + extensions". + (Sequences): New menu item "Auto-loading sequences". + (Auto-loading sequences): New node. + (Python): Rename section from Scripting GDB to Extending GDB. + (Python Auto-loading): Update xref, refer to "Auto-loading extensions". + Move docs on ways to auto-load extensions to ... + (Auto-loading extensions): ... here. New node. + +2013-12-23 Joel Brobecker + + * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry + in menu. + (GDB/MI Variable Objects): Adjust reference to "-list-features" + command, now in a new node. + (GDB/MI Support Commands): New node, with its contents being + extracted from the "GDB/MI Miscellaneous Commands" node. + A small paragraph introducing the section is also added at + the start. + (GDB/MI Miscellaneous Commands): Delete the description of the + -info-gdb-mi-command, -list-features and -list-target-features + commands, now hosted in the "GDB/MI Support Commands" node. + +2013-12-12 Siva Chandra Reddy + + PR python/16113 + * gdb.texinfo (Values From Inferior): Add a note about using + gdb.Field objects as subscripts on gdb.Value objects. + (Types In Python): Add description about the new attribute + "parent_type" of gdb.Field objects. + +2013-12-12 Joel Brobecker + + * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex + entry for section docuumenting the -list-features GDB/MI command. + +2013-12-10 Joel Brobecker + + * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new + "exec-run-start-option" entry in the output of the "-list-features" + command. + +2013-12-04 Eli Zaretskii + + * gdb.texinfo (i386): Fix yesterday's commit. + +2013-12-03 Tom Tromey + + * gdb.texinfo (Set Catchpoints): Add @kindex for each command + documented here. + +2013-12-03 Tom Tromey + + * gdb.texinfo (@direntry): Add menu item for gdbserver. + +2013-12-03 Walfred Tedeschi + + * gdb.texinfo (i386 Features): Add MPX feature registers. + (x86 Specific featuresx86 Architecture-specific Issues): Adds + a subsubsection for MPX and describes the display of the + boundary registers. + +2013-12-03 Joel Brobecker + + * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the + documentation of the "ada-exceptions" entry. + +2013-12-03 Joel Brobecker + + * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the + "^error" result record concerning the error message. Document + the error code that may also be part of that result record. + (GDB/MI Miscellaneous Commands): Document the + "undefined-command-error-code" element in the output of + the "-list-features" GDB/MI command. + +2013-12-03 Joel Brobecker + + * gdb.texinfo (GDB/MI Miscellaneous Commands): Document + the new -info-gdb-mi-command GDB/MI command. Document + the meaning of "-info-gdb-mi-command" in the output of + -list-features. + +2013-11-29 Pedro Alves + + * gdb.texinfo (Frames In Python) : + Update comment. + +2013-11-24 Yao Qi + + * gdb.texinfo (Caching Remote Data): Document new + "set/show stack-cache" option. + +2013-11-24 Yao Qi + + * gdb.texinfo (Caching Target Data): Replace "ON" with "on". + (Maintenance Commands): Replace "ON" and "OFF" with "on" and + "off" respectively. + +2013-11-23 Yao Qi + + * gdb.texinfo (GDB/MI Variable Objects): Add the description + of "displayhint" to the table about child results. + +2013-11-21 Yao Qi + + * gdb.texinfo (GDB/MI Variable Objects): Add attribute + 'dynamic' for the output of command -var-list-children. + +2013-11-21 Yao Qi + + * gdb.texinfo (Caching Target Data): Remove "see" before + @pxref. + 2013-11-20 Yao Qi * gdb.texinfo (Caching Target Data): Update doc for