From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25341 invoked by alias); 20 Feb 2008 17:18:39 -0000 Received: (qmail 25333 invoked by uid 22791); 20 Feb 2008 17:18:39 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 20 Feb 2008 17:18:15 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 62E472A96D5 for ; Wed, 20 Feb 2008 12:18:13 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id rPrOobvEbCQy for ; Wed, 20 Feb 2008 12:18:13 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 2DBBA2A963E for ; Wed, 20 Feb 2008 12:18:13 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id D8275E7ACB; Wed, 20 Feb 2008 09:18:10 -0800 (PST) Date: Wed, 20 Feb 2008 17:18:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: Re: RFC: Warn at quit that we will kill the program Message-ID: <20080220171810.GB3669@adacore.com> References: <20080220153700.GA13158@caradoc.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080220153700.GA13158@caradoc.them.org> User-Agent: Mutt/1.4.2.2i 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-02/txt/msg00333.txt.bz2 > Sandra noticed that GDB's exit message does not say we're about to > kill the running program. In native debugging this is somewhat > apparent (though not completely), but not in remote debugging. > > What do you think of this patch? No problem on my end. I like the fact that we're more precise with little effort, and that the message is now consistent with the case when we attached to the process rather than starting it. -- Joel