From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 863 invoked by alias); 14 Jun 2008 05:00:01 -0000 Received: (qmail 853 invoked by uid 22791); 14 Jun 2008 05:00:00 -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; Sat, 14 Jun 2008 04:59:40 +0000 Received: from [127.0.0.1] (bluesmobile.specifix.com [216.129.118.140]) by bluesmobile.specifix.com (Postfix) with ESMTP id 8B8643C1B2; Fri, 13 Jun 2008 21:59:38 -0700 (PDT) Subject: Re: GDB record patch 0.1.3.1 for GDB-6.8 release From: Michael Snyder To: teawater Cc: gdb-patches@sourceware.org, Thiago Jung Bauermann , Pedro Alves In-Reply-To: References: <200805231746.23570.pedro@codesourcery.com> <200806090152.00220.pedro@codesourcery.com> <1213204275.3601.605.camel@localhost.localdomain> <1213295393.3601.669.camel@localhost.localdomain> Content-Type: text/plain Date: Sat, 14 Jun 2008 10:31:00 -0000 Message-Id: <1213419578.3601.799.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-06/txt/msg00256.txt.bz2 On Sat, 2008-06-14 at 11:19 +0800, teawater wrote: > Hi Michael, > > I am reading "msnyder-reverse-20080609-branch". > I want to say that it's so great. It make all the reverse function > very clear. I like it. :) > > And I want say thanks to Pedro. Your idea that make recrd to be a > target is very fit "msnyder-reverse-20080609-branch". > To make record work with "msnyder-reverse-20080609-branch" without > your idea is so hard. :) > > I want to make record to be a target how do you think about it? I think it makes sense. It's a good way to keep things isolated from each other. It should make it possible to say "look, this can't possibly break anything else", which will hasten acceptance.