diff options
author | Hui Zhu <teawater@gmail.com> | 2009-08-10 03:06:34 +0000 |
---|---|---|
committer | Hui Zhu <teawater@gmail.com> | 2009-08-10 03:06:34 +0000 |
commit | 952b2d6368151e609e6312e2e83f3ac40433ba41 (patch) | |
tree | 8aece5e0b17a19fbda136ab7e1eea922176b3ac9 /gdb/ChangeLog | |
parent | 2c543fc432a396cc5acf29e9dd042a81d534c51a (diff) | |
download | gdb-952b2d6368151e609e6312e2e83f3ac40433ba41.zip gdb-952b2d6368151e609e6312e2e83f3ac40433ba41.tar.gz gdb-952b2d6368151e609e6312e2e83f3ac40433ba41.tar.bz2 |
2009-08-10 Hui Zhu <teawater@gmail.com>
Add Linux AMD64 process record support.
* amd64-linux-tdep.c (amd64_linux_record_tdep): New variable.
This struct has the argument for the function
"record_linux_system_call".
(amd64_linux_syscall_record): New function. Parse the
system call instruction and call function
"record_linux_system_call" to record execute log.
(i386_linux_init_abi): Initialize "amd64_linux_record_tdep".
Set "amd64_linux_syscall_record" to "i386_syscall_record".
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 930743d..3838927 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,18 @@ 2009-08-10 Hui Zhu <teawater@gmail.com> + Add Linux AMD64 process record support. + + * amd64-linux-tdep.c (amd64_linux_record_tdep): New variable. + This struct has the argument for the function + "record_linux_system_call". + (amd64_linux_syscall_record): New function. Parse the + system call instruction and call function + "record_linux_system_call" to record execute log. + (i386_linux_init_abi): Initialize "amd64_linux_record_tdep". + Set "amd64_linux_syscall_record" to "i386_syscall_record". + +2009-08-10 Hui Zhu <teawater@gmail.com> + Add process record Linux system call 64 bits support. * linux-record.h (linux_record_tdep): Add size_pointer, |