From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11682 invoked by alias); 4 Feb 2002 15:09:01 -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 11608 invoked from network); 4 Feb 2002 15:08:58 -0000 Received: from unknown (HELO is.elta.co.il) (199.203.121.2) by sources.redhat.com with SMTP; 4 Feb 2002 15:08:58 -0000 Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id RAA13070; Mon, 4 Feb 2002 17:08:00 +0200 (IST) Date: Mon, 04 Feb 2002 07:09:00 -0000 From: Eli Zaretskii X-Sender: eliz@is To: Pierre Muller cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] Add handling of Ctrl-Break for win32 native target. In-Reply-To: <4.2.0.58.20020204155705.01b6f3b8@ics.u-strasbg.fr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-02/txt/msg00071.txt.bz2 On Mon, 4 Feb 2002, Pierre Muller wrote: > Ctrl-Break exception is not handled by > current win32-nat.c code. > > The following patch fixes this. IMHO, this should be mentioned in the manual somewhere (as a Windows-specific issue).