diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 935daf17c68..96bf4e0c2ec 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2015-09-21 Pierre Langlois + + * NEWS: Mention support for fast tracepoints on aarch64-linux. + 2015-09-21 Pierre Langlois * aarch64-tdep.c (aarch64_analyze_prologue): New is_adrp diff --git a/gdb/NEWS b/gdb/NEWS index 86c6f021a18..2e38d9a6c8d 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -18,6 +18,10 @@ 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)