]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gdb/
authorMarkus Metzger <mmetzger@sourceware.org>
Tue, 9 Apr 2013 08:07:30 +0000 (08:07 +0000)
committerMarkus Metzger <mmetzger@sourceware.org>
Tue, 9 Apr 2013 08:07:30 +0000 (08:07 +0000)
* NEWS: Mention new btrace RSP packets.

gdb/ChangeLog
gdb/NEWS

index 3546aa1717358a6b3b0ddfd25b90783fc57182be..8b57165d3df308ba5cf187a1a39a558962b3d2bf 100644 (file)
@@ -1,3 +1,7 @@
+2013-04-09  Markus Metzger  <markus.t.metzger@intel.com>
+
+       * NEWS: Mention new btrace RSP packets.
+
 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
 
        * mingw-hdep.c (windows_get_absolute_argv0): New function.
index 9d18278e0cdd04f9ba24a8271e5d4e5a62096142..c7317f8bfc2f850e6d87ab399d3b6163a95351b6 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -223,6 +223,19 @@ QTBuffer:size
    Set the size of trace buffer.  The remote stub reports support for this
    packet to gdb's qSupported query.
 
+Qbtrace:bts
+  Enable Branch Trace Store (BTS)-based branch tracing for the current
+  thread.  The remote stub reports support for this packet to gdb's
+  qSupported query.
+
+Qbtrace:off
+  Disable branch tracing for the current thread.  The remote stub reports
+  support for this packet to gdb's qSupported query.
+
+qXfer:btrace:read
+  Read the traced branches for the current thread.  The remote stub
+  reports support for this packet to gdb's qSupported query.
+
 *** Changes in GDB 7.5
 
 * GDB now supports x32 ABI.  Visit <http://sites.google.com/site/x32abi/>