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] NEWS entry about aarch64-linux record/replay support


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

commit c16a3f522a71a20ff6e26599d684a61ac6acecca
Author: Omair Javaid <omair.javaid@linaro.org>
Date:   Mon May 11 12:10:43 2015 +0100

    NEWS entry about aarch64-linux record/replay support
    
    This patch adds the NEWS entry for aarch64-linux record replay
    support.
    
    It has been reviewed and approved.
    
    gdb:
    
    2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
    
    	* NEWS: Add a note on process record-replay support on aarch64*-linux*
    	targets.

Diff:
---
 gdb/ChangeLog | 5 +++++
 gdb/NEWS      | 4 ++++
 2 files changed, 9 insertions(+)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 96d014b..e038d6a 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
+
+	* NEWS: Add a note on process record-replay support on aarch64*-linux*
+	targets.
+
 2015-05-26  Martin Galvan  <martin.galvan@tallertechnologies.com>
 
 	* amd64-tdep.c: Replace in_function_epilogue_p with
diff --git a/gdb/NEWS b/gdb/NEWS
index 745444b..e7899a6 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.
+
 * GDB now honors the content of the file /proc/PID/coredump_filter
   (PID is the process ID) on GNU/Linux systems.  This file can be used
   to specify the types of memory mappings that will be included in a


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