diff options
author | Omair Javaid <omair.javaid@linaro.org> | 2014-01-04 00:15:36 +0500 |
---|---|---|
committer | Will Newton <will.newton@linaro.org> | 2014-01-15 16:58:58 +0000 |
commit | 33a97bbe01566b42a9e6a0466814c2fb46d0c368 (patch) | |
tree | 0f8877171e1366ef03b9f3aa7ab69b03e8e8dfe9 /gdb/NEWS | |
parent | 596662fa9956dffad8ac9c3a9eb001bf39e1314e (diff) | |
download | gdb-33a97bbe01566b42a9e6a0466814c2fb46d0c368.zip gdb-33a97bbe01566b42a9e6a0466814c2fb46d0c368.tar.gz gdb-33a97bbe01566b42a9e6a0466814c2fb46d0c368.tar.bz2 |
gdb: Add a NEWS entry for ARM record/replay improvements
This patch adds a news entry about improvements in record-replay and
reverse debugging support for arm*-linux* targets.
gdb/ChangeLog:
2014-01-15 Omair Javaid <omair.javaid@linaro.org>
* NEWS: Add note on improved process record-replay on
arm*-linux* targets.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -5,6 +5,10 @@ *** Changes in GDB 7.7 +* Improved support for process record-replay and reverse debugging on + arm*-linux* targets. Support for thumb32 and syscall instruction + recording has been added. + * GDB now supports SystemTap SDT probes on AArch64 GNU/Linux. * GDB now supports Fission DWP file format version 2. |