From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3317 invoked by alias); 29 Aug 2009 18:06:05 -0000 Received: (qmail 3307 invoked by uid 22791); 29 Aug 2009 18:06:04 -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-iw0-f183.google.com (HELO mail-iw0-f183.google.com) (209.85.223.183) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 29 Aug 2009 18:05:59 +0000 Received: by iwn13 with SMTP id 13so1218402iwn.12 for ; Sat, 29 Aug 2009 11:05:57 -0700 (PDT) MIME-Version: 1.0 Received: by 10.231.61.195 with SMTP id u3mr2739228ibh.12.1251569157083; Sat, 29 Aug 2009 11:05:57 -0700 (PDT) In-Reply-To: <831vmubitq.fsf@gnu.org> References: <4A91CEEC.5000802@vmware.com> <4A92D317.9010002@vmware.com> <4A948FF1.6000405@vmware.com> <4A949176.9060604@vmware.com> <831vmubitq.fsf@gnu.org> From: Hui Zhu Date: Sat, 29 Aug 2009 18:28:00 -0000 Message-ID: Subject: Re: [RFA/RFC] Add dump and load command to process record and replay To: Eli Zaretskii Cc: msnyder@vmware.com, gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 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/msg00542.txt.bz2 On Sun, Aug 30, 2009 at 02:01, Eli Zaretskii wrote: >> From: Hui Zhu >> Date: Sat, 29 Aug 2009 23:18:29 +0800 >> Cc: Eli Zaretskii , "gdb-patches@sourceware.org" >> >> +@kindex record dump >> +@kindex rec dump >> +@item record dump [@var{file}] >> +@itemx rec dump [@var{file}] >> +Dump the execution records of the inferior process to a core file. > > "A core file"? you didn't really mean that, did you? > > Okay, with that bit fixed. > > Thanks. > Yes, it really dump record log to a core file. Now, record log is together with core file. Thanks, Hui