From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id 4y8UKxOwFWV+bR8AWB0awg (envelope-from ) for ; Thu, 28 Sep 2023 12:55:47 -0400 Authentication-Results: simark.ca; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.a=rsa-sha256 header.s=default header.b=FGDncWRn; dkim-atps=neutral Received: by simark.ca (Postfix, from userid 112) id AA2EC1E0C3; Thu, 28 Sep 2023 12:55:47 -0400 (EDT) Received: from server2.sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (prime256v1) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 9C1EC1E092 for ; Thu, 28 Sep 2023 12:55:45 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id AD028385800C for ; Thu, 28 Sep 2023 16:55:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AD028385800C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1695920144; bh=UsXOegWe051vzEV/5+vxF5xTvANrsA0eUtKzRriVpCg=; h=Date:Subject:To:References:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=FGDncWRnQZ59FiSMLe/ihnyQTsjfQWHPNpLSP55Um2p8C+rFq1NkthGQA8oMTHPBZ AEvbqV+nhY37hBzHagiPJFMTTGccnAcgj2SFIbLCnPJRefRstStJM7b0+y4VGlXiv5 /9pJEyULVN7R9Ei7VRPE9idnwNTA0FosaoKIv4Jw= Received: from simark.ca (simark.ca [158.69.221.121]) by sourceware.org (Postfix) with ESMTPS id 2663E3858C52 for ; Thu, 28 Sep 2023 16:55:25 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 2663E3858C52 Received: from [172.16.0.192] (192-222-143-198.qc.cable.ebox.net [192.222.143.198]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature ECDSA (prime256v1) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id AD3111E092; Thu, 28 Sep 2023 12:55:24 -0400 (EDT) Message-ID: <4cd9d958-a575-4751-b1d5-6552bd95aca5@simark.ca> Date: Thu, 28 Sep 2023 12:55:24 -0400 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: GDB 14 branching & release -- 2023-09-24 update Content-Language: fr To: Joel Brobecker , gdb-patches@sourceware.org References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_ASCII_DIVIDERS, SPF_HELO_PASS, SPF_PASS, TXREP 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.30 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Simon Marchi via Gdb-patches Reply-To: Simon Marchi Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" On 9/24/23 10:29, Joel Brobecker via Gdb-patches wrote: > Hi everyone, > > We've made some progress last week, as the summary below will show. > I'm hoping we'll be able to create the first branch soon. If Luis' > PR gdb/30689 goes in soon, then we'll create the branch soon after > that. If it takes more than another week or two, then we'll have > to discuss what we want to do -- keep waiting or branch without it, > and then backport. I haven't looked into the details of the patch > series; from the surface is mostly AArch64-focused, but not entirely, > and it is also pretty largish... > > More news next week. > > Fixed Since the Previous Update: > -------------------------------- > > * [Gregory Anders] (DAP series) > Various DAP fixes > v2: https://sourceware.org/pipermail/gdb-patches/2023-September/202123.html > > * [TomT] (DAP series) > Handle pointers and references correctly in DAP > https://sourceware.org/pipermail/gdb-patches/2023-September/202169.html > > Added Since the Last Update: > ---------------------------- > > * [TomT] > Add pretty-printer base class and new methods > https://sourceware.org/pipermail/gdb-patches/2023-September/202342.html > > Other Ongoing Items: > -------------------- > > * [LuisM] PR gdb/30689 > [AArch64] gdb scalable matrix extension (SME1 and SME2) support > https://sourceware.org/bugzilla/show_bug.cgi?id=30689 > > SME1 v7 series (Sep 18): > https://sourceware.org/pipermail/gdb-patches/2023-September/202581.html > > SME2 v5 series (Sep 13): > https://sourceware.org/pipermail/gdb-patches/2023-September/202597.html > > Not Blocking, But Keep An Eye On: > --------------------------------- > > < none > Hi Joel, I identified this regression in gdb.base/gcore.exp with the native-extended-gdbserver board: https://sourceware.org/bugzilla/show_bug.cgi?id=30912 I don't think it should be blocking the branching, but it should be fixed / cherry-picked before the release. Simon