aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Metzger <mmetzger@sourceware.org>2013-04-09 08:04:32 +0000
committerMarkus Metzger <mmetzger@sourceware.org>2013-04-09 08:04:32 +0000
commit10782d74c0ec2d0421dadbd7249c8c6bf3675c89 (patch)
treef59783d0006bb23072511e64c3cf9498138ff5d8
parent4c8429eff1e1d9e511b227b6ea0b15c06c376e30 (diff)
downloadfsf-binutils-gdb-10782d74c0ec2d0421dadbd7249c8c6bf3675c89.zip
fsf-binutils-gdb-10782d74c0ec2d0421dadbd7249c8c6bf3675c89.tar.gz
fsf-binutils-gdb-10782d74c0ec2d0421dadbd7249c8c6bf3675c89.tar.bz2
gdb/
* NEWS: Mention new btrace RSP packets.
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/NEWS13
2 files changed, 17 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 5fd218d..f18ab96 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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
diff --git a/gdb/NEWS b/gdb/NEWS
index a1bc679..6f202e2 100644
--- 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.
+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/>