]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/doc/ChangeLog
Use gdb_sysroot for main executable on attach
[thirdparty/binutils-gdb.git] / gdb / doc / ChangeLog
index 7dfaee04ca193f58dae1066648e831344f53d994..f10bdf5a8ac8c3ddfece6aa8b755bf8cc54afeeb 100644 (file)
@@ -1,3 +1,206 @@
+2015-04-17  Gary Benson <gbenson@redhat.com>
+
+       * gdb.texinfo (set sysroot): Document that "set sysroot" also
+       applies to executable paths if supplied to GDB as absolute.
+
+2015-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.texinfo (Mode Options): Remove -xdb.
+
+2015-04-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
+           Eli Zaretskii  <eliz@gnu.org>
+
+       * 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  <wingo@igalia.com>
+
+       * guile.texi (Frames In Guile): Describe frame-read-register.
+
+2015-04-02  Gary Benson <gbenson@redhat.com>
+
+       * gdb.texinfo (set sysroot): Document "target:".
+
+2015-04-01  Sasha Smundak  <asmundak@google.com>
+
+       * doc/python.texi (Writing a Frame Unwinder in Python): Add
+       section.
+
+2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       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  <antoine.tremblay@ericsson.com>
+
+       * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
+       documentation, reorder the info os entries in alphabetical order.
+
+2015-03-26  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
+       -data-write-memory-bytes.
+
+2015-03-24  Pedro Alves  <palves@redhat.com>
+
+       * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
+       mention that threads may sometimes run unlocked.
+
+2015-03-23  Yurij Grechishhev  <yurij.grechishhev@gmail.com>
+
+       * gdb.texinfo (Remote configuration): Document "set/show
+       serial parity" command.
+
+2015-03-18  Gary Benson <gbenson@redhat.com>
+
+       * gdb.texinfo (General Query Packets): Remove documentation
+       for now-removed vFile:fstat qSupported features.
+
+2015-03-11  Gary Benson <gbenson@redhat.com>
+
+       * 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  <wingo@igalia.com>
+
+       * guile.texi (Objfiles In Guile): Document objfile-progspace.
+
+2015-03-04  Pedro Alves  <palves@redhat.com>
+
+       * gdb.texinfo (Remote Configuration): Document the "set/show
+       remote swbreak-feature-packet" and "set/show remote
+       hwbreak-feature-packet" commands.
+       (Packets) <Z0>: 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  <eeppeliteloop@gmail.com>
+
+       * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
+       under *stopped.
+
+2015-03-02  Doug Evans  <xdje42@gmail.com>
+
+       * gdb.texinfo (Specify Location): Fix syntax of filename:function.
+
+2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * gdb.texinfo (S/390 and System z Features): Describe new feature
+       "org.gnu.gdb.s390.vx".
+
+2015-02-23  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       PR gdb/18008
+       * gdb.texinfo (maint internal-error, maint internal-warning, maint
+       demangler-warning): Fix typo ("problam").
+
+2015-02-19  David Taylor  <dtaylor@emc.com>
+
+       * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
+
+2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
+
+       * 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  <jose.marchesi@oracle.com>
+
+       * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
+       `disable probe' commands.
+
+2015-02-12  David Taylor  <dtaylor@emc.com>
+
+       * gdb.texinfo (Tracepoint Packets): Document the builtin and name
+       fields of the QTDV packet.
+
+2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
+
+       * 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  <markus.t.metzger@intel.com>
+
+       * 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 <gbenson@redhat.com>
+           Doug Evans  <dje@google.com>
+
+       * gdb.texinfo (Command Completion): Document new
+       "set/show max-completions" option.
+
+2015-01-31  Doug Evans  <xdje42@gmail.com>
+
+       * 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  <xdje42@gmail.com>
+
+       * 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  <dje@google.com>
+
+       * gdb.texinfo (Symbols) <info source>: Output now contains producer
+       string if present.
+
+2015-01-27  Doug Evans  <dje@google.com>
+
+       * python.texi (Objfiles In Python): Document Objfile.username.
+
+2015-01-27  Doug Evans  <dje@google.com>
+
+       * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
+       * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
+
+2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.texinfo (Threads): Describe -ascending for thread apply all.
+
+2015-01-16  Eli Zaretskii  <eliz@gnu.org>
+
+       * 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  <xdje42@gmail.com>
+
+       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  <brobecker@adacore.com>
+
+       * 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  <xdje42@gmail.com>
+
+       * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
+
 2014-12-12  Phil Muldoon  <pmuldoon@redhat.com>
            Jan Kratochvil  <jan.kratochvil@redhat.com>