diff options
author | Hui Zhu <teawater@gmail.com> | 2009-05-06 02:32:42 +0000 |
---|---|---|
committer | Hui Zhu <teawater@gmail.com> | 2009-05-06 02:32:42 +0000 |
commit | e7a8dbfb0668470c813d8b31f92636a16ad65050 (patch) | |
tree | 4476472bdb3d5657da23417f87bdb83fee214a6c /gdb/NEWS | |
parent | f6402f18d5bb784b2a4d66917fe2bb08969f7e34 (diff) | |
download | gdb-e7a8dbfb0668470c813d8b31f92636a16ad65050.zip gdb-e7a8dbfb0668470c813d8b31f92636a16ad65050.tar.gz gdb-e7a8dbfb0668470c813d8b31f92636a16ad65050.tar.bz2 |
* NEWS: Add item for process record and replay.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -3,6 +3,13 @@ *** Changes since GDB 6.8 +* Process record and replay + + In a architecture environment that supports ``process record and + replay'', ``process record and replay'' target can record a log of + the process execution, and replay it with both forward and reverse + execute commands. + * Reverse debugging: GDB now has new commands reverse-continue, reverse- step, reverse-next, reverse-finish, reverse-stepi, reverse-nexti, and set execution-direction {forward|reverse}, for targets that support |