From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18511 invoked by alias); 13 Nov 2008 08:54:19 -0000 Received: (qmail 18445 invoked by uid 22791); 13 Nov 2008 08:54:18 -0000 X-Spam-Check-By: sourceware.org Received: from mailhost.u-strasbg.fr (HELO mailhost.u-strasbg.fr) (130.79.200.152) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 13 Nov 2008 08:53:36 +0000 Received: from baal.u-strasbg.fr (baal.u-strasbg.fr [IPv6:2001:660:2402::41]) by mailhost.u-strasbg.fr (8.14.2/jtpda-5.5pre1) with ESMTP id mAD8rWvR049498 ; Thu, 13 Nov 2008 09:53:32 +0100 (CET) Received: from mailserver.u-strasbg.fr (ms2.u-strasbg.fr [IPv6:2001:660:2402::142]) by baal.u-strasbg.fr (8.14.0/jtpda-5.5pre1) with ESMTP id mAD8rWIE083385 ; Thu, 13 Nov 2008 09:53:32 +0100 (CET) (envelope-from muller@ics.u-strasbg.fr) Received: from d620muller (www-ics.u-strasbg.fr [130.79.210.225]) (user=mullerp mech=LOGIN) by mailserver.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id mAD8rVPm021420 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) ; Thu, 13 Nov 2008 09:53:32 +0100 (CET) (envelope-from muller@ics.u-strasbg.fr) From: "Pierre Muller" To: "'Nicolas Roche'" Cc: , "'Joel Brobecker'" References: <20081002225504.GF26384@adacore.com> <20081022164447.GB3638@adacore.com> <20081112163849.GA21312@ednor.casa.cgf.cx> <20081112180637.0cddb428@barcelona.act-europe.fr> In-Reply-To: <20081112180637.0cddb428@barcelona.act-europe.fr> Subject: RE: [RFA/win32] Improve C-c handling when process in different console Date: Thu, 13 Nov 2008 14:40:00 -0000 Message-ID: <000001c9456d$50df67e0$f29e37a0$@u-strasbg.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Content-Language: en-us X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.0 (mailhost.u-strasbg.fr [IPv6:2001:660:2402::152]); Thu, 13 Nov 2008 09:53:32 +0100 (CET) X-Virus-Status: Clean Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-11/txt/msg00265.txt.bz2 > > I have an even older patch sitting in my inbox from Pierre Muller > which, I think, > > attempts to address the same problem but seems to involve more code. The two patches look quite similar indeed, the only thing that is different is that I also added some code in order to avoid gdb from believing that he has to handle changes of the terminal settings if set new-console is on. In that case, the debuggee is started on separate command prompt window and will only modify that new window settings, not the one gdb is in. Pierre Muller Pascal language support maintainer for GDB