From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19789 invoked by alias); 26 Feb 2004 17:32:02 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 19757 invoked from network); 26 Feb 2004 17:31:58 -0000 Received: from unknown (HELO takamaka.act-europe.fr) (209.53.16.160) by sources.redhat.com with SMTP; 26 Feb 2004 17:31:58 -0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 3E83247D62; Thu, 26 Feb 2004 09:31:53 -0800 (PST) Date: Thu, 26 Feb 2004 17:32:00 -0000 From: Joel Brobecker To: Andrew Cagney , Elena Zannoni , gdb-patches@sources.redhat.com Subject: Re: [RFA/RFC] QUIT doesn't seem to be working !? Message-ID: <20040226173153.GA1154@gnat.com> References: <20030812222211.GC923@gnat.com> <16435.52781.747628.886278@localhost.redhat.com> <40363249.4090607@gnu.org> <20040220170957.GE1713@gnat.com> <4036490E.9060700@gnu.org> <20040226170412.GA3770@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040226170412.GA3770@nevyn.them.org> User-Agent: Mutt/1.4i X-SW-Source: 2004-02/txt/msg00768.txt.bz2 > > Just don't try this at home: > > > > (gdb) while 1 > > end > > > > (but I suspect that's always been broken as well). > > Is there even a QUIT in that code path? I think so. With the patch I suggested, I can interrupt this loop using Control-C. But I also see the 2 "Quit" acknoledgements, the problem you mentionned long ago when you first reviewed my patch... (gdb) while 1 >end ^CQuit (gdb) Quit -- Joel