X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fdoc%2FChangeLog;h=2c58ffe8f4d9039e7b2bcf38847eda2ec2d66579;hb=f2faf941ae49653ff6e1485adfee299313d47c91;hp=e81a85ba2878523fefb7d051d36640b3075eca7c;hpb=439250fbacfc212a5959b4b5a53ecfee91dfb866;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index e81a85ba28..2c58ffe8f4 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,17 +1,557 @@ -2015-01-11 Doug Evans +2015-11-30 Pedro Alves - PR gdb/15830 - * gdb.texinfo (Debugging C Plus Plus): Mention "demangle". - (Symbols): Ditto. - (Maintenance Commands): Delete docs for "maint demangle". + PR 14618 + * gdb.texinfo (Stop Reply Packets): Document the N stop reply. + (Remote Configuration): Add the "set/show remote + no-resumed-stop-reply" to the available settings table. + (General Query Packets): Document the "no-resumed" qSupported + feature. + +2015-11-30 Pedro Alves + + * gdb.texinfo (Remote Configuration): List "set/show remote + thread-events" command in configuration table. + (Stop Reply Packets): Document "T05 create" stop + reason and 'w' stop reply. + (General Query Packets): Document QThreadEvents packet. Document + QThreadEvents qSupported feature. + +2015-11-30 Pedro Alves + + * gdb.texinfo (Bootstrapping): Add "interrupting remote targets" + anchor. + (Packets): Document vCtrlC. + +2015-11-26 Simon Marchi + + * gdb.texinfo (Thread List Format): Mention thread names. + +2015-11-24 Pedro Alves + + PR 17539 + * gdb.texinfo (Inferiors and Programs): Adjust "maint info + program-spaces" example to ascending order listing. + (Threads): Adjust "info threads" example to ascending order + listing. + (Forks): Adjust "info inferiors" example to ascending order + listing. + +2015-11-04 Markus Metzger + + * gdb.texinfo (Process Record and Replay): Document "record + instruction-history" modifiers. + +2015-10-12 Andrew Burgess + + * gdb.texinfo (Frames): Remove 'frame' and 'select-frame' + description. + (Frame Filter Management): Move to later in the 'Examining the + Stack' chapter. + (Selection): Add entry for 'select-frame'. + +2015-09-25 Doug Evans + + * gdb.texinfo (Process Record and Replay): Fix syntax of + "record instruction-history begin, end" and + "record function-call-history begin, end". + +2015-09-22 Simon Marchi + + * gdb.texinfo (Specifying Source Directories): Fix + substitute-path example. + +2015-09-18 Markus Metzger + + * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode. + +2015-09-15 Pedro Alves + + PR remote/18965 + * gdb.texinfo (Stop Reply Packets): Revert previous change to + the vforkdone description. + +2015-09-15 Pedro Alves + + PR remote/18965 + * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r' + part indicates the thread ID of the parent process. + +2015-09-15 Yao Qi + + * gdb.texinfo (General Query Packets): Add vContSupported to + tables of 'gdbfeatures' and 'stub features' supported in the + qSupported packet, as well as to the list containing stub + feature details. + +2015-09-11 Don Breazeal + + * gdb.texinfo (Remote Configuration): Add exec event + feature to table of packet settings. + (Stop Reply Packets): Add exec events to the list of stop + reasons. + (General Query Packets): Add exec events to tables of + 'gdbfeatures' and 'stub features' supported in the qSupported + packet, as well as to the list containing stub feature + details. + +2015-08-24 Pedro Alves + + * gdb.texinfo (Remote Configuration): Document the "set/show + remote multiprocess-extensions-packet" commands. + +2015-08-24 Pedro Alves + + * gdb.texinfo (Embedded Processors) : Remove references to RDI. + : Remove references to M32R/D. + : Remove references to target dbug. + : Remove references to target r3900 and target + array. + : Remove references to target dink32 and target + ppcbug, target sds + : Delete nodes. + +2015-08-18 Andrew Burgess + + * gdb.texinfo (GDB Files): Add 'File Caching' menu entry. + +2015-08-18 Andrew Burgess + + * gdb.texinfo (File Caching): Document "set/show debug bfd-cache". + +2015-08-18 Andrew Burgess + + * gdb.texinfo (Maintenance Commands): Move documentation of "main + info bfds" to... + (File Caching): A New section. Outline bfd caching, and add new + description for "main set/show bfd-sharing". + +2015-08-14 Doug Evans + + * gdb.texinfo (Machine Code): Update docs for mixed source/assembly + disassembly. + (GDB/MI Data Manipulation): Update docs for new disassembly modes. + +2015-08-11 Keith Seitz + + * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines): + Use "location(s)"instead of "linespec(s)". + (Specifying a Location): Rewrite. + Add subsections describing linespec, address, and explicit locations. + Add node/menu for each subsection. + (Source and Machine Code, C Preprocessor Macros) + (Create and Delete Trace points) + (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)". + (Continuing at a Different Address): Remove "linespec" examples. + Add reference to "Specify a Location" + (The -break-insert Command): Rewrite. Add anchor. + Add reference to appropriate manual section discussing locations. + (The -dprintf-insert Command): Refer to -break-insert for + specification of 'location'. + +2015-08-07 Pedro Alves + + * gdb.texinfo (Maintenance Commands): Document "maint set/show + target-non-stop". + +2015-08-07 Markus Metzger + + * gdb.texinfo (Process Record and Replay): Document prefixing of + speculatively executed instructions in the "record instruction-history" + command. + +2015-07-20 Doug Evans + + * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi. + +2015-07-16 Doug Evans + + * stabs.texinfo: @include gdb-cfg.texi. + +2015-07-15 Jan Kratochvil + + Revert the previous 2 commits: + gdbserver build-id attribute generator + Validate symbol file using build-id + +2015-07-15 Jan Kratochvil + + * gdb.texinfo (Files): Add 'set validate-build-id' + and 'show validate-build-id'. + +2015-07-15 Aleksandar Ristovski + + gdbserver build-id attribute generator. + * gdb.texinfo (Library List Format for SVR4 Targets): Add + 'build-id' in description, example, new attribute in dtd. + +2015-07-08 Andrew Burgess + + * gdb.texinfo (Selection): Update documentation for 'frame' + command. + +2015-07-02 Markus Metzger + + * gdb.texinfo (Maintenance Commands): Document "maint btrace" + commands. + +2015-07-02 Markus Metzger + + * gdb.texinfo (Process Record and Replay): Spell out that variables + and registers are not available during btrace replay. + Describe the new "record btrace pt" command. + Describe the new "set|show record btrace pt buffer-size" options. + (General Query Packets): Describe the new Qbtrace:pt and + Qbtrace-conf:pt:size packets. + Expand "bts" to "Branch Trace Store". + Update the branch trace DTD. + +2015-06-26 Patrick Palka + + * gdb.texinfo (Command History): Document the new option + "history remove-duplicates". + +2015-06-19 Doug Evans + + * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no + longer supported. + +2015-06-17 Patrick Palka + + * gdb.texinfo (Command History): Mention that setting + GDBHISTSIZE to the empty string disables history truncation. + +2015-06-17 Patrick Palka + + PR gdb/16999 + * gdb.texinfo (Command History): Mention new GDBHISTSIZE + behavior. + +2015-06-17 Patrick Palka + + * gdb.texinfo (Command History): Replace occurrences of HISTSIZE + with GDBHISTSIZE. + +2015-06-15 Simon Marchi + + * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of + bytes and memory units for -data-{read,write}-memory-bytes. + (Packets): Same for m, M and X packets. + * python.texi (Inferiors In Python): Same for read_memory and + write_memory. + +2015-06-10 Jon Turney + + * gdb.texinfo (Separate Debug Files): Document that PE is also + supported. + +2015-06-13 Andrew Burgess + + * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a + single table entry. + +2015-06-10 Walfred Tedeschi + + * gdb.textinfo (i386): Fix "@end table" end and "@table" placement. + + +2015-06-10 Gary Benson + + * gdb.texinfo (Remote Configuration): Document the + "set/show remote hostio-setfs-packet" command. + (Host I/O Packets): Document the vFile:setfs packet. + +2015-06-10 Gary Benson + + * gdb.texinfo (Debugging Output): Document the "set/show debug + linux-namespaces" command. + +2015-06-10 Walfred Tedeschi + Mircea Gherzan + + * gdb.texinfo (i386): Add documentation about "show mpx bound" + and "set mpx bound". + +2015-05-27 Doug Evans + + * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line. + +2015-05-26 Doug Evans + + * gdb.texinfo (Debugging Output): Update for DWARF "set debug" + command renamings. + (Maintenance Commands): Update for DWARF "set debug" command renamings. + +2015-05-26 Andrew Burgess + + * gdb.texinfo (TUI Commands): Add 'tui reg prev' details. + +2015-05-22 Andrew Burgess + + * gdb.texinfo (TUI): Include 'tui enable' in the introduction. + (TUI Commands): Add 'tui enable' and 'tui disable' details. + +2015-05-16 Doug Evans -2015-01-10 Doug Evans + * guile.texi (Memory Ports in Guile): Document support for unbuffered + memory ports. + +2015-05-16 Jan Kratochvil + + * gdb.texinfo (Compiling and Injecting Code): Add compile print. + +2015-05-12 Don Breazeal + + * gdb.texinfo (Forks): Note that fork debugging is + supported in extended mode. + (Remote Configuration): Add fork event features to table + of packet settings. + (Stop Reply Packets): Add fork events to list of stop reasons. + (General Query Packets): Add fork events to tables of + 'gdbfeatures' and 'stub features' supported in the qSupported + packet, as well as to the list containing stub feature + details. + +2015-05-12 Gary Benson + + * gdb.texinfo (General Query Packets): Document + qXfer:exec-file:read with empty annex. + +2015-05-09 Siva Chandra Reddy + + * python.texi (Values From Inferior): Add descriptions of new + methods gdb.Value.reference_value and gdb.Value.const_value. + +2015-05-06 Joel Brobecker + + * gdb.texinfo (Files): Add "info dll" documentation. + (Cygwin Native): Remove "info dll" documentation. + +2015-04-29 Doug Evans + + * python.texi (Xmethod API) : + Document. + (Writing an Xmethod): Add get_result_type to example. + +2015-04-28 Sasha Smundak + + * python.texi: New method documented. + +2015-04-24 Andrew Burgess + + * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump + format. + +2015-04-24 Doug Evans + + * python.texi (Xmethods In Python): Fix name of method to call the + xmethod. + +2015-04-17 Gary Benson + + * gdb.texinfo (Connecting to a Remote Target): Mention that + GDB can access program files from remote targets that support + qXfer:exec-file:read and Host I/O packets. + +2015-04-17 Gary Benson + + * gdb.texinfo (Remote Configuration): Document the "set/show + remote pid-to-exec-file-packet" command. + (General Query Packets): Document the qXfer:exec-file:read + qSupported features. Document the qXfer:exec-file:read packet. + +2015-04-17 Gary Benson + + * gdb.texinfo (set sysroot): Document that "set sysroot" also + applies to executable paths if supplied to GDB as absolute. + +2015-04-11 Jan Kratochvil + + * gdb.texinfo (Mode Options): Remove -xdb. + +2015-04-10 Jan Kratochvil + Eli Zaretskii + + * gdb.texinfo (Compiling and Injecting Code): Describe set debug + compile, show debug compile. New subsection Compilation options for + the compile command. New subsection Compiler search for the compile + command. + +2015-04-09 Andy Wingo + + * guile.texi (Frames In Guile): Describe frame-read-register. + +2015-04-02 Gary Benson + + * gdb.texinfo (set sysroot): Document "target:". + +2015-04-01 Sasha Smundak + + * doc/python.texi (Writing a Frame Unwinder in Python): Add + section. + +2015-03-31 Sergio Durigan Junior + + PR corefiles/16092 + * gdb.texinfo (gcore): Mention new command 'set + use-coredump-filter'. + (set use-coredump-filter): Document new command. + +2015-03-31 Antoine Tremblay + + * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus + documentation, reorder the info os entries in alphabetical order. + +2015-03-26 Simon Marchi + + * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in + -data-write-memory-bytes. + +2015-03-24 Pedro Alves + + * gdb.texinfo (test_step) : No longer + mention that threads may sometimes run unlocked. + +2015-03-23 Yurij Grechishhev + + * gdb.texinfo (Remote configuration): Document "set/show + serial parity" command. + +2015-03-18 Gary Benson + + * gdb.texinfo (General Query Packets): Remove documentation + for now-removed vFile:fstat qSupported features. + +2015-03-11 Gary Benson + + * gdb.texinfo (Remote Configuration): Document the + "set/show remote hostio-fstat-packet" command. + (General Query Packets): Document the vFile:fstat + qSupported features. + (Host I/O Packets): Document the vFile:fstat packet. + +2015-03-11 Andy Wingo + + * guile.texi (Objfiles In Guile): Document objfile-progspace. + +2015-03-04 Pedro Alves + + * gdb.texinfo (Remote Configuration): Document the "set/show + remote swbreak-feature-packet" and "set/show remote + hwbreak-feature-packet" commands. + (Packets) : Add cross link to the "swbreak" stop reason's + decription. + (Stop Reply Packets): Document the swbreak and hwbreak stop + reasons. + (General Query Packets): Document the swbreak and hwbreak + qSupported features. + (Remote Non-Stop): Explain that swbreak and hwbreak are required. + +2015-03-03 Philippe Proulx + + * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry + under *stopped. + +2015-03-02 Doug Evans + + * gdb.texinfo (Specify Location): Fix syntax of filename:function. + +2015-03-02 Andreas Arnez + + * gdb.texinfo (S/390 and System z Features): Describe new feature + "org.gnu.gdb.s390.vx". + +2015-02-23 Sergio Durigan Junior + + PR gdb/18008 + * gdb.texinfo (maint internal-error, maint internal-warning, maint + demangler-warning): Fix typo ("problam"). + +2015-02-19 David Taylor + + * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv. + +2015-02-17 Jose E. Marchesi + + * gdb.texinfo (Static Probe Points): Add cindex `static probe + point, DTrace'. + (Static Probe Points): Modified to cover DTrace probes in addition + to SystemTap probes. Also modified to cover the `enable probe' + and `disable probe' commands. + +2015-02-17 Jose E. Marchesi + + * gdb.texinfo (Static Probe Points): Cover the `enable probe' and + `disable probe' commands. + +2015-02-12 David Taylor + + * gdb.texinfo (Tracepoint Packets): Document the builtin and name + fields of the QTDV packet. + +2015-02-09 Markus Metzger + + * gdb.texinfo (Branch Trace Configuration Format): Add size. + (Process Record and Replay): Describe new set|show commands. + (General Query Packets): Describe Qbtrace-conf:bts:size packet. + +2015-02-09 Markus Metzger + + * gdb.texinfo (Process Record and Replay): Describe the "record + btrace bts" command. + (General Query Packets): Describe qXfer:btrace-conf:read packet. + (Branch Trace Configuration Format): New. + +2015-01-31 Gary Benson + Doug Evans + + * gdb.texinfo (Command Completion): Document new + "set/show max-completions" option. + +2015-01-31 Doug Evans * gdb.texinfo (Symbols): Document new commands "maint print symbol-cache", "maint print symbol-cache-statistics", "maint flush-symbol-cache". Document new option "maint set symbol-cache-size". +2015-01-31 Doug Evans + + * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to + distinguish script files vs inlined scripts. + * python.texi (Python Auto-loading): Ditto. + +2015-01-30 Doug Evans + + * gdb.texinfo (Symbols) : Output now contains producer + string if present. + +2015-01-27 Doug Evans + + * python.texi (Objfiles In Python): Document Objfile.username. + +2015-01-27 Doug Evans + + * python.texi (Objfiles In Python) : Improve docs. + * guile.texi (Objfiles In Guile) : Improve docs. + +2015-01-22 Jan Kratochvil + + * gdb.texinfo (Threads): Describe -ascending for thread apply all. + +2015-01-16 Eli Zaretskii + + * doc/gdb.texinfo (TUI Commands): Document the possible + values of NAME argument to 'winheight' command. Explain the + effect of 'tabset' setting better. + +2015-01-11 Doug Evans + + PR gdb/15830 + * gdb.texinfo (Debugging C Plus Plus): Mention "demangle". + (Symbols): Ditto. + (Maintenance Commands): Delete docs for "maint demangle". + 2014-12-31 Joel Brobecker * gdb.texinfo (Files): Remove documentation of the @@ -707,8 +1247,8 @@ 2013-11-07 Phil Muldoon - * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION - constant. + * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION + constant. 2013-11-07 Phil Muldoon @@ -1338,8 +1878,8 @@ 2012-12-23 Pierre Muller - * gdbint.texinfo (Function prototypes): Require use of "extern" - modifier for function prototypes in headers. + * gdbint.texinfo (Function prototypes): Require use of "extern" + modifier for function prototypes in headers. 2012-12-19 Joel Brobecker @@ -1364,10 +1904,10 @@ 2012-12-14 Tom Tromey - * gdb.texinfo (SVR4 Process Information): Mention core files. + * gdb.texinfo (SVR4 Process Information): Mention core files. 2012-12-12 Mircea Gherzan - + * gdb.texinfo (GDB/MI Catchpoint Commands): New section. 2012-12-11 Pedro Alves @@ -1483,7 +2023,7 @@ * observer.texi (memory_changed): Expand parameter LEN to ssize_t. 2012-09-21 Yao Qi - Pedro Alves + Pedro Alves * gdb.texinfo (GDB/MI Async Records): Document notification 'record-started' and 'record-stopped'. @@ -1783,7 +2323,7 @@ appropriate. 2012-05-18 Sandra Loosemore - Maciej W. Rozycki + Maciej W. Rozycki * gdb.texinfo (MIPS): Document "set mips compression" and "show mips compression". @@ -2072,7 +2612,7 @@ Mention condition-evaluation mode being shown in "info break". (Break Conditions): Add description for target-side conditional breakpoints. - (Remote Configuration): Mention conditional-breakpoints-packet. + (Remote Configuration): Mention conditional-breakpoints-packet. (Packets): Add cond-expr parameter to Z0/Z1 packets and explain cond-expr. (General Query Packets): Mention new ConditionalBreakpoint feature. @@ -2307,17 +2847,17 @@ 2011-10-27 Kevin Pouget - * gdb.texinfo ((Frames In Python): Document + * gdb.texinfo ((Frames In Python): Document gdb.FRAME_UNWIND_FIRST_ERROR contant. 2011-10-26 Paul Koning * gdb.texinfo (gdb.types): Document new deepitems function. - + 2011-10-25 Paul Koning PR python/13327 - + * gdb.texinfo (Values From Inferior): Add is_lazy attribute, fetch_lazy method. @@ -2335,7 +2875,7 @@ 2011-10-13 Kevin Pouget PR python/13285 Document named constants for frame unwind stop reasons - * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_* + * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_* constants. 2011-10-12 Jan Kratochvil @@ -2446,7 +2986,7 @@ the syntax of Python. Also put class and module names explicitly on function, member, and variable names, matching Python documentation conventions. - + 2011-09-15 Kevin Pouget PR Python/12692 Add gdb.selected_inferior() to Python interface. @@ -2470,11 +3010,11 @@ 2011-08-17 Phil Muldoon - * gdb.texinfo (Prompt): Add set/show extended-prompt - documentation - (Basic Python): Add prompt_hook anchor. - (Python modules): Reword module text to reflect multiple modules. - (gdb.prompt): Document gdb.prompt module. + * gdb.texinfo (Prompt): Add set/show extended-prompt + documentation + (Basic Python): Add prompt_hook anchor. + (Python modules): Reword module text to reflect multiple modules. + (gdb.prompt): Document gdb.prompt module. 2011-08-14 Yao Qi @@ -2520,10 +3060,10 @@ 2011-07-11 Phil Muldoon - PR python/12438 + PR python/12438 * gdb.texinfo (Python Commands): Add deprecate note to maint - set/show python print-stack. Document set/show python - print-backtrace. + set/show python print-stack. Document set/show python + print-backtrace. 2011-07-05 Thiago Jung Bauermann @@ -2726,7 +3266,7 @@ 2011-02-27 Michael Snyder - * gdb.texinfo (Inferiors and Programs): Update commands to show + * gdb.texinfo (Inferiors and Programs): Update commands to show that they can accept multiple arguments. 2011-02-24 Joel Brobecker @@ -2884,7 +3424,7 @@ 2010-11-29 Phil Muldoon - PR python/12199 + PR python/12199 * gdb.texinfo (Breakpoints In Python): Document "delete" method.