From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26022 invoked by alias); 7 Nov 2008 14:53:36 -0000 Received: (qmail 25978 invoked by uid 22791); 7 Nov 2008 14:53:36 -0000 X-Spam-Check-By: sourceware.org Received: from mtaout6.012.net.il (HELO mtaout6.012.net.il) (84.95.2.16) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 07 Nov 2008 14:52:44 +0000 Received: from conversion-daemon.i-mtaout6.012.net.il by i-mtaout6.012.net.il (HyperSendmail v2007.08) id <0K9Y00800XBAH300@i-mtaout6.012.net.il> for gdb-patches@sourceware.org; Fri, 07 Nov 2008 16:53:58 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.126.241.172]) by i-mtaout6.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0K9Y007X5XDVJ0M0@i-mtaout6.012.net.il>; Fri, 07 Nov 2008 16:53:55 +0200 (IST) Date: Fri, 07 Nov 2008 14:53:00 -0000 From: Eli Zaretskii Subject: Re: [RFA] Process record and replay, 9/10 In-reply-to: X-012-Sender: halo1@inter.net.il To: teawater Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: References: 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/msg00126.txt.bz2 > Date: Thu, 6 Nov 2008 15:51:51 +0800 > From: teawater > > + /* Record the return of system call. */ Two spaces after the period that ends a sentence, please. > +/* These macros are the size of the type that will be use in system call. The values of ^^^^^^^^^^^ "will be used" or "will be in use". > + these macros are gotten from Linux Kernel source. */ > +#define I386_RECORD_SIZE__old_kernel_stat 32 > +#define I386_RECORD_SIZE_tms 16 > +#define I386_RECORD_SIZE_loff_t 8 > +#define I386_RECORD_SIZE_flock 16 > +#define I386_RECORD_SIZE_oldold_utsname 45 > +#define I386_RECORD_SIZE_ustat 20 Shouldn't this kind of database be in the XML files just posted in the "catch syscall" thread?