From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5360 invoked by alias); 29 Sep 2009 03:21:41 -0000 Received: (qmail 5351 invoked by uid 22791); 29 Sep 2009 03:21:40 -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-f189.google.com (HELO mail-pz0-f189.google.com) (209.85.222.189) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 29 Sep 2009 03:21:34 +0000 Received: by pzk27 with SMTP id 27so2695776pzk.12 for ; Mon, 28 Sep 2009 20:21:33 -0700 (PDT) MIME-Version: 1.0 Received: by 10.142.3.13 with SMTP id 13mr265176wfc.302.1254194493091; Mon, 28 Sep 2009 20:21:33 -0700 (PDT) In-Reply-To: <20090928155853.GA9003@adacore.com> References: <4ABE96C8.6070702@vmware.com> <20090928155853.GA9003@adacore.com> From: Hui Zhu Date: Tue, 29 Sep 2009 03:21:00 -0000 Message-ID: Subject: Re: Record segfault To: Joel Brobecker Cc: Michael Snyder , gdb-patches ml , Marc Khouzam Content-Type: text/plain; charset=ISO-8859-1 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-09/txt/msg00903.txt.bz2 > It seems like a worthwhile patch to have, since it fixes a SEGV > (right?). Are you confident about the patch? It seems relatively > straightforward. My only comment is that it eliminates a query > when the user types a record stop - is that desirable? I guess > it is: What are the chances of someone typing "record stop" and > not wanting to stop the recording session? Sorry that it far away from the current issue that we want fix. It remove the query in "record stop" because I think the user will remember stop will remove the log. They don't need query each time. Thanks, Hui