From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29386 invoked by alias); 29 Oct 2006 15:54:07 -0000 Received: (qmail 29371 invoked by uid 22791); 29 Oct 2006 15:54:06 -0000 X-Spam-Check-By: sourceware.org Received: from nf-out-0910.google.com (HELO nf-out-0910.google.com) (64.233.182.184) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 29 Oct 2006 15:54:02 +0000 Received: by nf-out-0910.google.com with SMTP id o25so2597383nfa for ; Sun, 29 Oct 2006 07:53:59 -0800 (PST) Received: by 10.49.36.6 with SMTP id o6mr3733280nfj; Sun, 29 Oct 2006 07:53:59 -0800 (PST) Received: by 10.49.61.8 with HTTP; Sun, 29 Oct 2006 07:53:59 -0800 (PST) Message-ID: <366c6f340610290753g220a046cl5c1ab6b218215e7d@mail.gmail.com> Date: Sun, 29 Oct 2006 15:54:00 -0000 From: "Peng Yu" To: gdb@sourceware.org Subject: Why gdb always confirm if I'm quitting when the program is still running? MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-IsSubscribed: yes 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/msg00279.txt.bz2 Hi, When I try to quit gdb, it always confirm if I really want to quit? But 99% of the time, I really want to quit. It is possible to configure gdb not to ask this question? Thanks, Peng (gdb) q The program is running. Exit anyway? (y or n) y