gdb/
authorMarkus Metzger <mmetzger@sourceware.org>
Tue, 9 Apr 2013 08:04:32 +0000 (08:04 +0000)
committerMarkus Metzger <mmetzger@sourceware.org>
Tue, 9 Apr 2013 08:04:32 +0000 (08:04 +0000)
* NEWS: Mention new btrace RSP packets.

gdb/ChangeLog
gdb/NEWS

index 5fd218d..f18ab96 100644 (file)
@@ -1,3 +1,7 @@
+2013-04-09  Markus Metzger  <markus.t.metzger@intel.com>
+
+       * NEWS: Mention new btrace RSP packets.
+
 2013-04-08  Tom Tromey  <tromey@redhat.com>
 
        * symmisc.c (dump_msymbols): Cast fprintf_filtered argument to
 2013-04-08  Tom Tromey  <tromey@redhat.com>
 
        * symmisc.c (dump_msymbols): Cast fprintf_filtered argument to
index a1bc679..6f202e2 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -246,6 +246,19 @@ QTBuffer:size
    Set the size of trace buffer.  The remote stub reports support for this
    packet to gdb's qSupported query.
 
    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/>
 *** Changes in GDB 7.5
 
 * GDB now supports x32 ABI.  Visit <http://sites.google.com/site/x32abi/>