gdb/
* NEWS: Mention new btrace RSP packets.
This commit is contained in:
parent
4c8429eff1
commit
10782d74c0
2 changed files with 17 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2013-04-09 Markus Metzger <markus.t.metzger@intel.com>
|
||||
|
||||
* NEWS: Mention new btrace RSP packets.
|
||||
|
||||
2013-04-08 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* symmisc.c (dump_msymbols): Cast fprintf_filtered argument to
|
||||
|
|
13
gdb/NEWS
13
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/>
|
||||
|
|
Loading…
Reference in a new issue