From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20127 invoked by alias); 1 Mar 2003 21:35:22 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 20105 invoked from network); 1 Mar 2003 21:35:19 -0000 Received: from unknown (HELO gash2.peakpeak.com) (207.174.178.17) by 172.16.49.205 with SMTP; 1 Mar 2003 21:35:19 -0000 Received: from fleche.redhat.com (tf0101.peakpeak.com [204.144.239.101]) by gash2.peakpeak.com (8.9.3/8.9.3) with ESMTP id OAA29761; Sat, 1 Mar 2003 14:35:18 -0700 Received: by fleche.redhat.com (Postfix, from userid 1000) id 03EB64F8610; Sat, 1 Mar 2003 14:26:42 -0700 (MST) To: Gdb List Subject: oddity when exiting From: Tom Tromey Reply-To: tromey@redhat.com X-Attribution: Tom X-Zippy: Has everybody got HALVAH spread all over their ANKLES??... Now, it's time to ``HAVE A NAGEELA''!! Date: Sat, 01 Mar 2003 21:35:00 -0000 Message-ID: <87bs0uwzfx.fsf@fleche.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-03/txt/msg00011.txt.bz2 I tried to quit gdb and got this: (gdb) q The program is running. Exit anyway? (y or n) y /home/tromey/gnu/Trunk/build/gcc/jc1: No such file or directory. (gdb) Using `q' again got me out. But why did this happen? I had deleted the executable in question, sure -- but I think it doesn't make sense for gdb to prevent me from quitting in this case. This is with: fleche. gdb --version GNU gdb Red Hat Linux (5.2-2) Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-redhat-linux". AKA /usr/bin/gdb on an x86 Red Hat Linux 7.3 box. Tom