From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id PwIQO3elLWDldQAAWB0awg (envelope-from ) for ; Wed, 17 Feb 2021 18:23:35 -0500 Received: by simark.ca (Postfix, from userid 112) id E2E2E1EF78; Wed, 17 Feb 2021 18:23:35 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RDNS_NONE,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.2 Received: from sourceware.org (unknown [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 806211E789 for ; Wed, 17 Feb 2021 18:23:35 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id D746D398D057; Wed, 17 Feb 2021 23:23:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D746D398D057 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1613604214; bh=Szmj78I5l4ME6CRfANkcT3d7LQN9YyRDQUub2GeHTWg=; h=Date:To:Subject:References:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=Yg1Nkwsml62MYDpegLM+sSe1fScc7qq2vGfZo8Xnyrh71YWYphY8F0UEOyRN4FiCz b7Rhp0U01hbohlT07+byN0zvL5Jd/dYoCwxWnCkHCH+G4B2ekLO8EbZPocOBRSzA0L MJDXTIdKxK3GbMJtOrzGOMDJVvpgzBM5Kiabzn74= Received: from beryx.lancelotsix.com (beryx.lancelotsix.com [IPv6:2001:41d0:401:3000::1ab3]) by sourceware.org (Postfix) with ESMTPS id 18EAF398D057 for ; Wed, 17 Feb 2021 23:23:32 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 18EAF398D057 Received: from Plymouth (unknown [IPv6:2a02:390:8443:0:2982:769a:7027:c7ca]) by beryx.lancelotsix.com (Postfix) with ESMTPSA id 57C0E2E03B; Thu, 18 Feb 2021 00:23:29 +0100 (CET) Date: Wed, 17 Feb 2021 23:23:26 +0000 To: Tom Tromey , eliz@gnu.org Subject: Re: [PATCH] [PR cli/17290] doc: Fix show remote interrupt-*. Message-ID: References: <20210214092108.12996-1-lsix@lancelotsix.com> <87v9aq60k9.fsf@tromey.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <87v9aq60k9.fsf@tromey.com> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.11 (beryx.lancelotsix.com [0.0.0.0]); Thu, 18 Feb 2021 00:23:29 +0100 (CET) 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: Lancelot SIX via Gdb-patches Reply-To: Lancelot SIX Cc: Lancelot SIX via Gdb-patches Errors-To: gdb-patches-bounces@sourceware.org Sender: "Gdb-patches" Le Wed, Feb 17, 2021 at 10:55:50AM -0700, Tom Tromey a écrit : > >>>>> "Lancelot" == Lancelot SIX via Gdb-patches writes: > > Lancelot> Add the missing 'remote' word. > Lancelot> gdb/doc/ChangeLog > > Lancelot> PR cli/1729 > Lancelot> * gdb.texinfo (Remote Configuration): Fix show remote > Lancelot> interrupt-sequence. > > Thanks. This patch would qualify under the "obvious" rule. > > I took a look and there's another related instance a bit further down: > > @item show interrupt-on-connect > > I wonder if you'd mind fixing this up as well before checking it in? > > thanks, > Tom I just pushed the following patch. Lancelot. --- commit 22e6d16f9b9caff5b4bbb27727441c21480af9ad Author: Lancelot SIX Date: Sat Feb 13 23:38:28 2021 +0000 [PR cli/17290] gdb/doc: Fix show remote interrupt-*. Add the missing 'remote' in: - @item show remote interrupt-sequence - @item show remote interrupt-on-connect diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index bc5a2ea0d93..7f324dedade 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,9 @@ +2021-02-17 Lancelot Six + + PR cli/17290 + * gdb.texinfo (Remote Configuration): Fix show remote + interrupt-sequence and show remote interrupt-on-connect. + 2021-02-11 Andrew Burgess * gdb.texinfo (Files): Update documentation for 'maint info diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 0b1deba9667..90f0c7683f6 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -22905,7 +22905,7 @@ is high level of serial line for some certain time. Linux kernel prefers @samp{BREAK-g}, a.k.a Magic SysRq g. It is @code{BREAK} signal followed by character @code{g}. -@item show interrupt-sequence +@item show remote interrupt-sequence Show which of @samp{Ctrl-C}, @code{BREAK} or @code{BREAK-g} is sent by @value{GDBN} to interrupt the remote program. @code{BREAK-g} is BREAK signal followed by @code{g} and @@ -22918,7 +22918,7 @@ Specify whether interrupt-sequence is sent to remote target when Linux kernel. Linux kernel expects @code{BREAK} followed by @code{g} which is known as Magic SysRq g in order to connect @value{GDBN}. -@item show interrupt-on-connect +@item show remote interrupt-on-connect Show whether interrupt-sequence is sent to remote target when @value{GDBN} connects to it.