From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18980 invoked by alias); 30 Nov 2006 08:32:46 -0000 Received: (qmail 18967 invoked by uid 22791); 30 Nov 2006 08:32:45 -0000 X-Spam-Check-By: sourceware.org Received: from dessent.net (HELO dessent.net) (69.60.119.225) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 30 Nov 2006 08:32:36 +0000 Received: from localhost ([127.0.0.1] helo=dessent.net) by dessent.net with esmtp (Exim 4.61) (envelope-from ) id 1GphLO-0004ou-6v for gdb@sourceware.org; Thu, 30 Nov 2006 08:32:34 +0000 Message-ID: <456E9721.8346C359@dessent.net> Date: Thu, 30 Nov 2006 08:32:00 -0000 From: Brian Dessent Reply-To: gdb@sourceware.org X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) MIME-Version: 1.0 To: 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> <456E5776.4090906@anu.edu.au> 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/msg00244.txt.bz2 John Pye wrote: > Note the vital difference here: bash never asks for confirmation on ctrl-D. Did you really read the existing replies in this thread? Daniel Jacobowitz wrote: > I don't know about you, but my shell prints a warning message if I try > to C-d while there are background jobs running. GDB's behaving > exactly the same :-) > > You can't disable just that one prompt, but you could disable > prompts with "set confirm off". Brian