From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19086 invoked by alias); 9 Sep 2009 20:30:15 -0000 Received: (qmail 19010 invoked by uid 22791); 9 Sep 2009 20:30:13 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from smtp-outbound-1.vmware.com (HELO smtp-outbound-1.vmware.com) (65.115.85.69) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 09 Sep 2009 20:30:07 +0000 Received: from mailhost4.vmware.com (mailhost4.vmware.com [10.16.67.124]) by smtp-outbound-1.vmware.com (Postfix) with ESMTP id 508F0130C4; Wed, 9 Sep 2009 13:30:06 -0700 (PDT) Received: from [10.20.94.141] (msnyder-server.eng.vmware.com [10.20.94.141]) by mailhost4.vmware.com (Postfix) with ESMTP id 473F2C9A98; Wed, 9 Sep 2009 13:30:06 -0700 (PDT) Message-ID: <4AA80FE8.4060503@vmware.com> Date: Wed, 09 Sep 2009 20:30:00 -0000 From: Michael Snyder User-Agent: Thunderbird 1.5.0.12 (X11/20080411) MIME-Version: 1.0 To: Greg Law CC: "gdb@sourceware.org" Subject: Re: [patch] htdocs, news, reversible.html References: <4AA57495.2040603@vmware.com> <4AA7AE93.8090405@undo-software.com> In-Reply-To: <4AA7AE93.8090405@undo-software.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-09/txt/msg00155.txt.bz2 Greg Law wrote: > Hi Michael, > > Michael Snyder wrote: >> Hello, >> >> I checked in the attached update to the gdb web page about reverse >> debugging. Appologies for not seeking review comments first -- I >> will welcome them now and be glad to post corrections or additions. >> >> Michael >> >> PS -- especially if I neglected to acknowledge anybody or mention >> an existing reverse debug target! > > Could you add us to the list please? :-) Sure, will this do? diff -u -p -r1.6 reversible.html --- reversible.html 9 Sep 2009 20:26:38 -0000 1.6 +++ reversible.html 9 Sep 2009 20:29:24 -0000 @@ -70,6 +70,7 @@ reverse debugging. Those targets curren Simics
  • the SID simulator (xstormy16 architecture)
  • chronicle-gdbserver using valgrind +
  • UndoDB > BTW - we have a preview of our gdb target ready now - you can get it > here: http://undo-software.com/undodb_requestbeta.html > > > Cheers, > > Greg >