From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11173 invoked by alias); 12 Nov 2008 17:08:22 -0000 Received: (qmail 10907 invoked by uid 22791); 12 Nov 2008 17:08:17 -0000 X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (212.99.106.210) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 12 Nov 2008 17:07:18 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id DFA77290007; Wed, 12 Nov 2008 18:07:14 +0100 (CET) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id AAoprqzBcDaM; Wed, 12 Nov 2008 18:07:14 +0100 (CET) Received: from barcelona.act-europe.fr (unknown [87.223.137.37]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mel.act-europe.fr (Postfix) with ESMTP id ADD80290001; Wed, 12 Nov 2008 18:07:13 +0100 (CET) Date: Wed, 12 Nov 2008 20:35:00 -0000 From: Nicolas Roche To: Christopher Faylor Cc: gdb-patches@sourceware.org, Joel Brobecker Subject: Re: [RFA/win32] Improve C-c handling when process in different console Message-ID: <20081112180637.0cddb428@barcelona.act-europe.fr> In-Reply-To: <20081112163849.GA21312@ednor.casa.cgf.cx> References: <20081002225504.GF26384@adacore.com> <20081022164447.GB3638@adacore.com> <20081112163849.GA21312@ednor.casa.cgf.cx> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.12.0; i586-suse-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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/msg00240.txt.bz2 On Wed, 12 Nov 2008 11:38:50 -0500 Christopher Faylor wrote: > On Wed, Oct 22, 2008 at 09:44:47AM -0700, Joel Brobecker wrote: > >> 2008-10-02 Nicolas Roche > >> > >> * win32-nat.c (check_for_DebugBreakProcess): New function. > >> (ctrl_c_handler): New function. > >> (win32_wait): Register ctrl_c_handler as Ctrl-C handler if the inferior > >> is run in a separate console. > >> (_initialize_win32_nat): Check for DebugBreakProcess in kernel32.dll. > > > >Ping? > > > >http://www.sourceware.org/ml/gdb-patches/2008-10/msg00070.html > > I'm very sorry that it has taken me so long to respond to this. Vacation and work > have intervened. No worries :-) > 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. > > One of the reasons that I have not responded sooner is that I have a patch in > my sandbox which would surely conflict with this since it changes the mechanism > used to determine the existence of newer functions like DebugBreak. > > So, anyway, I'll finish up my patch and adopt this change to it this weekend, > checking in both. Thanks a lot. It means implicitly that the patch is ok for you right ? > Sorry for the delay. Please ping me again if you don't see this going in in > the next week or so. Won't hesitate Nicolas