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 269CC385703A for ; Wed, 5 Jul 2023 11:35:49 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 269CC385703A 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 1qH0nT-0001xi-8Y; Wed, 05 Jul 2023 07:35:47 -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=PXsV5R48+dNeye8aT0XFJE2cLi9tCpoQTVx0Gt6mc88=; b=nBD2/ALoQZgR ffYJJTzZzrZJhK43eAZwb9Yn3e6I4jfFJX4lgevzT6xWDdWnsoHMgAe+b2K0oKdxiAmRHhuSYUFtw 80FyZoWbnRwKCFBoV27m5qbqlVVoLI42lCIFkT7TwOfm+DKfrepxR7iZsrO/6fbVUVRnkk+I4S4wh ATMvpyKD5W/IdnBPRNF2F+1Hc61ALaPkU6pqA0FY2QLidTBI74+NgtZjfbnLSNKxT8GK+FEDKc/SQ PHlz/TtvjVfYz/fKTQ0mcbkepbkZ96kdQDSQX+3tUafx+WKgCRJE48vHwb7/xcAr8/7x3wFLzkwt1 t/LwRnSUeok50g0PCQbSlw==; 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 1qH0nS-0004lR-Id; Wed, 05 Jul 2023 07:35:47 -0400 Date: Wed, 05 Jul 2023 14:35:45 +0300 Message-Id: <83fs62k2um.fsf@gnu.org> From: Eli Zaretskii To: "Willgerodt, Felix" Cc: gdb-patches@sourceware.org, markus.t.metzger@intel.com, simark@simark.ca In-Reply-To: (felix.willgerodt@intel.com) Subject: Re: [PATCH v9 06/10] python: Add clear() to gdb.Record. References: <20230704123600.5944-1-felix.willgerodt@intel.com> <20230704123600.5944-7-felix.willgerodt@intel.com> <83jzvflu8q.fsf@gnu.org> X-Spam-Status: No, score=1.7 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.6 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: > From: "Willgerodt, Felix" > CC: "gdb-patches@sourceware.org" , "Metzger, > Markus T" , "simark@simark.ca" > Date: Wed, 5 Jul 2023 10:03:11 +0000 > > > Is this addition NEWS-worthy? > > > > Reviewed-By: Eli Zaretskii > > Thanks! Good question, I so far decided no, as it isn't really a big feature. > Not sure, if it is GDB policy to mention every new command, I can for sure > add a mention if you think it make sense. Yes, I think we mention every new command in NEWS.