X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fdoc%2FChangeLog;h=5efb060545cd4607528c37a9880d487d883fc04d;hb=0a93529c56714b1da3d7106d3e0300764f8bb81c;hp=14b2e53c29f93ed98003bb774f6435f794ce75fa;hpb=a0be3e44c7f510df608e4a480dd05c173ce280ce;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 14b2e53c29..5efb060545 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,158 @@ +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 + "add-shared-symbol-files" and "assf" commands. + (Cygwin Native): Remove documentation of the "dll-symbols" + command. + +2014-12-17 Doug Evans + + * gdb.texinfo (Debugging Output): Document "debug symbol-lookup". + +2014-12-12 Phil Muldoon + Jan Kratochvil + + * gdb.texinfo (Altering): Update. + (Compiling and Injecting Code): New node. + +2014-12-12 Doug Evans + + * python.texi (Objfiles In Python): Document gdb.lookup_objfile. + +2014-12-12 Andreas Arnez + + * gdb.texinfo: Document "maint print user-registers". + 2014-12-08 Doug Evans * python.texi (Objfiles In Python): Document Objfile.owner.