[8/8] Add NEWS entry for fast tracepoint support on aarch64-linux

Message ID 1442580184-22562-9-git-send-email-yao.qi@linaro.org
State New, archived
Headers

Commit Message

Yao Qi Sept. 18, 2015, 12:43 p.m. UTC
  From: Pierre Langlois <pierre.langlois@arm.com>

Here is a NEWS entry for this series:

gdb/ChangeLog:

	* NEWS: Mention support for fast tracepoints on aarch64-linux.
---
 gdb/NEWS | 4 ++++
 1 file changed, 4 insertions(+)
  

Comments

Eli Zaretskii Sept. 18, 2015, 2:07 p.m. UTC | #1
> From: Yao Qi <qiyaoltc@gmail.com>
> Date: Fri, 18 Sep 2015 13:43:04 +0100
> 
> From: Pierre Langlois <pierre.langlois@arm.com>
> 
> Here is a NEWS entry for this series:
> 
> gdb/ChangeLog:
> 
> 	* NEWS: Mention support for fast tracepoints on aarch64-linux.

This is OK.

Thanks.
  

Patch

diff --git a/gdb/NEWS b/gdb/NEWS
index f563b8c..c819226 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -16,6 +16,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)