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 44161383F84D for ; Sat, 27 Jun 2020 15:40:08 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 44161383F84D 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 C339B11673A; Sat, 27 Jun 2020 11:40:07 -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 Ay+3jahcFbSU; Sat, 27 Jun 2020 11:40:07 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 3A1281166D1; Sat, 27 Jun 2020 11:40:07 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 885768282E; Sat, 27 Jun 2020 08:40:05 -0700 (PDT) Date: Sat, 27 Jun 2020 08:40:05 -0700 From: Joel Brobecker To: gdb-patches@sourceware.org Cc: Luis Machado , Andrew Burgess , Tom Tromey , Hannes Domani Subject: GDB 10 branching - 2020-06-27 Update Message-ID: <20200627154005.GA5618@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.6 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: Sat, 27 Jun 2020 15:40:09 -0000 Hi everyone, Great progress last week, as the first section of this report will indicate! So far, we're down to 3 identified issues we would like to fix before branching. As always, if you see anything else that you think should make the list, please let us know! As a reminder, the proposal was to try to branch during the weekend of July 4th if we can, which is very soon. From there, we would then aim for a release 2-3 weeks later. Fixed Since the Previous Update: -------------------------------- * [RainerO/PedroA] [10 regression] run fails with ICE on Solaris https://sourceware.org/bugzilla/show_bug.cgi?id=25939 * [AndrewB/TomT] QEMU / GDB compatibility on RISCV64 ELF (failure to fetch some registers) https://sourceware.org/pipermail/gdb-patches/2020-June/169393.html Reference to the patch series that got pushed a couple of days ago: https://sourceware.org/pipermail/gdb-patches/2020-June/169561.html Subject: RISC-V target description and register handling fixes * [PhilippeW] https://sourceware.org/bugzilla/show_bug.cgi?id=25475 * [PhilippeW] Allow the user to define default args for aliases https://sourceware.org/pipermail/gdb-patches/2020-June/169467.html Added Since the Last Update: ---------------------------- * [Unassigned (reported by LuisM)] Regression on testsuite due to changes to default_target_compile https://sourceware.org/bugzilla/show_bug.cgi?id=26175 Patch causes some options to be missing when compiling test code. * [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). Andrew provided in his commit revlog a very detailed explanation of the situation. Other Ongoing Items: -------------------- * [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