X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fdoc%2FChangeLog;h=971f0c1596dcd10da494bc327262e334b946f0cf;hb=f2cf6173f33bbb562881c571bfecd129fe94b158;hp=da49549e620c4fce7d07174b13f30c5bf9a21c6d;hpb=67ebd9cbb17cc45730c15f0def617afe37da8451;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index da49549e62..5d67972385 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,1052 @@ +2018-10-26 Pedro Franco de Carvalho + + * gdb.texinfo (PowerPC Features): Describe new feature + "org.gnu.gdb.power.tar". + +2018-10-26 Pedro Franco de Carvalho + + * gdb.texinfo (PowerPC Features): Describe new features + "org.gnu.gdb.power.ppr" and "org.gnu.gdb.power.dscr". + +2018-10-20 Tom Tromey + + * gdb.texinfo (TUI Commands): Add @end table. + (TUI Configuration): Remove stray @end table. + +2018-10-19 Tom Tromey + + PR tui/18388: + * gdb.texinfo (TUI Commands): Remove tabset documentation. + (TUI Configuration): Document "set tui tab-width". + +2018-10-09 Tom Tromey + + * python.texi (Inferiors In Python): Link to "Frames In Python", + not "Unwinding Frames in Python". + +2018-10-09 Tom Tromey + + * gdb.texinfo (Configure Options): Update --enable-ubsan + documentation. + +2018-10-08 John Baldwin + + * gdb.texinfo (Contributors): Add SRI International and University + of Cambridge for FreeBSD/riscv. + +2018-10-06 Tom Tromey + + PR python/19399: + * python.texi (Inferiors In Python): Document + Inferior.Architecture. + +2018-10-06 Tom Tromey + + PR python/21765: + * python.texi (Symbols In Python): Document the module and + common-block domains. Remove documentation for incorrect + domains. + +2018-10-03 Tom Tromey + + * gdb.texinfo (Configure Options): Document --enable-ubsan. + +2018-10-02 John Darrington + + * gdb.texinfo (Remote Connection Commands): Describe + the changes to target remote and target extended-remote + relating to Unix domain sockets. + +2018-10-01 Tom Tromey + + * gdb.texinfo (Configure Options): Document configure options. + +2018-09-29 Tom Tromey + + * gdb.texinfo (Requirements): Mention C++, GNU make. + (Requirements): Sort the table. Add more libraries. + (Running Configure): Remove obsolete text. + (Separate Objdir): Likewise. + (Configure Options): Likewise. + +2018-09-28 Andrew Burgess + + * gdb.texinfo (Frames): Rewrite the description of 'frame number' + to highlight that the number is also the frame's level. + (Selection): Rewrite documentation for 'frame' and 'select-frame' + commands. + (Frame Info): Rewrite documentation for 'info frame' command. + +2018-09-23 Tom Tromey + + PR python/18852: + * python.texi (Parameters In Python): Document exception behavior + of get_set_string. + +2018-09-18 John Baldwin + + * gdb.texinfo (info proc): Remove "running". + (info proc mappings): Replace "program" with "process". + +2018-09-18 John Baldwin + + * gdb.texinfo (Process Information): Document "info proc files" + command. + +2018-09-17 Tom Tromey + + * gdb.texinfo (Index Files): Update for cache directory change on + macOS. + +2018-09-16 Tom Tromey + + * python.texi (Basic Python): Update docs for find_pc_line, + solib_name. + (Progspaces In Python): Update docs for current_progspace. + Document block_for_pc, find_pc_line, is_valid, nsolib_name. + Move method documentation before example. + +2018-09-13 Simon Marchi + + * python.texi (Objfiles In Python): Update gdb.objfiles() doc. + +2018-09-13 Simon Marchi +2018-09-13 Tom Tromey + + * python.texi (Program Spaces In Python): Document the + Progspace.objfiles method. + (Objfiles In Python): Mention that gdb.objfiles() is identical + to gdb.selected_inferior().progspace.objfiles(). + +2018-09-13 Simon Marchi +2018-09-13 Tom Tromey + + * python.texi (Inferiors In Python): Document + Inferior.progspace. + (Program Spaces In Python): Document that + gdb.current_progspace() is the same as + gdb.selected_inferior().progspace. + +2018-09-13 Simon Marchi + + * python.texi (Basic Python): Mention the string representation + of GDB Python objects. + +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 + 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 + * gdb.texinfo: (Standard Target Features): Document SPARC features. + (Sparc Features): New node. + +2017-01-27 Walfred Tedeschi + + * gdb.texinfo (i386 Features): Add system segment registers + as feature. + +2017-01-24 Simon Marchi + + * python.texi (Events In Python): Fix typo. + +2017-01-20 Mike Wrighton + Luis Machado + + * gdb.texinfo (-target-flash-erase): New MI command description. + (flash-erase): New CLI command description. + +2017-01-04 John Baldwin + + * gdb.texinfo (Contributors): Add SRI International and University + of Cambridge for FreeBSD/mips. + +2016-12-22 Doug Evans + + * gdb.texinfo (Symbols): Update docs for symbol printing maintenance + commands. + +2016-12-02 Pedro Alves + + * gdb.texinfo (User-defined Commands): Limit on number of + arguments passed to user-defined commands removed; update. + +2016-12-02 Pedro Alves + + PR cli/20559 + * gdb.texinfo (Define): Add example of using "eval" to process a + variable number of arguments. + (Output) : Add anchor. + +2016-11-30 Simon Marchi + + * Makefile.in: Likewise. + +2016-11-18 Andreas Arnez + + * gdb.texinfo (GDB/MI Async Records): Add missing comma after + xref. + +2016-10-29 Pedro Alves + + * gdb.texinfo (Packets) : Remove mention of default + actions. + +2016-10-26 Pedro Alves + + * gdb.texinfo (Packets): Clarify vCont packets with multiple + actions that match a thread, and what happens when an action + matches a thread that is already running. + +2016-10-14 Simon Marchi + + * gdb.texinfo (Using Trace Files): Fix typo. + (GDB/MI Tracepoint Commands): Likewise. + +2016-10-14 Simon Marchi + + * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch + of -trace-save. + +2016-10-06 Tom Tromey + + * guile.texi (Types In Guile): Remove Java mentions. + * python.texi (Types In Python): Remove Java mentions. + * gdb.texinfo (Address Locations, Supported Languages) + (Index Section Format): Remove Java mentions. + +2016-08-15 Doug Evans + + * gdb.texinfo (Target Description Format): Update docs on "end" + field spec and field default type. + +2016-10-03 Antoine Tremblay +2016-10-03 Simon Marchi + + PR gdb/20487 + * gdb.texinfo (Context management): Update mention of frame + change notifications. + (gdb/mi Async Records): Document frame field in + =thread-select event. + * observer.texi (GDB Observers): New user_selected_context_changed + observer. + +2016-09-28 Tom Tromey + + * gdb.texinfo (Packets) : Use "software breakpoint" rather + than "memory breakpoint". Further document "kind". Move + protocol-details link earlier. + : Document the cmd_list argument. Fix typo. + : Remove incorrect sentence. + (Stop Reply Packets): Document "OK" response to requests when in + non-stop mode. + : Use "software breakpoint" rather than "memory + breakpoint". + : Document that "R" is ignored. + : Document formatting of "AA". + (Notification Packets): Use "%Stop", not "%%Stop". + +2016-09-21 Anton Kolesov + + * gdb.texinfo (Embedded Processors): Document ARC. + (Synopsys ARC): New section. + (Standard Target Features): Document ARC features. + (ARC Features): New section. + +2016-09-21 Simon Marchi + + * .gitignore: New file. + +2016-08-24 Simon Marchi + + * gdb.texinfo (Input/Output): Mention possibility to unset + inferior-tty. + +2016-07-25 Tim Wiederhake + + * gdb.texinfo: Resume btrace on reconnect. + +2016-07-23 Gabriel Krisman Bertazi + + * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch + syscall. + +2016-06-30 Руслан Ижбулатов + + * gdb.texinfo (Cygwin Native): Document the new 'signal-event' + command. + +2016-07-13 Tom Tromey + + PR python/15620, PR python/18620: + * python.texi (Events In Python): Document new breakpoint events. + +2016-07-13 Tom Tromey + + PR python/17698: + * python.texi (Breakpoints In Python): Document + Breakpoint.pending. + +2016-07-13 Tom Tromey + + * python.texi (Breakpoints In Python): Move table of types and + table of watchpoint types earlier in node. + +2016-07-12 Tom Tromey + + PR python/19293: + * python.texi (Frames In Python): Document + gdb.invalidate_cached_frames. + +2016-06-21 Pedro Alves + + * gdb.texinfo (Interpreters): Update intepreter-exec section, + document new-ui and explain use case. + +2016-06-17 Yan-Ting Lin + + * gdb.texinfo (Standard Target Features): Document NDS32 features. + (NDS32 Features): New Section. + +2016-06-09 Toshihito Kikuchi + + * gdb.texinfo (Examining Memory): Document negative repeat + count in the 'x' command. + +2016-06-06 Simon Marchi + + * gdb.texinfo (GDB/MI Async Records): Document method and + format fields in =record-started. + * observer.texi (record_changed): Add method and format + parameters. + +2016-05-27 Eli Zaretskii + + * gdb.texinfo (General Query Packets): Move the description of the + response before the long list of the specific 'read' and 'write' + requests. + +2016-05-23 Tom Tromey + + * python.texi (Basic Python): Document gdb.breakpoints return. + +2016-05-24 Tom Tromey + + PR gdb/19194: + * gdb.texinfo (gdb man): Fix typo. + +2016-05-17 Tom Tromey + + * gdb.texinfo (Supported Languages): Mention Rust. Update menu. + (Rust): New node. + +2016-05-17 Tom Tromey + + * gdb.texinfo (Maintenance Commands): Document "maint selftest". + +2016-04-27 Yao Qi + + * gdb.texinfo (tfind): Complete doc about tfind without + argument. + +2016-04-13 Antoine Tremblay + + * agentexpr.texi (byte): Fix zero_ext description. + +2016-03-31 Pedro Alves + + * gdb.texinfo (M32R/SDI): Delete node. + (MIPS Embedded): Remove references to the MIPS remote debugging + protocol, PMON and variants, and the associated commands. + +2016-03-15 Doug Evans + + * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types". + (Target Description Format): Mention enum types. Update docs on + flags types. + (Predefined Target Types): Add "bool". + (Enum Target Types): New node. + +2016-03-15 Pedro Alves + + * gdb.texinfo (Tracepoint Actions): Fix typo. + +2016-03-15 Pedro Alves + Andreas Arnez + Marcin Kościelnicki + + * gdb.texinfo (Tracepoint Actions): Document possible + unreliability of '$_ret'. + +2016-03-11 Andrew Burgess + + * gdb.texinfo (Symbols): Document new 'maint info line-table' + command. + +2016-03-10 Simon Marchi + + * gdb.texinfo (Convenience Functions): Document $_as_string. + +2016-02-23 Doug Evans + + * gdb.texinfo (Skipping Over Functions and Files): Document new + options to "skip" command. Update docs of output of "info skip". + +2016-02-18 Walfred Tedeschi + + * gdb.texinfo (Signals): Add bound violation display hints for + a SIGSEGV. + +2016-02-18 Marcin Kościelnicki + + * gdb.texinfo (Trace File Format): Add documentation for description + section lines. + +2016-02-10 Marcin Kościelnicki + + * gdb.texinfo (Trace File Format): Remove misleading information + about register block ordering. + +2016-02-01 Doug Evans + + * gdb.texinfo (Value Sizes): Fix typo. + +2016-02-01 Doug Evans + + * gdb.texinfo (Skipping Over Functions and Files): Fix typo. + +2016-02-01 Andrew Burgess + + * gdb.texinfo (Value Sizes): New section. + (Data): Add the 'Value Sizes' node to the menu. + 2016-01-26 John Baldwin * gdb.texinfo (Debugging Output): Fix subject verb disagreements. @@ -11580,4 +12629,5 @@ mode: change-log left-margin: 8 fill-column: 74 version-control: never +coding: utf-8 End: