From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9655 invoked by alias); 4 Aug 2009 01:50:22 -0000 Received: (qmail 9612 invoked by uid 22791); 4 Aug 2009 01:50:20 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-pz0-f197.google.com (HELO mail-pz0-f197.google.com) (209.85.222.197) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 04 Aug 2009 01:50:13 +0000 Received: by pzk35 with SMTP id 35so2999800pzk.24 for ; Mon, 03 Aug 2009 18:50:10 -0700 (PDT) MIME-Version: 1.0 Received: by 10.142.251.15 with SMTP id y15mr156816wfh.50.1249350610080; Mon, 03 Aug 2009 18:50:10 -0700 (PDT) In-Reply-To: <4A771EA8.80002@vmware.com> References: <4A6B6E02.5080702@vmware.com> <4A74C90D.4040004@vmware.com> <4A766F30.2030000@vmware.com> <4A771EA8.80002@vmware.com> From: Hui Zhu Date: Tue, 04 Aug 2009 01:50:00 -0000 Message-ID: Subject: Re: [PREC/RFA] Add not_replay to make precord support release memory better To: Michael Snyder Cc: gdb-patches ml Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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-08/txt/msg00035.txt.bz2 On Tue, Aug 4, 2009 at 01:30, Michael Snyder wrote: > Hui Zhu wrote: >> >> The record_exec_entry don't have big contact with core dump patch. >> >> I think the new version is more clear. > > But we had this patch all worked out, and now you've added > a bunch of new stuff to it. =A0It's not a "new version" of the > "add not_replay" patch, it's a whole new change. > > That's not the way we do it. =A0If you want to add new stuff, > you start a new thread, you don't add it into a thread that's > already in review. > > OK. I got it. So the patch http://sourceware.org/ml/gdb-patches/2009-08/msg00006.html looks OK. Could you check it in? I will update dump patch after this patch in. Thanks, Hui