From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by sourceware.org (Postfix) with ESMTPS id 7634F383D80D for ; Wed, 16 Jun 2021 13:05:06 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 7634F383D80D Received: from fencepost.gnu.org ([2001:470:142:3::e]:39876) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ltVE9-0001I6-DY; Wed, 16 Jun 2021 09:05:05 -0400 Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:3381 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ltVE8-0001Vl-R4; Wed, 16 Jun 2021 09:05:05 -0400 Date: Wed, 16 Jun 2021 16:05:05 +0300 Message-Id: <834kdy2c5a.fsf@gnu.org> From: Eli Zaretskii To: Pedro Alves Cc: gdb-patches@sourceware.org In-Reply-To: <15dd75a0-6f41-6bfd-75cf-fd98d7a4a30f@palves.net> (message from Pedro Alves on Wed, 16 Jun 2021 13:26:33 +0100) Subject: Re: [PATCH v2 16/16] Document pseudo-terminal and interrupting changes References: <20210614212410.1612666-1-pedro@palves.net> <20210614212410.1612666-17-pedro@palves.net> <83r1h34771.fsf@gnu.org> <86b228b3-31d1-103e-5c98-18a8a6032f2f@palves.net> <83a6nq2eg8.fsf@gnu.org> <15dd75a0-6f41-6bfd-75cf-fd98d7a4a30f@palves.net> X-Spam-Status: No, score=2.0 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, RCVD_IN_BARRACUDACENTRAL, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Level: ** X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jun 2021 13:05:07 -0000 > From: Pedro Alves > Cc: gdb-patches@sourceware.org > Date: Wed, 16 Jun 2021 13:26:33 +0100 > > The text that I was xrefing reads: > > @cindex Ctrl-BREAK, MS-Windows > @cindex interrupt debuggee on MS-Windows > @anchor{interrupt debuggee on MS-Windows} > MS-Windows programs that call @code{SetConsoleMode} to switch off the > special meaning of the @samp{Ctrl-C} keystroke cannot be interrupted > by typing @kbd{C-c}. For this reason, @value{GDBN} on MS-Windows > supports @kbd{C-@key{BREAK}} as an alternative interrupt key > sequence, which can be used to interrupt the debuggee even if it > ignores @kbd{C-c}. > > And the sentence I wrote was just my attempt to summarize this information > so that the xref made any sense. How would you go about this? > > - Say something different in the xref? What? > > - Remove the xref completely? > > - Move the whole text to the new Interrupt section (removing it from its original place)? Your text and cross-reference are okay, no need to change anything. Sorry for the noise.