This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[RFA] Process record and replay, 3/10


This patch add the process record and replay target.  This is the core
part of process record and replay.

2008-11-06  Hui Zhu  <teawater@gmail.com>

	Process record and replay target.

	* Makefile.in (record.c): New file.
	* record.c, record.h: New file.

 Makefile.in |    4
 record.c    | 1143 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 record.h    |   99 +++++
 3 files changed, 1244 insertions(+), 2 deletions(-)

Attachment: record_target.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]