diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5fd218da85..f18ab96911 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 a1bc679d54..6f202e2e8c 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