From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id iwRZHxb3yWDuCwAAWB0awg (envelope-from ) for ; Wed, 16 Jun 2021 09:05:26 -0400 Received: by simark.ca (Postfix, from userid 112) id 72D691F163; Wed, 16 Jun 2021 09:05:26 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id AB5651E939 for ; Wed, 16 Jun 2021 09:05:25 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 2F506383A810 for ; Wed, 16 Jun 2021 13:05:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2F506383A810 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1623848725; bh=q2LiudvHEhTVhpFMS1acQZEbknPVMM7PUxheY4cA9yg=; h=Date:To:In-Reply-To:Subject:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=nJ4aQ+VVIkU7cHmtFPanBgGbG5jSnll6on1Jm6W/H+je3qjKs+SQvhcaLPwdpTobl yrI+VzfcB8mIreO5eFTxR7JbGi9GP0+KdyDGTeOSc2HHaJlr/hY29C17UCl1r48B6t RpZvsnPG3suzdVYIow27gutDWyvtxPReoBHiVAe4= 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> To: Pedro Alves 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-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: , From: Eli Zaretskii via Gdb-patches Reply-To: Eli Zaretskii Cc: gdb-patches@sourceware.org Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" > 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.