From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x42d.google.com (mail-wr1-x42d.google.com [IPv6:2a00:1450:4864:20::42d]) by sourceware.org (Postfix) with ESMTPS id D25D03858D35 for ; Mon, 30 Jan 2023 05:25:08 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org D25D03858D35 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=adacore.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=adacore.com Received: by mail-wr1-x42d.google.com with SMTP id h12so9900897wrv.10 for ; Sun, 29 Jan 2023 21:25:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adacore.com; s=google; h=content-disposition:mime-version:message-id:subject:cc:to:from:date :from:to:cc:subject:date:message-id:reply-to; bh=NG8CVzK6b019gdJhdYVg/0dfTWu14XfWqZ+JShBRU7s=; b=TOiRlmwn8dcLbhJKik0IB6c4FYPbI4J170ej96BkkfjqiLD2IOGpYR5coKGljjNO8i FK9I9SVvuk1AG+9IfA+9Qfw45xc/PwvjwFphRN31HhUeQ5Fzsj7AD5FHDxYvfubFEoCJ psP7xo9f2TTAZcovzGyjx8thqd1e1gsXzTFWFe8Vq0sa/BNzGwxwbgYZkGYrk6UO92lp a1vjtX6ihOGluRsOyBcys2jbD941PNW64XQGzPw3doyG2YylIgqXxqKrmjqZVXlLWZu6 EsPQCD+/PnFOPsICgv5G1uC4UQAFr/10tO4ubYMOJ0Mhz2HTbiqVO6DeHHO+JUpHvnDt lHKg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=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=NG8CVzK6b019gdJhdYVg/0dfTWu14XfWqZ+JShBRU7s=; b=RSBFRH/vUke7gUAPuh3NJHEfDi8YwKRHjFn9VZ2tkgGTsYXQdk7t70RO+BzkpYD8Nb BojfPEeDmlBo8hUsC4ol4OnIDqaUg7LsGURKA4Layb5REbFrCz+VMkk3W55e+yn9ThmH 5CCl17D7LvhmByFrjU8+q92xtNtLqUffZivT4NB2Vo7EAKKQR1ylR5BIzeMUg9nNhfbT DybyOSLsDP9NNIp+bBwB15EFUBW+a6TzRLCip9cqTnC2ozniaGmYh+g6kUHyxrURKnez NYDpvyrJ3JMlRigHmoSXj+ibRG/wZe8eiagULC8+3jrOI4NX4lalqKoIcI4Aw8Y4Y5PV JCng== X-Gm-Message-State: AO0yUKWJE2PDklalptY8svbbF4AITHQP3t1JG2suZnIpSVsy1cQBhH8l HZOjhFhYyvrkR0ZPbq8c0hMxp8xdROK/9DiXkg== X-Google-Smtp-Source: AK7set/qhAdYjF+1J1gAHAy+YW8UOvlJjEJVW0CXY9XJ70fYKnRhIRnGTTvudcYWu4mPIQRxDU0P0A== X-Received: by 2002:adf:a39e:0:b0:2bf:befb:4c1e with SMTP id l30-20020adfa39e000000b002bfbefb4c1emr15519329wrb.11.1675056307041; Sun, 29 Jan 2023 21:25:07 -0800 (PST) Received: from takamaka.gnat.com ([2a01:cb22:1d5:1100:b392:3bab:e51f:a5cc]) by smtp.gmail.com with ESMTPSA id c17-20020adffb11000000b002bc8130cca7sm10807351wrr.23.2023.01.29.21.25.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 29 Jan 2023 21:25:04 -0800 (PST) Received: by takamaka.gnat.com (Postfix, from userid 1000) id 11B0B82779; Sun, 29 Jan 2023 15:58:17 +0400 (+04) Date: Sun, 29 Jan 2023 15:58:17 +0400 From: Joel Brobecker To: gdb-patches@sourceware.org Cc: Joel Brobecker Subject: GDB 13 release -- 2023-01-29 Update Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,DATE_IN_PAST_12_24,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_ASCII_DIVIDERS,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,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 List-Id: Hi everyone, Quick update: We have progress on one of the issues (tdep/29738) which makes me think that we'll be down to one single issue before we make our first pre-release. Below is a more detailed status: Fixed Since the Previous Update: -------------------------------- * [TomT] build/29966 Cannot build anymore for win32 thread model of gdb https://sourceware.org/bugzilla/show_bug.cgi?id=29966 This ticket got closed, and then reopened I am not sure by whom, probably the author. I don't believe there is anything there for us to do, so moving this to the "fixed" section. Added Since the Last Update: ---------------------------- < none > Other Ongoing Items: -------------------- * [TomT] c++/29896 GDB git doesn't recognize template function name https://sourceware.org/bugzilla/show_bug.cgi?id=29896 Patches pushed, to both master and branch, but unfortunately a regression was found - Tom confirmed and is working on a fix. https://sourceware.org/pipermail/gdb-patches/2023-January/195828.html * [Torbjorn] tdep/29738 Arm M-profile dwarf2 unwinder performance suffers from exponential growth https://sourceware.org/bugzilla/show_bug.cgi?id=29738 patch v3, 2023-01-19 has been pushed! https://sourceware.org/pipermail/gdb-patches/2023-January/195915.html Backporting has been approved, waiting for it to be done. Not Blocking, But Keep An Eye On: --------------------------------- < none > -- Joel