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 C53B73858D28 for ; Tue, 20 Jun 2023 13:42:16 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org C53B73858D28 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gnu.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gnu.org Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qBbce-0000qy-Bt; Tue, 20 Jun 2023 09:42:16 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=1kcsXtp7Vik3LGPs42T+PJpjsNpxhjBbdcuWv9+HMvs=; b=sNPAH7C+l4cg kKzgG248HoOi7OqCl84wZGPpCNYgHTenmyTjBqcvr84uPETZum3mWmGHdMENBlA+iiAqkKljaY/Ir JGcJDXuzvIReeGZxm9iZta5kiQ51dmETPMA0tkJpyQAafJq/uhcgW6YLdPjMnbFPXSZZKadCRsqtf RYrYpQzD7Y+nIApM1CCFgzRh07pBQt6d8erECA2wyvc2ICLj2WfhZy5NNjTFdaIBJRspn13IGQoef TgswLSNDjIJglGKOvPdyluCTmrXKE7ymQhsZmCuZwamHkn4sQCIYyEwF3G2YOdv1kUQTHkvnBaEzs OTPgU0JNjHQ5qjGlMWTWdw==; Received: from [87.69.77.57] (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 1qBbcb-0002xM-0i; Tue, 20 Jun 2023 09:42:16 -0400 Date: Tue, 20 Jun 2023 16:42:19 +0300 Message-Id: <83v8fi5jyc.fsf@gnu.org> From: Eli Zaretskii To: Bruno Larsen Cc: gdb-patches@sourceware.org In-Reply-To: <20230620122910.2459069-4-blarsen@redhat.com> (message from Bruno Larsen via Gdb-patches on Tue, 20 Jun 2023 14:29:13 +0200) Subject: Re: [PATCH 3/3] gdb/cli: add '.' as an argument for 'list' command References: <20230620122910.2459069-1-blarsen@redhat.com> <20230620122910.2459069-4-blarsen@redhat.com> X-Spam-Status: No, score=-7.1 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,GIT_PATCH_0,RCVD_IN_BARRACUDACENTRAL,SPF_HELO_PASS,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: > Cc: Bruno Larsen > Date: Tue, 20 Jun 2023 14:29:13 +0200 > From: Bruno Larsen via Gdb-patches > > diff --git a/gdb/NEWS b/gdb/NEWS > index 48147f4f916..debe07847d2 100644 > --- a/gdb/NEWS > +++ b/gdb/NEWS > @@ -83,6 +83,9 @@ > erroring out, it will now warn the user that the end of file has been > reached and the default location. > > +* The 'list' command now accepts '.' as a parameter, which tells GDB to > + print the default location. ^^^^^^^^^^^^^^ "as an argument" is better, I guess? Otherwise, the NEWS part is OK. Shouldn't this feature be reflected in the manual as well?