X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fdoc%2FChangeLog;h=aaec8401672ff55a222769745f1b81aed84fe9f4;hb=1526853e34c063bef25bd7d0eb15c1449c28e999;hp=9b5e140ac5f5955b4a3c30445d712feb5bcbf476;hpb=3f7b46f2daa6c396564d786bda9c81e66d4b9278;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 9b5e140ac5..aaec840167 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,214 @@ +2017-09-16 Simon Marchi + + * gdb.texinfo (Maintenance Commands): Document filter parameter + of "maint selftest". Document "maint info selftests" command. + +2017-09-11 Tom Tromey + + * python.texi (Events In Python): Document new events. + +2017-09-04 Pedro Alves + + * gdb.texinfo (Variables) : Document inspecting + no-debug-info variables. + (Symbols) : Document inspecting + no-debug-info types. + (Calling) : New subsection, + documenting calling no-debug-info functions. + (Non-debug DLL Symbols) : Update. + +2017-08-31 Sergio Durigan Junior + + * gdb.texinfo (set environment): Add @anchor. Explain that + environment variables set by the user are sent to GDBserver. + (unset environment): Likewise, but for unsetting variables. + (Connecting) : Add "environment-hex-encoded", + "QEnvironmentHexEncoded", "environment-unset", "QEnvironmentUnset", + "environment-reset" and "QEnvironmentReset" to the table. + (Remote Protocol) : New item, explaining the packet. + +2017-08-23 Jan Kratochvil + + * gdb.texinfo (Compiling and Injecting Code): Add to subsection + "Compiler search for the compile command" descriptions of set + compile-gcc and show compile-gcc. + +2017-08-07 Weimin Pan + + * gdb.texinfo (Architectures): Add new Sparc64 section to document + ADI support. + * NEWS: Add "adi examine" and "adi assign" commands. + +2017-08-18 Yao Qi + + * gdb.texinfo (Server): Document "--selftest". + +2017-08-16 Ruslan Kabatsayev + + * gdb.texinfo (TUI Single Key Mode): Document the new shortcuts in + Single-Key mode. + +2017-08-12 Sergio Durigan Junior + + PR gdb/21925 + * gdb.texinfo (Starting) : Fix typo ("show + set..."). + +2017-08-09 Simon Marchi + + * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to + conditional expression. + +2017-07-31 Simon Marchi + + * agentexpr.texi (rot): Fix symbolic description, improve + textual description. + +2017-07-26 Yao Qi + + * gdb.texinfo (Maintenance Commands): Document command + "maint check xml-descriptions". + +2017-07-26 Yao Qi + + * gdb.texinfo (Maintenance Commands): Document optional + argument of "maint print c-tdesc". + +2017-07-18 Yao Qi + + * gdb.texinfo (Maintenance Commands): Improve the doc to + command "maint print c-tdesc". + +2017-06-20 Sergio Durigan Junior + + PR gdb/21606 + * python.texi (Python representation of Symbols.): Replace + SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo. + * guile.texi (Guile representation of Symbols.): Likewise. + +2017-06-11 Simon Marchi + + * gdb.texinfo (Optional Messages about Internal Happenings): + Document {set,show} debug separate-debug-file commands. + +2017-06-07 Sergio Durigan Junior + + * gdb.texinfo (Starting) : Add @anchor. + (Connecting) : Add "startup-with-shell" + and "QStartupWithShell" to the table. + (Remote Protocol) : New item, explaining the + packet. + +2017-05-22 Andrew Burgess + + * gdb.texinfo (Packets): Document vMustReplyEmpty packet. + +2017-05-01 Tim Wiederhake + + * python.texi (Recording in Python): Factor out the documentation of + gdb.RecordInstruction's super class. + +2017-05-01 Tim Wiederhake + + * python.texi (Recording in Python): Replace gdb.BtraceFunction with + gdb.RecordFunctionSegment. Rename prev_sibling and next_sibling to + prev and next. + +2017-05-01 Tim Wiederhake + + * python.texi (Recording in Python): Replace gdb.BtraceInstruction with + gdb.RecordInstruction + +2017-05-01 Tim Wiederhake + + * python.texi (Recording in Python): Add documentation for + gdb.RecordGap and remove documentation of special cases for + gdb.BtraceInstruction. + +2017-05-01 Tim Wiederhake + + * python.texi (Recording in Python): Remove Record.ptid defvar. + +2017-04-21 Simon Marchi + + * gdb.texinfo (GDB/MI Thread Information): Add missing + fields, re-word some things. + (GDB/MI Thread Commands): Describe fields found in the output of + -thread-info, remove description of fields in the + thread output tuple, replace with a cross-reference to "GDB/MI + Thread Information". + +2017-04-21 Simon Marchi + + * gdb.texinfo (GDB/MI Thread Commands): Remove "current" field + from -thread-info output. + +2017-03-28 Anton Kolesov + + * gdb.texinfo (Synopsys ARC): Document "set debug arc 2". + +2017-03-28 Anton Kolesov + + * gdb.texinfo (Synopsys ARC): Add "maint print arc arc-instruction". + +2017-03-22 Yao Qi + + * python.texi (Inferiors In Python): Remove @code from Python. + +2017-03-21 Tim Wiederhake + + * python.texi (Recordings In Python): Document return type of + gdb.BtraceInstruction.data. + +2017-03-20 Marc-Andre Laperle + + * gdb.texinfo (gdb/mi Symbol Query Commands): Document new MI + command file-list-shared-libraries + (GDB/MI Async Records): Update documentation of library-loaded with new + field. + +2017-03-16 Doug Evans + + * guile.texi (Lazy Strings In Guile): Mention arrays. + * python.texi (Lazy Strings In Python): Ditto. + +2017-03-08 Jiong Wang + + * gdb.texinfo (Memory Protection Extensions): Add missing escape + character "@". + +2017-03-07 Walfred Tedeschi + + * Memory Protection Extensions: Add information about inferior + calls. + +2017-02-20 Jan Kratochvil + + * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*, + DW_TAG_GNU_* and DW_AT_GNU_*. + +2017-02-14 Tim Wiederhake + + * python.texi (Recordings In Python): New section. + +2017-02-14 Tom Tromey + + PR python/13598: + * python.texi (Events In Python): Document events.before_prompt. + +2017-02-13 Luis Machado + + * gdb.texinfo (Target Commands): Document the optional offset + argument for the load command. + +2017-02-10 Martin Galvan + + PR gdb/21122 + * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of + space-separated breakpoint lists. Also add a missing @table command + and @cindex for breakpoint lists. + 2017-02-06 Ivo Raisr PR tdep/20936