From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id OIB6EGpn/F92GwAAWB0awg (envelope-from ) for ; Mon, 11 Jan 2021 09:57:46 -0500 Received: by simark.ca (Postfix, from userid 112) id 3D4401EEEF; Mon, 11 Jan 2021 09:57:46 -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 875131E4F4 for ; Mon, 11 Jan 2021 09:57:45 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 1B8AB3850437; Mon, 11 Jan 2021 14:57:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1B8AB3850437 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1610377065; bh=PYyNBIEOA3wtwwTBqE0HycT4POjyCi/rKqPiIu7GfZY=; 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=KIKkoO4WgDaKAcahUsXerfvUz40gxHUTLKgQf2nTnghlvhhtuPeMtRFLhbxuI0gIG f9pZlRPHfDhzDTwDVtJNlyXi7sIn/ART2bQgm9w0H3oB4aWNluM79eI+TnDcyPoG3x pcqxDIe+/Xxy0y9AP520Oo8JbyARdJAu1NXzAm84= 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> To: Simon Marchi 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-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: lsix@lancelotsix.com, gdb-patches@sourceware.org Errors-To: gdb-patches-bounces@sourceware.org Sender: "Gdb-patches" > 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.