From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca (simark.ca [158.69.221.121]) by sourceware.org (Postfix) with ESMTPS id 6C7463858D32 for ; Tue, 23 Aug 2022 19:42:42 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 6C7463858D32 Received: from [10.0.0.11] (unknown [217.28.27.60]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id E95261E222; Tue, 23 Aug 2022 15:42:41 -0400 (EDT) Message-ID: Date: Tue, 23 Aug 2022 15:42:41 -0400 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.12.0 Subject: Re: [PATCH 0/2] Remove MI version 1 Content-Language: en-US To: Tom Tromey Cc: gdb-patches@sourceware.org References: <20220810214316.2591985-1-tom@tromey.com> <87ilmibvfd.fsf@tromey.com> From: Simon Marchi In-Reply-To: <87ilmibvfd.fsf@tromey.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_NUMSUBJECT, NICE_REPLY_A, SPF_HELO_PASS, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 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: Tue, 23 Aug 2022 19:42:43 -0000 On 2022-08-23 15:40, Tom Tromey wrote: >>>>>> "Tom" == Tom Tromey writes: > > Tom> MI version 1 is long since obsolete. This series removes it, and > Tom> removes some leftovers from MI version 0. > > Tom> Regression tested on x86-64 Fedora 34. > > While I doubt anyone is using MI 1, I wonder if we would rather > deprecate it for gdb 13 and only remove it in 14, out of an abundance of > caution. > > Tom If there is no rush in removing it, I think this is a good plan. Simon