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, 5/10


This patch add process record and replay for Linux support file. The
main function is "record_linux_system_call" will be called by
architecture record function. It is used to record the system call
execute log.

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

	Process record and replay target.

	* Makefile.in (linux-record.c): New file.
	* configure.tgt (linux-record.c): New file.
	* linux-record.c, linux-record.h: New file.

 Makefile.in    |    4
 configure.tgt  |    6
 linux-record.c | 2465 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 linux-record.h |  171 +++
 4 files changed, 2642 insertions(+), 4 deletions(-)

Attachment: linux-record.txt
Description: Text document


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