From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf1-x42c.google.com (mail-pf1-x42c.google.com [IPv6:2607:f8b0:4864:20::42c]) by sourceware.org (Postfix) with ESMTPS id E04853858D1E for ; Sun, 9 Oct 2022 23:57:34 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org E04853858D1E Received: by mail-pf1-x42c.google.com with SMTP id i6so9458522pfb.2 for ; Sun, 09 Oct 2022 16:57:34 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:content-disposition:mime-version :message-id:subject:cc:to:from:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=wgywmuT17q+w8EthMHpLsBBR6LAiwuqTnm5b35T9CbQ=; b=YfseXdZH/PqQCG3kf6HUt+He/4GECtWjRTj3FYCGEkqxPV7xZ5kyXkpkC19fqH2Twh eYMjL/NP/Reab9XIUTvLSdHSmsYqCR8Zdyu2jsC39JfJOl/R/cWFlT5cnlRZqECprxv9 IMqxaF+acnt59Jpy6AvbLBYwE8RlsRYweO/x5VikxlMHNlkOdw14DoDxeKB0jtAYt9LW rbn0DRHNj/8tAnYdZXHGV025W2zIOIXKx2SHZCtuw5eqQXgTBr8AJJkOb1uIINvVQLo8 UAy77ZtET+MQCkX8xU6DHVO2uG0kuqwFneGY4WyPopWwh2iwIHnuMBeUdZxBISA2b3LG Nw7w== X-Gm-Message-State: ACrzQf1n06u8bwOrxrAJvXWp0ayL6KlooMX0FNeaIdh+o21AiPFNaS2l fRsINRvSlMsRozkGI3mjqDcpzNM4eevr X-Google-Smtp-Source: AMsMyM4g6qRNcFp4OIsBf7XBi/V/d8dzLr+yvDL1xyG7xIevJmmktreto2Yj7Q+SllmvKwl6B+d7VA== X-Received: by 2002:a63:ce43:0:b0:45b:d6ed:6c2 with SMTP id r3-20020a63ce43000000b0045bd6ed06c2mr14246945pgi.406.1665359853944; Sun, 09 Oct 2022 16:57:33 -0700 (PDT) Received: from takamaka.gnat.com ([184.69.131.86]) by smtp.gmail.com with ESMTPSA id x2-20020a170902ea8200b0016d5b7fb02esm5235526plb.60.2022.10.09.16.57.33 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 09 Oct 2022 16:57:33 -0700 (PDT) Received: by takamaka.gnat.com (Postfix, from userid 1000) id A4FEA81490; Sun, 9 Oct 2022 16:57:32 -0700 (PDT) Date: Sun, 9 Oct 2022 16:57:32 -0700 From: Joel Brobecker To: gdb-patches@sourceware.org Cc: Joel Brobecker Subject: GDB 13 release -- 2022-10-09 Update Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-4.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, 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, 09 Oct 2022 23:57:36 -0000 Hello, Here is a quick update on all the items currently on our radar for GDB 13. Fixed Since the Previous Update: -------------------------------- Added Since the Last Update: ---------------------------- * [Torbjörn] PR gdb/28549 ARM/Cortex-M: improper stack unwinding when the target is in lockup state https://sourceware.org/bugzilla/show_bug.cgi?id=28549 Seems like there is a set of patches, but not entirely clear on where the latest version is located, and whether they have been approved or not. Seems to be blocked by FSF copyright assignment paperwork. I will ask for the motivations behind requesting this patch be included in GDB 13. * [Torbjörn] gdb/arm: Handle lazy FPU state preservation Patch has been approved by Luis; open question about whether we can accept it or not (FSF copyright assignment). 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/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 * [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 -- Joel