diff options
author | Hui Zhu <teawater@gmail.com> | 2009-04-30 03:21:46 +0000 |
---|---|---|
committer | Hui Zhu <teawater@gmail.com> | 2009-04-30 03:21:46 +0000 |
commit | 77fcef5176edd104e0488c6ce6a461930406792e (patch) | |
tree | 1f22e40795ebc452e79fde56dc9cf8fd6fde250b /gdb/ChangeLog | |
parent | 7ad10968513bdf1f4af09a74f6b51547547ad2bd (diff) | |
download | gdb-77fcef5176edd104e0488c6ce6a461930406792e.zip gdb-77fcef5176edd104e0488c6ce6a461930406792e.tar.gz gdb-77fcef5176edd104e0488c6ce6a461930406792e.tar.bz2 |
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".
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index afe7560..2d1fdf6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,6 +1,21 @@ 2009-04-30 Hui Zhu <teawater@gmail.com> Michael Snyder <msnyder@vmware.com> + 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". + +2009-04-30 Hui Zhu <teawater@gmail.com> + Michael Snyder <msnyder@vmware.com> + I386 architecture process record and replay support. * i386-tdep.c (PREFIX_REPZ, PREFIX_REPNZ, PREFIX_LOCK, |