From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30260 invoked by alias); 4 Jun 2005 07:15:45 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 30207 invoked by uid 22791); 4 Jun 2005 07:15:34 -0000 Received: from 203.197.88.2.ill-pune.static.vsnl.net.in (HELO marvin.codito.net) (203.197.88.2) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Sat, 04 Jun 2005 07:15:34 +0000 Received: from [192.168.100.46] ([220.225.32.98]) (authenticated bits=0) by marvin.codito.net (8.13.4/8.13.4/Debian-2) with ESMTP id j547AYlp021266; Sat, 4 Jun 2005 12:44:36 +0530 Message-ID: <42A1534A.7060705@codito.com> Date: Sat, 04 Jun 2005 07:15:00 -0000 From: Soam Vasani User-Agent: Mozilla Thunderbird 0.7.3 (X11/20040830) MIME-Version: 1.0 To: Michael Snyder CC: gdb@sources.redhat.com, lizard-hackers@lists.sourceforge.net Subject: Re: [reverse] A "toy" implementation of reverse execution References: <42A0B5AD.1060401@redhat.com> In-Reply-To: <42A0B5AD.1060401@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-06/txt/msg00029.txt.bz2 Hi, We've implemented some reverse debugging functionality using checkpoints, but without stopping at every instruction. Currently it only works on native i386. Please see http://lizard.sourceforge.net/explain.html for more information. regards, soam