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 EB50A385800D for ; Wed, 10 Mar 2021 02:48:56 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org EB50A385800D 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 AC763560CD; Tue, 9 Mar 2021 21:48:56 -0500 (EST) 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 R8yjmwLzA5qn; Tue, 9 Mar 2021 21:48:56 -0500 (EST) Received: from float.home (localhost.localdomain [127.0.0.1]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by rock.gnat.com (Postfix) with ESMTPS id 5A702560CC; Tue, 9 Mar 2021 21:48:55 -0500 (EST) Received: by float.home (Postfix, from userid 1000) id 17552A12B8; Wed, 10 Mar 2021 06:48:50 +0400 (+04) Date: Wed, 10 Mar 2021 06:48:50 +0400 From: Joel Brobecker To: Simon Marchi Cc: gdb-patches@sourceware.org Subject: Re: GDB 10.2 Release: Proposing Mar 13-14 for official GDB 10.2 release Message-ID: <20210310024850.GA247585@adacore.com> References: <20210306064611.GB807147@adacore.com> <06d96113-d09b-993f-0f55-00c297b4e591@simark.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <06d96113-d09b-993f-0f55-00c297b4e591@simark.ca> X-Spam-Status: No, score=-4.1 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, SPF_HELO_NONE, 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: Wed, 10 Mar 2021 02:48:59 -0000 Hi Simon, > A new issue has popped up: > > https://sourceware.org/bugzilla/show_bug.cgi?id=27541 > > Tom Tromey and I would be good candidates to look a it, > because it's related to the DWARF symbol sharing, which > we've both worked on. I will try to give it a look in > the following days. Thanks for the heads up, Simon. I've changed its Target Mileston to 10.2 in Bugzilla. -- Joel