Add NEWS entry for fast tracepoint support on aarch64-linux
authorPierre Langlois <pierre.langlois@arm.com>
Mon, 21 Sep 2015 14:01:05 +0000 (15:01 +0100)
committerYao Qi <yao.qi@linaro.org>
Mon, 21 Sep 2015 14:01:05 +0000 (15:01 +0100)
Here is a NEWS entry for this series:

gdb/ChangeLog:

* NEWS: Mention support for fast tracepoints on aarch64-linux.

gdb/ChangeLog
gdb/NEWS

index 935daf1..96bf4e0 100644 (file)
@@ -1,5 +1,9 @@
 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
 
+       * NEWS: Mention support for fast tracepoints on aarch64-linux.
+
+2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
+
        * aarch64-tdep.c (aarch64_analyze_prologue): New is_adrp
        variable.  Call aarch64_decode_adr instead of
        aarch64_decode_adrp.
index 86c6f02..2e38d9a 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
   GDB now is able to debug both AArch64 applications and ARM applications
   at the same time.
 
+* Support for fast tracepoints on aarch64-linux was added in GDBserver,
+  including JIT compiling fast tracepoint's conditional expression bytecode
+  into native code.
+
 * New commands
 
 maint set target-non-stop (on|off|auto)