diff options
-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 |