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 3DF69385829A for ; Sun, 25 Sep 2022 10:16:43 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 3DF69385829A Received: from fencepost.gnu.org ([2001:470:142:3::e]:47502) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ocOgk-00044f-Qm; Sun, 25 Sep 2022 06:16:42 -0400 Received: from [87.69.77.57] (port=2949 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 1ocOgi-0006u0-0y; Sun, 25 Sep 2022 06:16:42 -0400 Date: Sun, 25 Sep 2022 13:16:29 +0300 Message-Id: <838rm7n4hu.fsf@gnu.org> From: Eli Zaretskii To: Gareth Rees Cc: gdb-patches@sourceware.org In-Reply-To: (message from Gareth Rees on Sun, 25 Sep 2022 10:00:35 +0100) Subject: Re: [PING] [PATCH v3] [PR mi/29554] New PRINT-VALUES option '--scalar-values'. References: <834jxif0yp.fsf@gnu.org> <20220909080135.22921-1-grees@undo.io> <83h70vn9mr.fsf@gnu.org> X-Spam-Status: No, score=1.8 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 autolearn=no autolearn_force=no version=3.4.6 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) 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: Sun, 25 Sep 2022 10:16:44 -0000 > From: Gareth Rees > Date: Sun, 25 Sep 2022 10:00:35 +0100 > Cc: gdb-patches@sourceware.org > > Eli Zaretskii wrote: > > I already reviewed the documentation parts, didn't I? > > You reviewed version 2 of the patch on 2022-09-08 (thanks!) requesting > that I add a new PRINT-VALUES option instead of modifying the > behaviour of the '--simple-values' option. > > Accordingly, I made version 3 of the patch, which leaves the > '--simple-values' option unchanged and adds a new '--scalar-values' > option. This version of the patch still needs review. Sorry for missing the original post. I've reviewed it now.