From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx07-00178001.pphosted.com (mx08-00178001.pphosted.com [91.207.212.93]) by sourceware.org (Postfix) with ESMTPS id 2ACF1385483B for ; Sun, 2 Oct 2022 07:23:49 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 2ACF1385483B Received: from pps.filterd (m0046660.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.17.1.5/8.17.1.5) with ESMTP id 29210cr3002455; Sun, 2 Oct 2022 09:23:46 +0200 Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by mx07-00178001.pphosted.com (PPS) with ESMTPS id 3jxapbmyxv-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Sun, 02 Oct 2022 09:23:46 +0200 Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 73A7810002A; Sun, 2 Oct 2022 09:23:45 +0200 (CEST) Received: from Webmail-eu.st.com (shfdag1node3.st.com [10.75.129.71]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id 6B47A2132C8; Sun, 2 Oct 2022 09:23:45 +0200 (CEST) Received: from [10.252.19.38] (10.75.127.46) by SHFDAG1NODE3.st.com (10.75.129.71) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256) id 15.1.2375.31; Sun, 2 Oct 2022 09:23:43 +0200 Message-ID: Date: Sun, 2 Oct 2022 09:23:42 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.3.0 Subject: Re: GDB 13 release -- 2022-10-01 update Content-Language: en-US To: Joel Brobecker , References: From: Torbjorn SVENSSON In-Reply-To: Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit X-Originating-IP: [10.75.127.46] X-ClientProxiedBy: SFHDAG2NODE3.st.com (10.75.127.6) To SHFDAG1NODE3.st.com (10.75.129.71) X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.895,Hydra:6.0.528,FMLib:17.11.122.1 definitions=2022-10-01_15,2022-09-29_03,2022-06-22_01 X-Spam-Status: No, score=-6.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, NICE_REPLY_A, RCVD_IN_DNSWL_LOW, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham 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: Sun, 02 Oct 2022 07:23:50 -0000 Hi Joel and the list, I would like to land 2 patches for Cortex-M before the release. * https://sourceware.org/bugzilla/show_bug.cgi?id=28549 * https://sourceware.org/pipermail/gdb-patches/2022-September/192223.html Kind regards, Torbjörn On 2022-10-02 02:12, Joel Brobecker via Gdb-patches wrote: > Hi everyone, > > Nothing really new since the last update, except I forgot to > list a couple of PRs which were marked in bugzilla as targetting > GDB 13, related to Tom's new DWARF reader. > > PhilippeW's is still waiting for a review... > > Fixed Since the Previous Update: > -------------------------------- > > > > Added Since the Last Update: > ---------------------------- > > Some items which aren't new, but which I forgot to list in my previous > update: > > * [TomT] PR symtab/29105 > new DWARF reader still slow > https://sourceware.org/bugzilla/show_bug.cgi?id=29105 > > The subject of this PR and the initial message mention that > the index cache is still faster than the new DWARF reader. > But reading following discussions, it's not clear to me > anymore what this ticket is about, or what's left to do. > I will follow up on the PR itself. > > * [TomT] PR symtab/29106 > new DWARF reader should de-duplicate functions > https://sourceware.org/bugzilla/show_bug.cgi?id=29106 > > Other Ongoing Items: > -------------------- > > * [PhilippeW] > Show locno for 'multi location' breakpoint hit msg+conv var $bkptno $locno > > v3 here: https://sourceware.org/pipermail/gdb-patches/2022-June/189824.html > > * [TomT] PR symtab/29179 > .gdb_index support for Ada > https://sourceware.org/bugzilla/show_bug.cgi?id=29179 > > TomT sent a patch: > https://sourceware.org/pipermail/gdb-patches/2022-September/192056.html > > Please let us know if there are other issues you think we should > fix before release GDB 13. > > Thank you all!