[obv] gdb/NEWS: Add mention of s390*-linux tracepoints.

Message ID 1459287626-26872-1-git-send-email-koriakin@0x04.net
State New, archived
Headers

Commit Message

Marcin Kościelnicki March 29, 2016, 9:40 p.m. UTC
  gdb/ChangeLog:

	* NEWS: Mention support for tracepoints on s390*-linux.
---
Here's the promised NEWS entry, pushed as obvious.

 gdb/ChangeLog | 4 ++++
 gdb/NEWS      | 4 ++++
 2 files changed, 8 insertions(+)
  

Comments

Eli Zaretskii March 30, 2016, 2:48 a.m. UTC | #1
> From: Marcin Kościelnicki <koriakin@0x04.net>
> Cc: uweigand@de.ibm.com,	gdb-patches@sourceware.org,	Marcin Kościelnicki <koriakin@0x04.net>
> Date: Tue, 29 Mar 2016 23:40:26 +0200
> 
> diff --git a/gdb/NEWS b/gdb/NEWS
> index 34c5a8d..ce031ee 100644
> --- a/gdb/NEWS
> +++ b/gdb/NEWS
> @@ -37,6 +37,10 @@ skip -rfunction regular-expression
>  maint info line-table REGEXP
>    Display the contents of GDB's internal line table data struture.
>  
> +* Support for tracepoints and fast tracepoints on s390-linux and s390x-linux
> +  was added in GDBserver, including JIT compiling fast tracepoint's
> +  conditional expression bytecode into native code.

OK, thanks.
  

Patch

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index d0f8e7f..25afbef 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@ 
+2016-03-29  Marcin Kościelnicki  <koriakin@0x04.net>
+
+	* NEWS: Mention support for tracepoints on s390*-linux.
+
 2016-03-29  Don Breazeal  <donb@codesourcery.com>
 
 	* gdb/value.c (value_actual_type): Fix formatting issue.
diff --git a/gdb/NEWS b/gdb/NEWS
index 34c5a8d..ce031ee 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -37,6 +37,10 @@  skip -rfunction regular-expression
 maint info line-table REGEXP
   Display the contents of GDB's internal line table data struture.
 
+* Support for tracepoints and fast tracepoints on s390-linux and s390x-linux
+  was added in GDBserver, including JIT compiling fast tracepoint's
+  conditional expression bytecode into native code.
+
 *** Changes in GDB 7.11
 
 * GDB now supports debugging kernel-based threads on FreeBSD.