From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18672 invoked by alias); 3 Aug 2009 05:41:22 -0000 Received: (qmail 18664 invoked by uid 22791); 3 Aug 2009 05:41:21 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-pz0-f197.google.com (HELO mail-pz0-f197.google.com) (209.85.222.197) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 03 Aug 2009 05:41:12 +0000 Received: by mail-pz0-f197.google.com with SMTP id 35so2561405pzk.24 for ; Sun, 02 Aug 2009 22:41:12 -0700 (PDT) MIME-Version: 1.0 Received: by 10.142.134.12 with SMTP id h12mr462456wfd.35.1249278072096; Sun, 02 Aug 2009 22:41:12 -0700 (PDT) In-Reply-To: References: <4A5A8438.6030005@vmware.com> <4A6121FC.3030205@vmware.com> <4A6B80EA.9020802@vmware.com> From: Hui Zhu Date: Mon, 03 Aug 2009 05:41:00 -0000 Message-ID: Subject: Re: [RFA/RFC Prec] Add Linux AMD64 process record support second version, (AMD64 Linux system call support) 3/3 To: Mark Kettenis Cc: Michael Snyder , gdb-patches ml Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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: 2009-08/txt/msg00021.txt.bz2 Ping. On Tue, Jul 28, 2009 at 09:44, Hui Zhu wrote: > Hi Mark, > > Could you please help me review this patch? > > Thanks, > Hui > > On Sun, Jul 26, 2009 at 06:02, Michael Snyder wrote: >> >>> 2009-07-20 =A0Hui Zhu =A0 >>> >>> =A0 =A0 =A0 =A0Add Linux AMD64 process record support. >>> >>> =A0 =A0 =A0 =A0* amd64-linux-tdep.c (amd64_linux_record_tdep): New vari= able. >>> =A0 =A0 =A0 =A0This struct has the argument for the function >>> =A0 =A0 =A0 =A0"record_linux_system_call". >>> =A0 =A0 =A0 =A0(amd64_linux_syscall_record): New function. Parse the >>> =A0 =A0 =A0 =A0system call instruction and call function >>> =A0 =A0 =A0 =A0"record_linux_system_call" to record execute log. >>> =A0 =A0 =A0 =A0(i386_linux_init_abi): Initialize "amd64_linux_record_td= ep". >>> =A0 =A0 =A0 =A0Set "amd64_linux_syscall_record" to "i386_syscall_record= ". >> >> I have no further issues with this patch. >> >> Mark? =A0Final word is yours. >> >> >> >> >