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 4DBEF3858D35 for ; Tue, 7 Jul 2020 00:44:21 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 4DBEF3858D35 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: HWeTNH843fhV5brEWy+AlRm6mkkBu1be2rGdVsNpq7xst2h0t21KKjn4WL/KVzzsIj2ro3QO4O nmLAEmOZ8ISZUFxT7QRl5bQ0x3KNvUb4zRRh+IEdvWEu5f6XWzWAXrJ8hGDxl4jAAnPLix6ZWd uZholLBHHqS6URlUEW/C5pbK4JVE9HbrvxYTL7atEM4ImCp3ZW5718EEO/8H/kJyEIKPTMJKNu SEWYhWX7PtE4Q4tiiMlbEztjJynTznq6dstnIz4YdLF7w6aIPZq/bRo+4TYxAk7lD4de5g3OVS Q64= X-IronPort-AV: E=Sophos;i="5.75,321,1589270400"; d="scan'208";a="50632105" Received: from orw-gwy-02-in.mentorg.com ([192.94.38.167]) by esa3.mentor.iphmx.com with ESMTP; 06 Jul 2020 16:44:20 -0800 IronPort-SDR: RWpXEKv9F0vVrJPrpSjEjBL/KjHttfdRiuN0ZzaPpwDOwCfGth3lEoTz6agUbIaBXG+9N84alm AxG1pjEQ+/GM0/0bVXW1EOOrCUMrSZvRTPDpYyfqWpwKmeoZa8A1CMqswna1QBuUfTQYQcq6c4 QZf5VxU7BggZyDG30qDXqgV0lgfHaz0F7wRwFdcMsyuJHqA/yMbji/km3mk/3Kp5+ymq52EGDR E+g4Vih8g16mNuMGqBl4b4Govd8XkRoPmBQBDgZumbx3UuzU0asd4y/RLbuCcyQ1BgkqPqgpBm v1Y= Subject: Re: GDB 10 branching - 2020-07-03 Update From: Sandra Loosemore To: Joel Brobecker , CC: Simon Marchi , Pedro Alves , Tom Tromey References: <20200703175710.GA10485@adacore.com> <238ace7f-3ce5-6f28-73d6-d048391a39bc@codesourcery.com> Message-ID: <18e9b270-429b-1a58-418e-9f543cdae4fc@codesourcery.com> Date: Mon, 6 Jul 2020 18:44:14 -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: <238ace7f-3ce5-6f28-73d6-d048391a39bc@codesourcery.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-ClientProxiedBy: svr-orw-mbx-03.mgc.mentorg.com (147.34.90.203) To svr-orw-mbx-03.mgc.mentorg.com (147.34.90.203) X-Spam-Status: No, score=-5.0 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: Tue, 07 Jul 2020 00:44:23 -0000 On 7/6/20 3:18 PM, Sandra Loosemore wrote: > 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. This is the third patch described above: https://sourceware.org/pipermail/gdb-patches/2020-July/170224.html That's all I have in my queue at present, but I know my colleague Paul Carroll is waiting for approval of an almost-trivial documentation patch which I've reviewed but can't officially approve: https://sourceware.org/pipermail/gdb-patches/2020-June/169739.html -Sandra