From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa3.mentor.iphmx.com (esa3.mentor.iphmx.com [68.232.137.180]) by sourceware.org (Postfix) with ESMTPS id 5524A3858D35 for ; Mon, 6 Jul 2020 21:18:31 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 5524A3858D35 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=Sandra_Loosemore@mentor.com IronPort-SDR: gBymEzCbLyXF6ErEphw6pJWmRXoIV5fpKVzR0tHOa8V5V0RhedRwlRjZ8yt/1nw8AGFHfHd95/ NfsAmc4sLsp8LE+QhvGKPu50IhjHDEKDMYx+W4tlnGJgFN0Zx0CuypNhPii3sMrOb5dnl5Du0q TrWBFnAjcBarFC1Jj3SNy5eCEuLWTZoh/ln/dlpNZyAAsm4UiMVkMQTCbU5rSKTmdTsXWcQBq4 32KD+GT6bdlPzFTfXbLIuVMilt9b0tsNvDB9EqyzaztROr6laerklBknk8s5XL9XxfDXz7lRtY iIk= X-IronPort-AV: E=Sophos;i="5.75,321,1589270400"; d="scan'208";a="50627780" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa3.mentor.iphmx.com with ESMTP; 06 Jul 2020 13:18:30 -0800 IronPort-SDR: N5F5RkOVobIh3X6QpfX2Mw57nQRp6X/a3WdYFuT9B6JBZ+nCodeC2rhJaQ1jGG0j56pTnAWmLp mxbpfdk8cc1cxqzFuclSJPRiGNMT5mXiE4n/jzFFRUGKgylgdiQRZ7xGBG7YKtJaBZkfLQBubn rNFGiMoIOBzbvtZeVTW8x3ylmAhozQHIinCRkwhURdwNm6g+BnjZTR7hqZdJsniG4SMlpDbmUj eeJF6kMKi5jm/2iI+VAIcBPqvWoFQn7GGm43k6aT+/FuT5pf9dgXSUFPfAvD+z6uSLb/ng04I3 KGc= Subject: Re: GDB 10 branching - 2020-07-03 Update To: Joel Brobecker , CC: Pedro Alves , Simon Marchi , Tom Tromey Newsgroups: gmane.comp.gdb.patches References: <20200703175710.GA10485@adacore.com> From: Sandra Loosemore Message-ID: <238ace7f-3ce5-6f28-73d6-d048391a39bc@codesourcery.com> Date: Mon, 6 Jul 2020 15:18:21 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0 MIME-Version: 1.0 In-Reply-To: <20200703175710.GA10485@adacore.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-ClientProxiedBy: svr-orw-mbx-08.mgc.mentorg.com (147.34.90.208) To svr-orw-mbx-03.mgc.mentorg.com (147.34.90.203) X-Spam-Status: No, score=-5.1 required=5.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=ham 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: Mon, 06 Jul 2020 21:18:32 -0000 On 7/3/20 11:57 AM, Joel Brobecker wrote: > 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. I have a couple of testsuite patches that have not been approved yet. Any hope of getting these in? https://sourceware.org/pipermail/gdb-patches/2020-June/169894.html https://sourceware.org/pipermail/gdb-patches/2020-June/169865.html I'm also working on a third one that I will try to post by the end of today; it's for bugs in gdb testglue support introduced in commit 24ac169ac5a918cd82b7485935f0c40a094c625e relating to remote-host testing and polluting the source directory with .o files in random places. -Sandra