Add "volatile" keyword to "struct gdb_exception" declaration
[deliverable/binutils-gdb.git] / gdb / NEWS
index c6402feb0d06472291eae25023f33b42b0254060..44189d540586d40149567d29800c4aed12a89b60 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
   'record instruction-history' commands are now inclusive.
 
 * The btrace record target now supports the 'record goto' command.
+  For locations inside the execution trace, the back trace is computed
+  based on the information stored in the execution trace.
+
+* The btrace record target supports limited reverse execution and replay.
+  The target does not record data and therefore does not allow reading
+  memory or registers.
+
+* New remote packets
+
+qXfer:btrace:read's annex
+  The qXfer:btrace:read packet supports a new annex 'delta' to read
+  branch trace incrementally.
 
 *** Changes in GDB 7.7
 
This page took 0.024705 seconds and 4 git commands to generate.