NEWS entry about aarch64-linux record/replay support

Message ID 1410996642-5694-1-git-send-email-omair.javaid@linaro.org
State Committed
Headers

Commit Message

Omair Javaid Sept. 17, 2014, 11:30 p.m. UTC
  gdb:

2014-09-18  Omair Javaid  <omair.javaid@linaro.org>

	* NEWS: Add a note on process record-replay support on aarch64*-linux*
	targets.

---
 gdb/NEWS | 4 ++++
 1 file changed, 4 insertions(+)
  

Comments

Eli Zaretskii Sept. 18, 2014, 2:53 a.m. UTC | #1
> From: Omair Javaid <omair.javaid@linaro.org>
> Date: Thu, 18 Sep 2014 04:30:42 +0500
> 
> gdb:
> 
> 2014-09-18  Omair Javaid  <omair.javaid@linaro.org>
> 
> 	* NEWS: Add a note on process record-replay support on aarch64*-linux*
> 	targets.
> 
> ---
>  gdb/NEWS | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/gdb/NEWS b/gdb/NEWS
> index 343ee49..a9eeded 100644
> --- a/gdb/NEWS
> +++ b/gdb/NEWS
> @@ -3,6 +3,10 @@
>  
>  *** Changes since GDB 7.8
>  
> +* Support for process record-replay and reverse debugging on aarch64*-linux*
> +  targets has been added.  GDB now supports recording of A64 instruction set
> +  including advance SIMD instructions.
> +

This is OK, thanks.
  

Patch

diff --git a/gdb/NEWS b/gdb/NEWS
index 343ee49..a9eeded 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -3,6 +3,10 @@ 
 
 *** Changes since GDB 7.8
 
+* Support for process record-replay and reverse debugging on aarch64*-linux*
+  targets has been added.  GDB now supports recording of A64 instruction set
+  including advance SIMD instructions.
+
 * GDB now supports hardware watchpoints on x86 GNU Hurd.
 
 * Python Scripting