diff options
author | Omair Javaid <omair.javaid@linaro.org> | 2015-05-11 12:10:43 +0100 |
---|---|---|
committer | Yao Qi <yao.qi@linaro.org> | 2015-05-26 12:42:01 +0100 |
commit | c16a3f522a71a20ff6e26599d684a61ac6acecca (patch) | |
tree | 082ceb4088d6cd43f55f82e907aa187b50134a8d /gdb | |
parent | c9cf6e20c6988a7e510cfe788b1b2cfe4d0d04a7 (diff) | |
download | gdb-c16a3f522a71a20ff6e26599d684a61ac6acecca.zip gdb-c16a3f522a71a20ff6e26599d684a61ac6acecca.tar.gz gdb-c16a3f522a71a20ff6e26599d684a61ac6acecca.tar.bz2 |
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.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/NEWS | 4 |
2 files changed, 9 insertions, 0 deletions
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 @@ -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 |