From: Markus Metzger Date: Tue, 9 Apr 2013 08:04:32 +0000 (+0000) Subject: gdb/ X-Git-Tag: cygwin-64bit-premerge~156 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=10782d74c0ec2d0421dadbd7249c8c6bf3675c89;p=platform%2Fupstream%2Fbinutils.git gdb/ * NEWS: Mention new btrace RSP packets. --- 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 + + * NEWS: Mention new btrace RSP packets. + 2013-04-08 Tom Tromey * 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