From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15364 invoked by alias); 29 Oct 2006 20:05:35 -0000 Received: (qmail 15351 invoked by uid 22791); 29 Oct 2006 20:05:33 -0000 X-Spam-Check-By: sourceware.org Received: from nile.gnat.com (HELO nile.gnat.com) (205.232.38.5) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 29 Oct 2006 20:05:29 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-nile.gnat.com (Postfix) with ESMTP id 1C1D548CEDD; Sun, 29 Oct 2006 15:05:27 -0500 (EST) Received: from nile.gnat.com ([127.0.0.1]) by localhost (nile.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 25730-01-3; Sun, 29 Oct 2006 15:05:26 -0500 (EST) Received: from takamaka.act-europe.fr (unknown [142.169.224.129]) by nile.gnat.com (Postfix) with ESMTP id D164248CED6; Sun, 29 Oct 2006 15:05:26 -0500 (EST) Received: by takamaka.act-europe.fr (Postfix, from userid 1000) id 379F634C094; Sun, 29 Oct 2006 14:05:33 -0600 (CST) Date: Sun, 29 Oct 2006 20:05:00 -0000 From: Joel Brobecker To: Peng Yu Cc: gdb@sourceware.org Subject: Re: Why gdb always confirm if I'm quitting when the program is still running? Message-ID: <20061029200533.GB3204@adacore.com> References: <366c6f340610290753g220a046cl5c1ab6b218215e7d@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <366c6f340610290753g220a046cl5c1ab6b218215e7d@mail.gmail.com> User-Agent: Mutt/1.5.13 (2006-08-11) Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-10/txt/msg00280.txt.bz2 > (gdb) q > The program is running. Exit anyway? (y or n) y I don't think you can turn this question off specifically, but you can avoid all confirmation messages using "set confirm off". -- Joel