I386 Linux process record and replay support.
authorHui Zhu <teawater@gmail.com>
Thu, 30 Apr 2009 03:21:46 +0000 (03:21 +0000)
committerHui Zhu <teawater@gmail.com>
Thu, 30 Apr 2009 03:21:46 +0000 (03:21 +0000)
commit77fcef5176edd104e0488c6ce6a461930406792e
tree1f22e40795ebc452e79fde56dc9cf8fd6fde250b
parent7ad10968513bdf1f4af09a74f6b51547547ad2bd
I386 Linux process record and replay support.

* i386-linux-tdep.c (i386_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 "i386_linux_record_tdep".
Set "i386_linux_intx80_sysenter_record" to
"i386_intx80_record" and "i386_sysenter_record".
gdb/ChangeLog
gdb/i386-linux-tdep.c
This page took 0.025107 seconds and 4 git commands to generate.