From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from rock.gnat.com (rock.gnat.com [205.232.38.15]) by sourceware.org (Postfix) with ESMTP id 4DAFA3844079 for ; Fri, 3 Jul 2020 17:57:12 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 4DAFA3844079 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=adacore.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=brobecker@adacore.com Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 2D83B116D98; Fri, 3 Jul 2020 13:57:12 -0400 (EDT) X-Virus-Scanned: Debian amavisd-new at gnat.com Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id dnck1Teygy-U; Fri, 3 Jul 2020 13:57:12 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id BE232116D85; Fri, 3 Jul 2020 13:57:11 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 24C25864E6; Fri, 3 Jul 2020 10:57:10 -0700 (PDT) Date: Fri, 3 Jul 2020 10:57:10 -0700 From: Joel Brobecker To: gdb-patches@sourceware.org Cc: Rainer Orth , Pedro Alves , Simon Marchi , Sebastian Huber , Eli Zaretskii , Christian Biesinger , Andrew Burgess , Tom Tromey , Hannes Domani Subject: GDB 10 branching - 2020-07-03 Update Message-ID: <20200703175710.GA10485@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.9.4 (2018-02-28) X-Spam-Status: No, score=-3.1 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_ASCII_DIVIDERS, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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: Fri, 03 Jul 2020 17:57:13 -0000 Hi everyone, Here is a the current status in terms of the GDB 10 release branching. As you can see, we had a significant number of new items added since last time. As always, let us know if you have comments on those, or if there are other issues you think we should be aware of. Thank you! Fixed Since the Previous Update: -------------------------------- * [TomDV (reported by LuisM)] Regression on testsuite due to changes to default_target_compile https://sourceware.org/bugzilla/show_bug.cgi?id=26175 Added Since the Last Update: ---------------------------- * [RainerO] Unify Solaris procfs and largefile handling https://sourceware.org/pipermail/gdb-patches/2020-June/169977.html Seems to require a fair amount of coordination. binutils seems on board; what about GCC (for the part in config/)? * [Pedro/Simon (reported by SimonM)] GDB goes in busy loop when interrupting non-stop program https://sourceware.org/bugzilla/show_bug.cgi?id=26199 * [??? (reported by Simon)] Add support for Guile 2.2 https://sourceware.org/pipermail/gdb-patches/2020-June/169936.html Looking for a GDB Maintainer feeling competent enough to review the patch. If not, I suggest we go with Simon's approach of a basic review for the generic requirements and check for obvious red flags. * [SebastianH (review by AndrewB] sim/igen: Fix linker error with GCC-10/-fno-common https://sourceware.org/pipermail/gdb-patches/2020-July/170083.html Approved, so push should be imminent. * [SebastianH (review by AndrewB] sim/ppc: Fix linker error with GCC-10/-fno-common https://sourceware.org/pipermail/gdb-patches/2020-July/170084.html Approved, so push should be imminent. * [EliZ] binutils: libctf build failure on Windows with mingw.org's MinGW https://sourceware.org/pipermail/gdb-patches/2020-July/170042.html * [ChristianB (reported by Eli)] Update gnulib to include fixes needed for mingw.org's MinGW https://sourceware.org/pipermail/gdb-patches/2020-June/169987.html https://sourceware.org/pipermail/gdb-patches/2020-July/170059.html * [EliZ] gdbserver: incorrect socklen_t configure test on mingw.org's MinGW https://sourceware.org/pipermail/gdb-patches/2020-July/170019.html Other Ongoing Items: -------------------- * [AndrewB] Fix Python unwinders and inline frames https://sourceware.org/pipermail/gdb-patches/2020-June/169789.html Difficult issue to solve. Andrew mentioned he would appreciate feedback from others who might be familiar with this area (inline frames hanlding), and just sent another ping about it, warning that it would be pushed in a next couple of days if no comments. Andrew provided in his commit revlog a very detailed explanation of the situation. * [TomT/HannesD] Mismatching fstat() function calls in gdb_bfd_open() and cache_bstat() https://sourceware.org/bugzilla/show_bug.cgi?id=25302 Latest discussion at: https://sourceware.org/pipermail/gdb-patches/2020-June/169670.html Not Critical, but Requested: ---------------------------- -- Joel