From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3889 invoked by alias); 30 Apr 2009 20:00:51 -0000 Received: (qmail 3875 invoked by uid 22791); 30 Apr 2009 20:00:49 -0000 X-SWARE-Spam-Status: No, hits=-2.5 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; Thu, 30 Apr 2009 20:00:43 +0000 Received: from mailhost3.vmware.com (mailhost3.vmware.com [10.16.27.45]) by smtp-outbound-1.vmware.com (Postfix) with ESMTP id 1E3BE13463; Thu, 30 Apr 2009 13:00:42 -0700 (PDT) Received: from [10.20.94.141] (msnyder-server.eng.vmware.com [10.20.94.141]) by mailhost3.vmware.com (Postfix) with ESMTP id 144EFCA048; Thu, 30 Apr 2009 13:00:42 -0700 (PDT) Message-ID: <49FA01A3.2050306@vmware.com> Date: Thu, 30 Apr 2009 20:00:00 -0000 From: Michael Snyder User-Agent: Thunderbird 1.5.0.12 (X11/20080411) MIME-Version: 1.0 To: Marc Khouzam CC: Hui Zhu , "gdb-patches@sourceware.org" , Pedro Alves , Thiago Jung Bauermann , Eli Zaretskii , Mark Kettenis Subject: Re: Process record and replay checked in to main trunk References: <6D19CA8D71C89C43A057926FE0D4ADAA075CA8EE@ecamlmw720.eamcs.ericsson.se> In-Reply-To: <6D19CA8D71C89C43A057926FE0D4ADAA075CA8EE@ecamlmw720.eamcs.ericsson.se> Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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: 2009-04/txt/msg00822.txt.bz2 Marc Khouzam wrote: > > >> 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. > > Congratulations! Yes, congratulations! The work itself is a great accomplishment, and pushing it through the approval process has been a second accomplishment of almost equal magnitude! I appreciate all of your hard work, as well as the time invested by all the maintainers in review and discussion. Good work, all!