From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17010 invoked by alias); 26 Apr 2010 14:30:18 -0000 Received: (qmail 16978 invoked by uid 22791); 26 Apr 2010 14:30:16 -0000 X-Spam-Check-By: sourceware.org Received: from pool-173-76-55-5.bstnma.fios.verizon.net (HELO cgf.cx) (173.76.55.5) by sourceware.org (qpsmtpd/0.83/v0.83-20-g38e4449) with ESMTP; Mon, 26 Apr 2010 14:30:04 +0000 Received: from ednor.cgf.cx (ednor.casa.cgf.cx [192.168.187.5]) by cgf.cx (Postfix) with ESMTP id 780F913C061; Mon, 26 Apr 2010 10:30:02 -0400 (EDT) Received: by ednor.cgf.cx (Postfix, from userid 201) id 70D442B352; Mon, 26 Apr 2010 10:30:02 -0400 (EDT) Date: Mon, 26 Apr 2010 14:30:00 -0000 From: Christopher Faylor To: 'Pedro Alves' , gdb@sourceware.org, 'Joel Brobecker' , 'John Cortell' , Pierre Muller , 'Dave Korn' Subject: Re: sending CTRL-C to Cygwin gdb 6.8 has no effect Message-ID: <20100426143002.GA1534@ednor.casa.cgf.cx> Mail-Followup-To: 'Pedro Alves' , gdb@sourceware.org, 'Joel Brobecker' , 'John Cortell' , Pierre Muller , 'Dave Korn' References: <201004231941.o3NJfbWR021914@az33smr01.freescale.net> <4BD389B3.2030409@gmail.com> <201004251418.o3PEIBMG000580@az33smr01.freescale.net> <201004252225.08587.pedro@codesourcery.com> <20100426062203.GA31312@ednor.casa.cgf.cx> <005101cae534$ed96bee0$c8c43ca0$@muller@ics-cnrs.unistra.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <005101cae534$ed96bee0$c8c43ca0$@muller@ics-cnrs.unistra.fr> User-Agent: Mutt/1.5.20 (2009-06-14) Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2010-04/txt/msg00142.txt.bz2 On Mon, Apr 26, 2010 at 01:38:01PM +0200, Pierre Muller wrote: > The problem is that the state of the console is not >fixed when we start GDB. If ENABLE_PROCESSED_INPUT is not used >'^C' will be handled as a normal character. If we're talking about Cygwin (which is what's in the subject) then the state of the console should be set. cgf