From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20780 invoked by alias); 12 Feb 2003 17:35:25 -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 20767 invoked from network); 12 Feb 2003 17:35:25 -0000 Received: from unknown (HELO jackfruit.Stanford.EDU) (171.64.38.136) by 172.16.49.205 with SMTP; 12 Feb 2003 17:35:25 -0000 Received: (from carlton@localhost) by jackfruit.Stanford.EDU (8.11.6/8.11.6) id h1CHZHC06456; Wed, 12 Feb 2003 09:35:17 -0800 X-Authentication-Warning: jackfruit.Stanford.EDU: carlton set sender to carlton@math.stanford.edu using -f To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [commit/obish] Fix cntrl-z References: <3E4A69FC.8070605@redhat.com> From: David Carlton Date: Wed, 12 Feb 2003 17:35:00 -0000 In-Reply-To: <3E4A69FC.8070605@redhat.com> Message-ID: User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-02/txt/msg00288.txt.bz2 On Wed, 12 Feb 2003 16:36:28 +0100, Andrew Cagney said: > The attatched gets rid of the immediate problem of cntrl-z not > working. When async, it calls cli_command_loop. Thanks to mark for > analyzing the problem. This patch (or some other patch since yesterday and today) causes gdb.c++/annota2.exp: annotate-quit (PR gdb/544) to start KFAILing again for me. (It had been passing since the interpreter stuff finished merging in a week or two ago.) An old, harmless bug is probably better than a new, more annoying bug, but do you think there's any way to fix the cntrl-z issue while still fixing gdb/544? David Carlton carlton@math.stanford.edu