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 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(-)