From 4d9d419e0e0512c301eb1ffcb793828451653024 Mon Sep 17 00:00:00 2001 From: Pierre Langlois Date: Mon, 21 Sep 2015 15:01:05 +0100 Subject: [PATCH] Add NEWS entry for fast tracepoint support on aarch64-linux Here is a NEWS entry for this series: gdb/ChangeLog: * NEWS: Mention support for fast tracepoints on aarch64-linux. --- gdb/ChangeLog | 4 ++++ gdb/NEWS | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 935daf1..96bf4e0 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 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 variable. Call aarch64_decode_adr instead of aarch64_decode_adrp. diff --git a/gdb/NEWS b/gdb/NEWS index 86c6f02..2e38d9a 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) -- 2.7.4