From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27739 invoked by alias); 23 Jun 2008 19:52:16 -0000 Received: (qmail 27728 invoked by uid 22791); 23 Jun 2008 19:52:16 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 23 Jun 2008 19:51:56 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 1F25621EC77; Mon, 23 Jun 2008 15:51:54 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id Z2DltMnxkObE; Mon, 23 Jun 2008 15:51:54 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id C5AB821EC57; Mon, 23 Jun 2008 15:51:53 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 9937BE7ACD; Mon, 23 Jun 2008 15:51:53 -0400 (EDT) Date: Mon, 23 Jun 2008 21:06:00 -0000 From: Joel Brobecker To: Pierre Muller Cc: 'Pedro Alves' , gdb-patches@sourceware.org Subject: Re: [RFC] win32-nat.c 'set new-console' and interruption Message-ID: <20080623195153.GA3746@adacore.com> References: <000001c8d330$0c6b51f0$2541f5d0$@u-strasbg.fr> <200806231541.26276.pedro@codesourcery.com> <20080623173620.GA10962@ednor.casa.cgf.cx> <200806231922.10798.pedro@codesourcery.com> <000301c8d566$bb831690$328943b0$@u-strasbg.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000301c8d566$bb831690$328943b0$@u-strasbg.fr> User-Agent: Mutt/1.4.2.2i 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-06/txt/msg00398.txt.bz2 > I find it cleaner with signal SIGINT, but it's true that the other > option is simpler and not that different! I think most people would expect to see SIGINT. Also, seeing a SIGINT would make it consistent with what the user would see if the console was shared. > Christopher, should I just remove the ctrl_break_sent variable and > let GDB use SIGTRAP signal? So, I would personally prefered if we kept the SIGTRAP to SIGINT translation... Just my 2 cents. -- Joel