From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13237 invoked by alias); 22 Sep 2009 22:02:08 -0000 Received: (qmail 12909 invoked by uid 22791); 22 Sep 2009 22:02:07 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_37 X-Spam-Check-By: sourceware.org Received: from mailhost.u-strasbg.fr (HELO mailhost.u-strasbg.fr) (130.79.200.157) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 22 Sep 2009 22:02:01 +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 n8MM1u3J066408 ; Wed, 23 Sep 2009 00:01:56 +0200 (CEST) (envelope-from muller@ics.u-strasbg.fr) Received: from mailserver.u-strasbg.fr (ms1.u-strasbg.fr [IPv6:2001:660:2402:d::10]) by baal.u-strasbg.fr (8.14.0/jtpda-5.5pre1) with ESMTP id n8MM1ujN016123 ; Wed, 23 Sep 2009 00:01:56 +0200 (CEST) (envelope-from muller@ics.u-strasbg.fr) Received: from d620muller (lec67-4-82-230-53-140.fbx.proxad.net [82.230.53.140]) (user=mullerp mech=LOGIN) by mailserver.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id n8MM1tOr007220 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) ; Wed, 23 Sep 2009 00:01:55 +0200 (CEST) (envelope-from muller@ics.u-strasbg.fr) From: "Pierre Muller" To: "'Eli Zaretskii'" Cc: References: <002001ca3acf$a0d8bb40$e28a31c0$@u-strasbg.fr> <83hbuwurzc.fsf@gnu.org> <000601ca3b9a$3cbbe670$b633b350$@u-strasbg.fr> <83d45ivp5w.fsf@gnu.org> In-Reply-To: <83d45ivp5w.fsf@gnu.org> Subject: RE: [RFA] windows-nat.c: Handle CTRL_BREAK_EVENT in ctrl_c_handler Date: Tue, 22 Sep 2009 22:02:00 -0000 Message-ID: <001901ca3bd0$506ce2b0$f146a810$@u-strasbg.fr> 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: 2009-09/txt/msg00714.txt.bz2 > > I already checked the patch in, > > Only the trunk or the branch as well? As Joel said it, it is in trunk only. > > A running MS-Windows program can be interrupted by pressing > @samp{Ctrl-C}, > > unless that program configured @samp{Ctrl-C} as a normal character by > a call > > to @code{SetConsoleMode}. In that case, @samp{Ctrl-Break} can still > be used > > to interrupt the running program. > > > > I have no idea if I should add something like a @kindex... > > > > But my main problem is that I don't know really where we should > > put that inside the "Cygwin native" section. > > > > I would suggest putting it right after the first paragraph, > > but in fact it could also be with the general description of > > running program interruption. > > > > Please help me out, > > Your text is mostly okay, but it needs to use a different markup for > the Ctrl-C etc. I took the markup that I already found in gdb.texinfo, I found several @samp{Ctrl-C} by there is also @kbd{Ctrl-c} which seems indeed more appropriate here! > I will fix it and install it in a couple of days. I hope GDB 7.0 will > not be released with the code but without the docs. We can decide to wait for your doc patch before porting to 7.0 branch if that gets approved! Pierre