From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from eggs.gnu.org (eggs.gnu.org [209.51.188.92]) by sourceware.org (Postfix) with ESMTPS id CAEDD3858D39 for ; Wed, 2 Mar 2022 20:01:28 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org CAEDD3858D39 Received: from [2001:470:142:3::e] (port=35956 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nPVA8-0006SR-9O; Wed, 02 Mar 2022 15:01:28 -0500 Received: from [87.69.77.57] (port=3425 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 1nPVA2-0002pU-Lo; Wed, 02 Mar 2022 15:01:27 -0500 Date: Wed, 02 Mar 2022 22:01:19 +0200 Message-Id: <83pmn4jf8w.fsf@gnu.org> From: Eli Zaretskii To: Andrew Burgess Cc: gdb-patches@sourceware.org In-Reply-To: <2d926ccc029733a21d4b1483f89b87739e570b29.1646221667.git.aburgess@redhat.com> (message from Andrew Burgess via Gdb-patches on Wed, 2 Mar 2022 11:57:36 +0000) Subject: Re: [PATCHv2 2/2] gdb/mi: add --no-connection to MI -add-inferior command References: <2d926ccc029733a21d4b1483f89b87739e570b29.1646221667.git.aburgess@redhat.com> X-Spam-Status: No, score=1.5 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_BARRACUDACENTRAL, SPF_HELO_PASS, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) 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, 02 Mar 2022 20:01:30 -0000 > Date: Wed, 2 Mar 2022 11:57:36 +0000 > From: Andrew Burgess via Gdb-patches > Cc: Andrew Burgess > > +The command response always has a field, @samp{inferior}, whose value > +is the identifier of the thread group corresponding to the new > +inferior. > + > +An additional section field, @samp{connection}, is optional. This > +field will only exist if the new inferior has a target connection. If > +this field exists, then its value will be a tuple containing the > +following fields: The above two @samp should be @var, since they aren't literal symbols. OK with that fixed, thanks. Shouldn't this have a NEWS entry?