From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 47173 invoked by alias); 15 Oct 2019 15:16:31 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 47164 invoked by uid 89); 15 Oct 2019 15:16:30 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-5.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=familiar X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 15 Oct 2019 15:16:29 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 0328856082; Tue, 15 Oct 2019 11:16:28 -0400 (EDT) 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 m6eo-Tw4SibZ; Tue, 15 Oct 2019 11:16:27 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id C6A6E56080; Tue, 15 Oct 2019 11:16:27 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 2564B838B5; Tue, 15 Oct 2019 08:16:26 -0700 (PDT) Date: Tue, 15 Oct 2019 15:16:00 -0000 From: Joel Brobecker To: Christian Biesinger Cc: gdb-patches Subject: Re: GDB 9.1 release: Start of stabilization period ? Message-ID: <20191015151626.GA13252@adacore.com> References: <20191012191938.GA2675@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) X-SW-Source: 2019-10/txt/msg00421.txt.bz2 > I'm not that familiar with the gdb release process, but there are two > changes that I was hoping could be part of the next release: > - The threaded symbol loading that tromey (and I) have been working on Could you send a link to that discussion? I'd like to take a look to evaluate the risk in terms of stabilization... > - My patch here: https://sourceware.org/ml/gdb-patches/2019-10/msg00125.html This one looks fine. -- Joel