[v4,1/5] NEWS entry about aarch64-linux record/replay support

Message ID 1422926216-15740-2-git-send-email-omair.javaid@linaro.org
State Committed
Headers

Commit Message

Omair Javaid Feb. 3, 2015, 1:16 a.m. UTC
  gdb:

2015-02-02  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 Feb. 3, 2015, 3:38 a.m. UTC | #1
> From: Omair Javaid <omair.javaid@linaro.org>
> Date: Tue,  3 Feb 2015 06:16:52 +0500
> 
> gdb:
> 
> 2015-02-02  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(+)

OK, thanks.
  

Patch

diff --git a/gdb/NEWS b/gdb/NEWS
index f19577a..468a14c 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -3,6 +3,10 @@ 
 
 *** Changes since GDB 7.9
 
+* 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.
+
 * The "info source" command now displays the producer string if it was
   present in the debug info.  This typically includes the compiler version
   and may include things like its command line arguments.