From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21920 invoked by alias); 20 Nov 2008 02:06:21 -0000 Received: (qmail 21874 invoked by uid 22791); 20 Nov 2008 02:06:21 -0000 X-Spam-Check-By: sourceware.org Received: from smtp-outbound-2.vmware.com (HELO smtp-outbound-2.vmware.com) (65.115.85.73) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 20 Nov 2008 02:05:46 +0000 Received: from mailhost4.vmware.com (mailhost4.vmware.com [10.16.67.124]) by smtp-outbound-2.vmware.com (Postfix) with ESMTP id 258622E005; Wed, 19 Nov 2008 18:05:44 -0800 (PST) Received: from [10.20.92.151] (promb-2s-dhcp151.eng.vmware.com [10.20.92.151]) by mailhost4.vmware.com (Postfix) with ESMTP id 1F263C9A1C; Wed, 19 Nov 2008 18:05:44 -0800 (PST) Message-ID: <4924C5F6.8090800@vmware.com> Date: Thu, 20 Nov 2008 06:14:00 -0000 From: Michael Snyder User-Agent: Thunderbird 1.5.0.12 (X11/20080411) MIME-Version: 1.0 To: teawater CC: "gdb-patches@sourceware.org" Subject: Re: [RFA] Resubmit process record and replay, 9/10 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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/msg00529.txt.bz2 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. ;-)