From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22032 invoked by alias); 11 Sep 2008 22:31:40 -0000 Received: (qmail 22017 invoked by uid 22791); 11 Sep 2008 22:31:39 -0000 X-Spam-Check-By: sourceware.org Received: from smtp-outbound-2.vmware.com (HELO smtp-outbound-2.vmware.com) (65.115.85.73) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 11 Sep 2008 22:31:01 +0000 Received: from mailhost5.vmware.com (mailhost5.vmware.com [10.16.68.131]) by smtp-outbound-2.vmware.com (Postfix) with ESMTP id 989EA23010 for ; Thu, 11 Sep 2008 15:30:58 -0700 (PDT) Received: from [10.20.92.218] (promb-2s-dhcp218.eng.vmware.com [10.20.92.218]) by mailhost5.vmware.com (Postfix) with ESMTP id 8DC37DC0BA; Thu, 11 Sep 2008 15:30:58 -0700 (PDT) Message-ID: <48C99BE5.3020500@vmware.com> Date: Thu, 11 Sep 2008 22:31:00 -0000 From: Michael Snyder User-Agent: Thunderbird 1.5.0.12 (X11/20080411) MIME-Version: 1.0 To: Michael Snyder , "gdb-patches@sourceware.org" Subject: Re: [RFA] gdb-freeplay References: <48C86493.3000402@vmware.com> <20080911201701.GA13330@caradoc.them.org> In-Reply-To: <20080911201701.GA13330@caradoc.them.org> 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: 2008-09/txt/msg00246.txt.bz2 Daniel Jacobowitz wrote: > On Wed, Sep 10, 2008 at 05:21:39PM -0700, Michael Snyder wrote: >> Here's a 'bump' for the gdb-freeplay patch, now featuring >> support for reverse debugging. > > Does this share any code with gdbserver or gdbreplay? No, although I borrowed bits and pieces. > It doesn't look > like it, in which case it's probably more sensible to put it in a > separate directory. Maybe -- but gdbreplay doesn't share any code with gdbserver either. > > As for actually committing it, I'd request that you fix the FIXMEs > first :-) I always hate committing code with that hanging around. I use fixme and to-do somewhat interchangeably. They're not really indicative of a bug or breakage. I could globally replace them with TO-DO if it makes you feel better. ;-)