From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13795 invoked by alias); 30 Nov 2006 04:01:06 -0000 Received: (qmail 13786 invoked by uid 22791); 30 Nov 2006 04:01:05 -0000 X-Spam-Check-By: sourceware.org Received: from out2.smtp.messagingengine.com (HELO out2.smtp.messagingengine.com) (66.111.4.26) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 30 Nov 2006 04:00:59 +0000 Received: from db2.internal (db2.internal [10.202.2.12]) by out1.messagingengine.com (Postfix) with ESMTP id 3A13847E17; Wed, 29 Nov 2006 23:00:59 -0500 (EST) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by db2.internal (MEProxy); Wed, 29 Nov 2006 23:00:59 -0500 Received: from [150.203.45.115] (nungatta.anu.edu.au [150.203.45.115]) by mail.messagingengine.com (Postfix) with ESMTP id C721019D75; Wed, 29 Nov 2006 23:00:57 -0500 (EST) Message-ID: <456E5776.4090906@anu.edu.au> Date: Thu, 30 Nov 2006 04:01:00 -0000 From: John Pye User-Agent: Thunderbird 1.5.0.8 (X11/20061115) MIME-Version: 1.0 To: Bob Rossi CC: Joel Brobecker , Andrew STUBBS , gdb@sourceware.org Subject: Re: usability: exiting from GDB References: <456A79B5.2020505@anu.edu.au> <456AFA30.80508@st.com> <456CFDF8.10408@anu.edu.au> <20061129050452.GK9968@adacore.com> <456D33C6.4050407@anu.edu.au> <20061129133748.GC28834@nevyn.them.org> <20061129141233.GA29477@cox.net> In-Reply-To: <20061129141233.GA29477@cox.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-11/txt/msg00242.txt.bz2 Bob Rossi wrote: > > Agreed. I for one do _not_ expect GDB to exit when I type ^c at the > prompt. GDB already has the correct behavior in terms of ^c and ^d. > That is, it behaves like bash. Note the vital difference here: bash never asks for confirmation on ctrl-D. Cheers JP