From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3633 invoked by alias); 20 Feb 2008 20:19:23 -0000 Received: (qmail 3621 invoked by uid 22791); 20 Feb 2008 20:19:22 -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; Wed, 20 Feb 2008 20:19:05 +0000 Received: from [127.0.0.1] (bluesmobile.specifix.com [216.129.118.140]) by bluesmobile.specifix.com (Postfix) with ESMTP id D9B3A3BF25; Wed, 20 Feb 2008 12:19:02 -0800 (PST) Subject: Re: RFC: Warn at quit that we will kill the program From: Michael Snyder To: Daniel Jacobowitz Cc: gdb-patches@sourceware.org In-Reply-To: <20080220153700.GA13158@caradoc.them.org> References: <20080220153700.GA13158@caradoc.them.org> Content-Type: text/plain Date: Wed, 20 Feb 2008 20:19:00 -0000 Message-Id: <1203538742.19253.177.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-02/txt/msg00339.txt.bz2 On Wed, 2008-02-20 at 10:37 -0500, Daniel Jacobowitz wrote: > 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? > > (Not tested yet; I see that the message appears in the testsuite, so > it will require a testsuite update.) Actually, the new text of the message sounds familiar. Did you cut and paste it from somewhere? This certainly seems like a "right thing to do" type of thing.