From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from rock.gnat.com (rock.gnat.com [IPv6:2620:20:4000:0:a9e:1ff:fe9b:1d1]) by sourceware.org (Postfix) with ESMTP id 940653858D34 for ; Sat, 18 Jul 2020 19:45:24 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 940653858D34 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 4557056120; Sat, 18 Jul 2020 15:45:24 -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 6IjuJr8mdX7L; Sat, 18 Jul 2020 15:45:24 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id C3E975611F; Sat, 18 Jul 2020 15:45:23 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 1B0E383464; Sat, 18 Jul 2020 12:45:22 -0700 (PDT) Date: Sat, 18 Jul 2020 12:45:22 -0700 From: Joel Brobecker To: gdb-patches@sourceware.org Cc: kevinb@redhat.com, sandra@codesourcery.com, tom@tromey.com, ssbssa@yahoo.de, ro@cebitec.uni-bielefeld.de, ludo@gnu.org, eliz@gnu.org, cbiesinger@google.com Subject: GDB 10 branching - 2020-07-18 Update Message-ID: <20200718194522.GA32708@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, 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, 18 Jul 2020 19:45:26 -0000 Hi everyone, As you will see in the report below, a lot of been fixed since the last update, but also we've also added a lot of new items. To allow the process to converge, I propose we stop accepting new items that aren't deemed blocking for the release. For those who have items listed below, if you are blocked or waiting for a review, please start pinging after the usual waiting period (2 weeks after initial send, and weekly thereafter). For those of us who have experience with the areas of the code that the patches below are waiting on, and you have some time to review them, that would be very helpful. Thank you, everyone! Fixed Since the Previous Update: -------------------------------- Nice work guys! * [AndrewB] Fix Python unwinders and inline frames https://sourceware.org/pipermail/gdb-patches/2020-June/169789.html * [Pedro/Simon (reported by SimonM)] GDB goes in busy loop when interrupting non-stop program https://sourceware.org/bugzilla/show_bug.cgi?id=26199 * [SebastianH (review by AndrewB] sim/igen: Fix linker error with GCC-10/-fno-common https://sourceware.org/pipermail/gdb-patches/2020-July/170083.html * [SebastianH (review by AndrewB] sim/ppc: Fix linker error with GCC-10/-fno-common https://sourceware.org/pipermail/gdb-patches/2020-July/170084.html * [SandraL] Skip directory tests in gdb.base/info_sources.exp on remote host https://sourceware.org/pipermail/gdb-patches/2020-June/169894.html * [SandraL] Fix POSIX-isms in gdb.base/shell.exp https://sourceware.org/pipermail/gdb-patches/2020-June/169865.html https://sourceware.org/pipermail/gdb-patches/2020-July/170483.html * [PaulC] Modify Docs to avoid HTML filename collision on Windows https://sourceware.org/bugzilla/show_bug.cgi?id=25716 https://sourceware.org/pipermail/gdb-patches/2020-June/169739.html https://sourceware.org/pipermail/gdb-patches/2020-July/170232.html Added Since the Last Update: ---------------------------- * [KevinB] GDB cannot access unwritten-to mmap'd buffer from core file https://sourceware.org/bugzilla/show_bug.cgi?id=25631 https://sourceware.org/pipermail/gdb-patches/2020-July/170158.html Pedro sent minor comments on 2020-07-10, but is otherwise happy with the patch series, so hopefully it gets pushed soon. * [SandraL] testsuite: gdb_wrapper handling polluting source directory with .o files https://sourceware.org/pipermail/gdb-patches/2020-July/170224.html Touches gdb.exp. No review so far. Not critical, IMO, but would be nice to at least review the patch. This seems like a regression compared to GDB 9. 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 Tom said he hasn't had time to look at Pedro's reply, unfortunately. I'm not super confident that he'll have much time soon either. Should we start looking at Plan B? * [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 approved that part of the patch. Waiting for a review on the GDB side (the part in config/ is only used by GDB, so we will review it on the GDB side as well). * [LudovicC (reported by Simon)] Add support for Guile 2.2 https://sourceware.org/pipermail/gdb-patches/2020-June/169936.html Was reviewed by Simon, who conducted the best review he could considering he doesn't know the area of the code well enough. We've been waiting for a more experienced maintainer to comment, with no success, so I suggested we go with Simon's review. * [EliZ] binutils: libctf build failure on Windows with mingw.org's MinGW https://sourceware.org/pipermail/gdb-patches/2020-July/170042.html 2020-07-18: Joel just sent Nick a ping. * [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 On going, but good progress since. * [EliZ] gdbserver: incorrect socklen_t configure test on mingw.org's MinGW https://sourceware.org/pipermail/gdb-patches/2020-July/170019.html Eli and Joel exchanged patches, but I don't see anything having been officially submitted yet? Not Critical, but Requested: ---------------------------- -- Joel