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 D58983850419 for ; Mon, 11 Jan 2021 14:57:42 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org D58983850419 Received: from fencepost.gnu.org ([2001:470:142:3::e]:37636) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kyydY-0000lH-4C; Mon, 11 Jan 2021 09:57:40 -0500 Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:4448 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kyydU-0004u8-Mo; Mon, 11 Jan 2021 09:57:37 -0500 Date: Mon, 11 Jan 2021 16:57:48 +0200 Message-Id: <83lfczfrmb.fsf@gnu.org> From: Eli Zaretskii To: Simon Marchi Cc: lsix@lancelotsix.com, gdb-patches@sourceware.org In-Reply-To: <83d1ebfc-63fe-c20a-e892-2f40b041ed2e@polymtl.ca> (message from Simon Marchi via Gdb-patches on Sun, 10 Jan 2021 20:14:22 -0500) Subject: Re: [PATCH v4] inferior without argument prints detail of current inferior References: <20201218220440.12127-1-lsix@lancelotsix.com> <20210110175824.16110-1-lsix@lancelotsix.com> <83d1ebfc-63fe-c20a-e892-2f40b041ed2e@polymtl.ca> X-Spam-Status: No, score=1.5 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: Mon, 11 Jan 2021 14:57:44 -0000 > Date: Sun, 10 Jan 2021 20:14:22 -0500 > From: Simon Marchi via Gdb-patches > > > +inferior [ID] > > + When the ID parameter is omitted, then this command prints information > > + about the current inferior. When the ID parameter is present, the > > + behavior of the command is unchanged and have the inferior ID become > > + the current inferior. > > I'll let Eli review the NEWS entry The NEWS entry is OK, thanks.