aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
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 /gdb/NEWS
parent4c8429eff1e1d9e511b227b6ea0b15c06c376e30 (diff)
downloadgdb-10782d74c0ec2d0421dadbd7249c8c6bf3675c89.zip
gdb-10782d74c0ec2d0421dadbd7249c8c6bf3675c89.tar.gz
gdb-10782d74c0ec2d0421dadbd7249c8c6bf3675c89.tar.bz2
gdb/
* NEWS: Mention new btrace RSP packets.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS13
1 files changed, 13 insertions, 0 deletions
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/>