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 8AA643856974 for ; Fri, 21 Oct 2022 17:15:36 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 8AA643856974 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 1olvcL-0005Td-0I; Fri, 21 Oct 2022 13:15:33 -0400 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 1olvcK-00081m-Ft; Fri, 21 Oct 2022 13:15:32 -0400 Date: Fri, 21 Oct 2022 20:15:32 +0300 Message-Id: <83tu3xumh7.fsf@gnu.org> From: Eli Zaretskii To: Tom Tromey Cc: gdb-patches@sourceware.org In-Reply-To: <20221021161918.1207183-1-tom@tromey.com> (message from Tom Tromey on Fri, 21 Oct 2022 10:19:18 -0600) Subject: Re: [PATCH v2] Deprecate MI version 1 References: <20221021161918.1207183-1-tom@tromey.com> X-Spam-Status: No, score=2.0 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_NUMSUBJECT, 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: Fri, 21 Oct 2022 17:15:39 -0000 > From: Tom Tromey > Date: Fri, 21 Oct 2022 10:19:18 -0600 > Cc: Tom Tromey > > MI version 1 is long since obsolete. Rather than remove it > immediately (though I did send a patch for that), instead let's > deprecate it in GDB 13 and then remove it for GDB 14. > > This version of the patch incorporates Simon's warning change, and > Luis' recommendation to mention the gdb versions here. > --- > gdb/NEWS | 2 ++ > gdb/interps.c | 10 ++++++++++ > 2 files changed, 12 insertions(+) OK for the NEWS part. Thanks.