From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9577 invoked by alias); 20 Nov 2008 05:27:44 -0000 Received: (qmail 9536 invoked by uid 22791); 20 Nov 2008 05:27:43 -0000 X-Spam-Check-By: sourceware.org Received: from ti-out-0910.google.com (HELO ti-out-0910.google.com) (209.85.142.187) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 20 Nov 2008 05:27:08 +0000 Received: by ti-out-0910.google.com with SMTP id d10so145236tib.12 for ; Wed, 19 Nov 2008 21:27:05 -0800 (PST) Received: by 10.110.39.20 with SMTP id m20mr2405695tim.45.1227158825533; Wed, 19 Nov 2008 21:27:05 -0800 (PST) Received: by 10.110.103.3 with HTTP; Wed, 19 Nov 2008 21:27:05 -0800 (PST) Message-ID: Date: Thu, 20 Nov 2008 14:29:00 -0000 From: teawater To: "Michael Snyder" Subject: Re: [RFA] Resubmit process record and replay, 9/10 Cc: "gdb-patches@sourceware.org" In-Reply-To: <4924C5F6.8090800@vmware.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4924C5F6.8090800@vmware.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-11/txt/msg00541.txt.bz2 This patch is in 9-i386-linux-tdep.txt. I want to add "diff with the previous patch" to make RFA clear. Now, I think it make rfa not clear. Sorry for that. On Thu, Nov 20, 2008 at 10:05, Michael Snyder wrote: > teawater wrote: >> >> This patch add code make process record and replay can record I386 >> Linux system call execute log. >> >> 2008-11-16 Hui Zhu >> >> 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" record execute log. > > ... to record an execution log. > >> (i386_linux_init_abi): Initialize "linux_record_tdep". Set >> "i386_linux_intx80_sysenter_record" to "i386_intx80_record" >> and "i386_sysenter_record". >> >> i386-linux-tdep.c | 318 >> ++++++++++++++++++++++++++++++++++++++++++++++++++++++ >> 1 file changed, 318 insertions(+) >> >> Following is the diff with the previous patch: > > And again, don't know how others feel, but I personally would > rather see the diff against the current cvs state. > > With, if appropriate, a short verbal description of changes > since the previous patch. > > If I'm wrong about the group preference, ok. ;-) >