diff options
author | Markus Metzger <mmetzger@sourceware.org> | 2013-04-09 08:04:32 +0000 |
---|---|---|
committer | Markus Metzger <mmetzger@sourceware.org> | 2013-04-09 08:04:32 +0000 |
commit | 10782d74c0ec2d0421dadbd7249c8c6bf3675c89 (patch) | |
tree | f59783d0006bb23072511e64c3cf9498138ff5d8 /gdb/NEWS | |
parent | 4c8429eff1e1d9e511b227b6ea0b15c06c376e30 (diff) | |
download | gdb-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/NEWS | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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/> |