This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA/RFC Prec] Add Linux AMD64 process record support second version, (AMD64 Linux system call support) 3/3



2009-07-20 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".

I have no further issues with this patch.


Mark? Final word is yours.




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]