This patch add code make process record and replay can record I386 Linux system call execute log. 2009-03-21 Hui Zhu I386 Linux process record and replay support. * i386-linux-tdep.c (linux_record_tdep): New variable. This struct has the argument for the function "record_linux_system_call". (i386_linux_intx80_sysenter_record): New function. Parse the system call instruction and call function "record_linux_system_call" to record execute log. (i386_linux_init_abi): Initialize "linux_record_tdep". Set "i386_linux_intx80_sysenter_record" to "i386_intx80_record" and "i386_sysenter_record". 2008-12-28 Michael Snyder * Comments, spelling, white space clean-ups.