From: Markus Metzger Date: Tue, 9 Apr 2013 08:07:30 +0000 (+0000) Subject: gdb/ X-Git-Tag: gdb_7_6-2013-04-26-release~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=986e093e652d05cd0e151879ace75b8c62e929a3;p=thirdparty%2Fbinutils-gdb.git gdb/ * NEWS: Mention new btrace RSP packets. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3546aa17173..8b57165d3df 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2013-04-09 Markus Metzger + + * NEWS: Mention new btrace RSP packets. + 2013-04-06 Eli Zaretskii * mingw-hdep.c (windows_get_absolute_argv0): New function. diff --git a/gdb/NEWS b/gdb/NEWS index 9d18278e0cd..c7317f8bfc2 100644 --- 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