This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Add NEWS entry for fast tracepoint support on aarch64-linux


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=4d9d419e0e0512c301eb1ffcb793828451653024

commit 4d9d419e0e0512c301eb1ffcb793828451653024
Author: Pierre Langlois <pierre.langlois@arm.com>
Date:   Mon Sep 21 15:01:05 2015 +0100

    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.

Diff:
---
 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  <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.
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)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]