From e7a8dbfb0668470c813d8b31f92636a16ad65050 Mon Sep 17 00:00:00 2001 From: Hui Zhu Date: Wed, 6 May 2009 02:32:42 +0000 Subject: [PATCH] * NEWS: Add item for process record and replay. --- gdb/ChangeLog | 4 ++++ gdb/NEWS | 7 +++++++ 2 files changed, 11 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4bc90f1..3b8353e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2008-05-06 Hui Zhu + + * NEWS: Add item for process record and replay. + 2009-05-05 Maxim Grigoriev * xtensa-tdep.c (xtensa_frame_cache): Use pc instead of cache->pc. diff --git a/gdb/NEWS b/gdb/NEWS index 9b0b681..231f671 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -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 -- 2.7.4