From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id lPWMKnhd2l+PMQAAWB0awg (envelope-from ) for ; Wed, 16 Dec 2020 14:18:16 -0500 Received: by simark.ca (Postfix, from userid 112) id 9EDAF1F0AA; Wed, 16 Dec 2020 14:18:16 -0500 (EST) 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 D50CD1E965 for ; Wed, 16 Dec 2020 14:18:15 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 4B058383E81D; Wed, 16 Dec 2020 19:18:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4B058383E81D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1608146295; bh=H/WuCzrxR6Am6QIcXJyY/gSqlb5Eiv9vGUSOR32bsTU=; 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=fx1p3KFZYdZJowzyHAJPgEVwN2tlVbck1WyoZKbG5Q7TEhNu/UJQVfmt8C4lVvZlQ VXfqhLjqOH2XQUlkRqH6ux6RcbXXaSFmP8ZWDDqxI7PD7rBM03MdruAW0OTeBWqqns ioggw7JP+JNFR3lsOaQMJtsWBBMTewv4SBsk0gJQ= Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by sourceware.org (Postfix) with ESMTPS id 9F077385043E for ; Wed, 16 Dec 2020 19:18:13 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 9F077385043E Received: from fencepost.gnu.org ([2001:470:142:3::e]:32986) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kpcJR-00008p-7h; Wed, 16 Dec 2020 14:18:13 -0500 Received: from [176.228.60.248] (port=4963 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kpcJQ-0002fb-Bb; Wed, 16 Dec 2020 14:18:13 -0500 Date: Wed, 16 Dec 2020 21:18:08 +0200 Message-Id: <83k0th8sr3.fsf@gnu.org> To: Alex =?utf-8?Q?Benn=C3=A9e?= In-Reply-To: <20201216182332.15456-1-alex.bennee@linaro.org> (message from Alex =?utf-8?Q?Benn=C3=A9e?= via Gdb-patches on Wed, 16 Dec 2020 18:23:32 +0000) Subject: Re: [PATCH v2] [gdb/doc]: clarify the language for the '?' packet References: <20201216182332.15456-1-alex.bennee@linaro.org> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 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@sourceware.org Sender: "Gdb-patches" > Date: Wed, 16 Dec 2020 18:23:32 +0000 > From: Alex Bennée via Gdb-patches > Cc: Alex Bennée > > 2020-12-16 Alex Bennée > > * doc/gdb.texinfo: add clarifying language for ? packet Please indicate in what node the change is being made (in parentheses, as if the node were a function). > --- a/gdb/doc/gdb.texinfo > +++ b/gdb/doc/gdb.texinfo > @@ -39493,9 +39493,10 @@ The remote target both supports and has enabled extended mode. > @item ? > @cindex @samp{?} packet > @anchor{? packet} > -Indicate the reason the target halted. The reply is the same as for > -step and continue. This packet has a special interpretation when the > -target is in non-stop mode; see @ref{Remote Non-Stop}. > +This is sent when connection is first established to query the reason > +the target halted. The reply is the same as for step and continue. > +This packet has a special interpretation when the target is in > +non-stop mode; see @ref{Remote Non-Stop}. This is OK, thanks.