From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26220 invoked by alias); 18 Apr 2008 19:54:19 -0000 Received: (qmail 26204 invoked by uid 22791); 18 Apr 2008 19:54:18 -0000 X-Spam-Check-By: sourceware.org Received: from bluesmobile.specifix.com (HELO bluesmobile.specifix.com) (216.129.118.140) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 18 Apr 2008 19:53:50 +0000 Received: from [127.0.0.1] (bluesmobile.specifix.com [216.129.118.140]) by bluesmobile.specifix.com (Postfix) with ESMTP id AE4B33C3F2; Fri, 18 Apr 2008 12:53:48 -0700 (PDT) Subject: Re: GDB record patch 0.1.3 for GDB-6.8 release (It make I386-Linux GDB support Reversible Debugging) From: Michael Snyder To: Hui Zhu Cc: gdb@sourceware.org, gdb-patches@sourceware.org In-Reply-To: <4805A420.5060807@windriver.com> References: <4805A420.5060807@windriver.com> Content-Type: text/plain Date: Sat, 19 Apr 2008 00:11:00 -0000 Message-Id: <1208548428.4615.46.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 (2.10.3-7.fc7) Content-Transfer-Encoding: 7bit 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-04/txt/msg00387.txt.bz2 Teawater, I've just had a little try-out of your patch, and I must say that I think it's fantastic! I only played with it a little bit, but I loaded up gdb under gdb, did some stepping into function calls until I was 4 or 5 functions deep, then set it into reverse and stepped back to the beginning. Really, really nice work. I'm very excited. We will need to do some back-and-forth in order to get this in, but I definitely think we want it. Michael