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] Submit process record and replay third time, 8/9


Hi Pedro,

According to your mail.   I fix some format errors of this patch.
1.  Change all
 if (foo)
   {
     bar ();
   }
to
 if (foo)
   bar ();
2. Make all files don't have any line exceeding 80 columns.

Do you think this patch is OK?


Thanks,
Hui

On Thu, Jan 8, 2009 at 13:50, teawater <teawater@gmail.com> wrote:
> This patch add code make process record and replay can record I386
> Linux system call execute log.
>
> 2009-01-08  Hui Zhu  <teawater@gmail.com>
>
>        I386 Linux process record and replay support.
>
>        * i386-linux-tdep.c (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 "linux_record_tdep". Set
>        "i386_linux_intx80_sysenter_record" to "i386_intx80_record"
>        and "i386_sysenter_record".
>
>        2008-12-28  Michael Snyder  <msnyder@vmware.com>
>        * Comments, spelling, white space clean-ups.
>

Attachment: 8-i386-linux-tdep.txt
Description: Text document


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