X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fdoc%2FChangeLog;h=e157df8ee6185926a849ac7e256caf88ddd38635;hb=d192b37306c0aeb5882002c1aae0f1f480254a41;hp=7ec3f615b7b32602d811d5d8e63e87b94d72cade;hpb=6dd315bae39eb29b75df2f202f087331733a39df;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 7ec3f615b7..e157df8ee6 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,87 @@ +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".