From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24762 invoked by alias); 3 Oct 2008 15:46:13 -0000 Received: (qmail 24747 invoked by uid 22791); 3 Oct 2008 15:46:13 -0000 X-Spam-Check-By: sourceware.org Received: from smtp-outbound-1.vmware.com (HELO smtp-outbound-1.vmware.com) (65.113.40.141) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 03 Oct 2008 15:45:36 +0000 Received: from mailhost3.vmware.com (mailhost3.vmware.com [10.16.27.45]) by smtp-outbound-1.vmware.com (Postfix) with ESMTP id D168167DE; Fri, 3 Oct 2008 08:45:34 -0700 (PDT) Received: from PA-EXCAHT01.vmware.com (pa-excaht01.vmware.com [10.16.67.175]) by mailhost3.vmware.com (Postfix) with ESMTP id 0020CC9A1B; Fri, 3 Oct 2008 08:45:34 -0700 (PDT) Received: from pa-excaht12.vmware.com (10.113.81.205) by PA-EXCAHT01.vmware.com (10.16.67.175) with Microsoft SMTP Server (TLS) id 8.1.263.0; Fri, 3 Oct 2008 08:45:34 -0700 Received: from PA-EXMBX14.vmware.com ([10.113.81.216]) by pa-excaht12.vmware.com ([10.113.81.205]) with mapi; Fri, 3 Oct 2008 08:45:12 -0700 From: Michael Snyder To: Eli Zaretskii , teawater CC: "gdb-patches@sourceware.org" Date: Fri, 03 Oct 2008 15:46:00 -0000 Subject: RE: [RFA reverse] Process record and replay target user docs for gdb manual Message-ID: <09B97D2C4B49DF409E2D018999AC6FE115B42A89C0@PA-EXMBX14.vmware.com> References: , In-Reply-To: Accept-Language: en-US Content-Language: en-US acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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-10/txt/msg00087.txt.bz2 Hi Eli -- teawater has implemented a record/replay functionality for native linux gdb. It is one of four targets now that use my reverse debug patch. The plan is for his patches to be submitted once mine have been accepted. Meanwhile he and I have been collaborating on a cvs branch. Michael ________________________________________ From: gdb-patches-owner@sourceware.org [gdb-patches-owner@sourceware.org] O= n Behalf Of Eli Zaretskii [eliz@gnu.org] Sent: Thursday, October 02, 2008 11:25 PM To: teawater Cc: gdb-patches@sourceware.org Subject: Re: [RFA reverse] Process record and replay target user docs for g= db manual > Date: Thu, 2 Oct 2008 17:23:57 +0800 > From: teawater > > This is process record and replay target user manual. Thank you. Please remind me the context of this text. Does it describe additional aspects of the patches posted just yesterday by Michael Snyder? Or does it describe some other GDB feature? Or something else? Armed with that knowledge, I will know what to do with this text and when. Thanks.