From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19290 invoked by alias); 1 May 2009 17:02:43 -0000 Received: (qmail 19075 invoked by uid 22791); 1 May 2009 17:02:41 -0000 X-SWARE-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from ti-out-0910.google.com (HELO ti-out-0910.google.com) (209.85.142.185) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 01 May 2009 17:02:36 +0000 Received: by ti-out-0910.google.com with SMTP id a1so249658tib.12 for ; Fri, 01 May 2009 10:02:33 -0700 (PDT) MIME-Version: 1.0 Received: by 10.110.26.8 with SMTP id 8mr229364tiz.12.1241197353354; Fri, 01 May 2009 10:02:33 -0700 (PDT) In-Reply-To: <833abpdvzy.fsf@gnu.org> References: <833abpdvzy.fsf@gnu.org> Date: Fri, 01 May 2009 17:02:00 -0000 Message-ID: Subject: Re: Process record and replay checked in to main trunk From: Hui Zhu To: Eli Zaretskii Cc: gdb-patches@sourceware.org, pedro@codesourcery.com, marc.khouzam@ericsson.com, msnyder@vmware.com, bauerman@br.ibm.com, mark.kettenis@xs4all.nl 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-05/txt/msg00030.txt.bz2 Hi Eli, On Fri, May 1, 2009 at 17:15, Eli Zaretskii wrote: >> Date: Thu, 30 Apr 2009 15:59:30 +0800 >> From: Hui Zhu >> Cc: Pedro Alves , Marc Khouzam , >> =A0 =A0 =A0 Michael Snyder , Thiago Jung Bauermann <= bauerman@br.ibm.com>, Eli Zaretskii , >> =A0 =A0 =A0 Mark Kettenis >> >> Process record and replay make gdb can record inferior execute log and >> replay (include reverse debug). >> Now, it support I386-Linux single-thread single-inferior native debug. >> >> >> It was checked in today. >> Thanks for evey people that spent time on process record. =A0Precord >> can't be a part of gdb without your help. =A0Thank you very much. =A0:) > > Thanks. =A0I clarified and improved the section in the manual with the > patch below (committed). That is great. Thanks. > > What I think is still missing from the manual is a few sentences that > would explain when this target is useful. =A0Can you provide such ``war > stories''? =A0I will then add them to the manual. Which sentences? ``war stories''? Do you mean is internal doc? Thanks, Hui