aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorHui Zhu <teawater@gmail.com>2009-04-30 03:21:46 +0000
committerHui Zhu <teawater@gmail.com>2009-04-30 03:21:46 +0000
commit77fcef5176edd104e0488c6ce6a461930406792e (patch)
tree1f22e40795ebc452e79fde56dc9cf8fd6fde250b /gdb/ChangeLog
parent7ad10968513bdf1f4af09a74f6b51547547ad2bd (diff)
downloadgdb-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/ChangeLog15
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,