X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fdoc%2FChangeLog;h=f04dca4283543c7ab33eb13567045122ca05e9d9;hb=3e68067fb2d59ea93ea95d713a6c27b635332912;hp=f916167d4389a5ef1f7b22d1a95a99c2183aa65e;hpb=14f819c8c5f7d080e5eea9256f0ec7453aac750e;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index f916167d43..f04dca4283 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,533 @@ +2018-09-12 Simon Marchi + + * gdb.texinfo (Skipping Over Functions and Files): Document + set/show debug skip. + +2018-09-10 Tom Tromey + + * python.texi (Frames In Python, Blocks In Python) + (Symbols In Python, Symbol Tables In Python) + (Lazy Strings In Python): Remove periods from section titles. + +2018-09-10 Tom Tromey + + * python.texi (Pretty Printing API): Swap sentence order. + +2018-09-10 Tom Tromey + + PR python/16461: + * python.texi (Values From Inferior): Mention use of virtual + table. + +2018-09-10 Tom Tromey + + * python.texi (Basic Python): Parenthesize argument to + decode_line. + +2018-09-10 Tom Tromey + + * python.texi (Python): Mention Python versions. Don't mention + execfile. + +2018-09-10 Tom Tromey + + PR python/19808: + * python.texi (Unwinding Frames in Python): Rewrite + create_unwind_info documentation. Update read_register + documentation and add a note about unwinder caution. + +2018-09-10 Tom Tromey + + PR python/18909: + * python.texi (Events In Python): Fix inferior_call + documentation. + +2018-09-10 Tom Tromey + + PR python/17752: + * python.texi (Frame Filter API): Remove period from subsection + title. Mention 100 as good default priority. + (Frame Decorator API): Remove period from subsection title. + Mention FrameDecorator module. + +2018-09-10 Tom Tromey + + PR python/23108: + * python.texi (Exception Handling): Rearrange gdb.GdbError text + and add a table. + +2018-09-10 Tom Tromey + + * gdb.texinfo (Compilation): Use "gcc", not "gcc.info", in @xref. + (Machine Code): Use "binutils", not "binutils.info", in @pxref. + (Separate Debug Files): Use "ld", not "ld.info", in @ref. + * python.texi (Objfiles In Python): Use "ld", not "ld.info", in @ref. + +2018-09-10 Tom Tromey + + PR python/16484: + * python.texi (Frames In Python): Document that Frame.block can + throw. + +2018-09-10 Tom Tromey + + PR python/23487: + * gdb.texinfo (Pretty-Printer Commands): Fix typo in example. + +2018-09-10 Tom Tromey + + PR python/16033: + * python.texi (Blocks In Python): Document that Block.end is + exclusive. + +2018-08-29 Keith Seitz + + * gdb.texinfo (Compiling and injecting code in GDB): Document + set/show "compile-oracle" and "compile-cplus-types" commands. + +2018-08-22 Jan Vrany + + * gdb.texinfo (The -stack-list-frames Command): Update description + to mention "arch". + Update MI examples throughout the document to contain "arch" in + frame output. + +2018-08-21 Alan Hayward + + * gdb.texinfo (AArch64 SVE): New subsubsection. + +2018-08-14 Jan Vrany + + * gdb.texinfo (GDB/MI Data Manipulation): Document + "-data-disassemble -a addr". + (GDB/MI Support Commands): Document "data-disassemble-a-option" + feature. + +2018-08-07 Simon Marchi + + * gdb.texinfo (Index Files Speed Up GDB): Add section about + symbol index cache. + +2018-07-27 Sergio Durigan Junior + + * gdb.texinfo (gcore man): Rewrite "Description" and "-o" + option sections to further clarify that gcore can take more + than one PID, and that "-o" is used to specify a prefix, not a + filename. + +2018-07-26 Andrew Burgess + + * gdb.texinfo (Maintenance Commands): Add description of + maintenance command to control dwarf unwinders. + +2018-07-12 Philippe Waroquiers + + * gdb.texinfo (Debugging Programs with Multiple Threads): + Document changes to 'thread apply'. Document 'taas'. + Document 'tfaas'. + (Examining the Stack): Document 'frame apply'. Document 'faas'. + +2018-07-11 Sergio Durigan Junior + Jan Kratochvil + Paul Fertser + Tsutomu Seki + + * gdb.texinfo (Remote Connection Commands): Add explanation + about new IPv6 support. Add new connection prefixes. + +2018-07-09 Andrew Burgess + + * gdb.texinfo (Remote Configuration): Update descriptions for + set/show of hardware-watchpoint-limit, hardware-breakpoint-limit, + and hardware-watchpoint-length-limit variables. + +2018-07-02 Maciej W. Rozycki + + PR tdep/8282 + * gdb.texinfo (Source and Machine Code): Document `set + disassembler-options' support for the MIPS target. + +2018-06-28 Petr Tesarik + + * gdb.texinfo (Files): Document "add-symbol-file -o offset". + +2018-06-28 Petr Tesarik + + * gdb.texinfo (Files): The address argument for "add-symbol-file" + is no longer mandatory. + +2018-06-28 Petr Tesarik + + * gdb.texinfo (Files): Document "symbol-file -o offset". + +2018-06-14 Tom de Vries + + * gdb.texinfo (Background Execution): Add @cindex for '&'. + +2018-06-11 Eli Zaretskii + + * gdb.texinfo (Maintenance Commands): Add a missing @anchor. + +2018-06-08 Gary Benson + + * gdb.texinfo (Maintenance Commands): Document "maint check + libthread-db" and "maint set/show check-libthread-db". + +2018-06-05 Tom Tromey + + PR cli/12326: + * gdb.texinfo (Screen Size): Document "c" response to pagination + prompt. + +2018-05-31 Maciej W. Rozycki + + * gdb.texinfo (Choosing Target Byte Order): Document endianness + selection details with the `set endian auto' mode. + +2018-05-04 Tom Tromey + + PR python/22731: + * python.texi (Breakpoints In Python): Mention that "commands" is + writable. + +2018-05-02 Tom Tromey + + PR python/20084: + * python.texi (Parameters In Python): Document PARAM_ZUINTEGER and + PARAM_ZUINTEGER_UNLIMITED. + +2018-04-30 Tom Tromey + + * python.texi (Types In Python): Document Type.align. + +2018-04-13 Andreas Arnez + + * gdb.texinfo (Symbols): Mention the fact that "info + variables/functions/types" show source files and line numbers. + +2018-04-13 Markus Metzger + + * gdb.texinfo: Document set/show record btrace cpu. + +2018-03-27 Joel Brobecker + + * gdb.texinfo (Ada Settings): New subsubsection. + +2018-03-26 Tom Tromey + + PR backtrace/15582: + * gdb.texinfo (Backtrace): Mention "hide" argument. + +2018-03-26 Tom Tromey + + * gdb.texinfo (Backtrace): Describe options individually. + +2018-03-19 Tom Tromey + + * observer.texi: Remove. + +2018-03-04 John Baldwin + + * gdb.texinfo (Debugging Output): Document "set/show debug + fbsd-nat". + +2018-02-19 Andrew Burgess + + * gdb.texinfo (Machine Code): Additional information about "info + line" command. + +2018-01-15 Szabolcs Nagy + + * gdb.texinfo (gdb-add-index man): Add pindex. + +2018-01-15 Szabolcs Nagy + + * gdb.texinfo (set cwd): Add period. + (gdb-add-index man): Move anchor. + +2017-01-12 Tom Tromey + Sergio Durigan Junior + + * gdb.texinfo (Index Files): Mention gdb-add-index. + (gdb-add-index man): New section. + * Makefile.in (gdb-add-index.1): New rule to generate manpage + from gdb.texinfo. + +2018-01-11 Szabolcs Nagy + + * gdb.texinfo (pwd): Fix whitespace. + +2018-01-09 John Baldwin + + * gdb.texinfo (pwd): Update cross-reference for Process Information + node and remove explicit /proc reference. + (Native): Rename subsection from SVR4 Process Information to + Process Information. + (Process Information): Reword introduction to be less /proc + centric. Document support for "info proc" on FreeBSD. + +2018-01-03 Xavier Roirand + + * gdb.texinfo (Set Catchpoints): Add documentation for new + "catch handlers" action. + +2017-12-27 Stafford Horne + + * gdb.texinfo (Target Description Format): Explain that arbitrary + strings are now allowed for register groups. + +2017-12-27 Stafford Horne + + * gdb.texinfo (Registers): Document info reg $reggroup feature. + +2017-12-15 Sergio Durigan Junior + + PR cli/16224 + * gdb.texinfo (ptype): Add documentation for new flag '/o'. + +2017-12-13 Simon Marchi + + * python.texi (Manipulating breakpoints using Python): Document + qualified parameter to gdb.Breakpoint. + +2017-12-13 Simon Marchi + + * python.texi (Manipulating breakpoints using Python): Split doc + of Breakpoint.__init__ in two, split text in multiple + paragraphs, don't nest parameter square brackets. + +2017-12-12 Stafford Horne + Stefan Wallentowitz + Franck Jullien + Jeremy Bennett + + * gdb.texinfo: Add OpenRISC documentation. + +2017-12-08 Jan Kratochvil + + * gdb.texinfo (Index Files): Document .debug_names and -dwarf-5. + +2017-12-07 Keith Seitz + + * gdb.texinfo (Symbols): Document "set print type nested-type-limit" + and "show print type nested-type-limit". + +2017-12-07 Phil Muldoon + + * python.texi (Breakpoints In Python): Add text relating + to allowed explicit locations and keywords in gdb.Breakpoints. + +2017-12-04 Tom Tromey + + * gdb.texinfo (Rust): Update trait object status + +2017-12-01 Andrew Cagney + Joel Brobecker + Sergio Durigan Junior + + * gdb.texinfo (File Options): Document --readnever. + (Commands to Specify Files): Likewise, for 'symbol-file' and + 'add-symbol-file'. + +2017-11-29 Pedro Alves + + PR c++/19436 + * gdb.texinfo (Debugging C Plus Plus): Document setting + breakpoints in functions with ABI tags. + +2017-11-29 Pedro Alves + + * gdb.texinfo (Linespec Locations): Document how "function" is + interpreted in C++ and Ada. Document "-qualified". + (Explicit Locations): Document how "-function" is interpreted in + C++ and Ada. Document "-qualified". + +2017-11-26 Dominik Czarnota + + PR gdb/21945 + * gdb.texinfo (Search Memory): Update description and example + about how to search a string without NULL terminator. + +2017-11-24 Joel Brobecker + + * gdb.texinfo (GDB/MI Ada Exception Information): Document + new "exception-message" field. + +2017-11-24 Simon Marchi + + * gdb.texinfo (Memory Map Format): Update gdb-memory-map.dtd. + +2017-11-24 Pedro Alves + + * gdb.texinfo (Completion): Update need-quoting examples. Remove + false claim that GDB inserts quoting automatically. + (Symbols): Add anchor. + +2017-11-22 Ulrich Weigand + + * gdb.texinfo (Requirements): Document use of GNU MPFR. + +2017-11-16 Phil Muldoon + + * python.texi (Basic Python): Add rbreak documentation. + +2017-11-07 Xavier Roirand + Pedro Alves + + * gdb.texinfo (Set Breaks): Document support for breakpoint + location ranges in the enable/disable commands. + +2017-10-04 Sergio Durigan Junior + + * gdb.texinfo (Starting your Program) : + Mention remote debugging. + (Working Directory) : + Likewise. + (Connecting) : Add "set-working-dir" + and "QSetWorkingDir" to the table. + (Remote Protocol) : New item, explaining the + packet. + +2017-10-04 Sergio Durigan Junior + + * gdb.texinfo (Starting your Program) : + Mention new "set cwd" command. + (Working Directory) : + Rephrase to explain that "set cwd" exists and is the default + way to change the inferior's cwd. + +2017-09-25 Andreas Arnez + + * gdb.texinfo (S/390 and System z Features): Document the new + features org.gnu.gdb.s390.gs and org.gnu.gdb.s390.gsbc. + +2017-09-21 Kevin Buettner + + * gdb.texinfo (qXfer:threads:read): Add documentation for handle + attribute. + +2017-09-21 Kevin Buettner + + * python.texi (Inferiors In Python): Add description for method + Inferior.thread_from_thread_handle. + +2017-09-19 John Baldwin + + * gdb.texinfo (Starting your Program): Add description of + starti command. Mention starti command as an alternative for + debugging the elaboration phase. + +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