From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 101284 invoked by alias); 6 Jan 2020 22:00:39 -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 101266 invoked by uid 89); 6 Jan 2020 22:00:38 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-11.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=list! X-HELO: mail-wm1-f50.google.com Received: from mail-wm1-f50.google.com (HELO mail-wm1-f50.google.com) (209.85.128.50) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 06 Jan 2020 22:00:37 +0000 Received: by mail-wm1-f50.google.com with SMTP id d73so16758575wmd.1 for ; Mon, 06 Jan 2020 14:00:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=embecosm.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=0jIgfkWrAKEKmp0Wu2Uu6GW42mIDd83h2FlfhOaqeI0=; b=XW5BsDPS0rcypfH+H5z9aba9j9DauRK6Zw6SR4Wj4rySqK+W3pyHhKB9wnAp6kXJRH Ke9+oQMuKtFGyowEuiO8WDEL++CQQxlT2SYuLxPutdubc9x9ggKIk9wUSz1rMAOSCyGK kDEXCIzRLo/ss3iFNqQfOkOnPp7LGlLWO7V0DzMEW9DdN6r6LX1Y9hramzNby1i5UrUW oFTkqDFRKSMwsZvhx6illuVs7gst4PGk65cHKXizyiBIoqAfsAqb8RBwZI8ywJoVo5iN +c0Hsykc/vMnntr3tqh+vQavebLeMmqheEL9MYfq8zTThU9ACm5ozBwdXdwbMO6OXzxu w4JA== Return-Path: Received: from localhost (host86-186-80-236.range86-186.btcentralplus.com. [86.186.80.236]) by smtp.gmail.com with ESMTPSA id f1sm73220436wro.85.2020.01.06.14.00.33 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 06 Jan 2020 14:00:33 -0800 (PST) Date: Mon, 06 Jan 2020 22:00:00 -0000 From: Andrew Burgess To: Joel Brobecker Cc: gdb-patches@sourceware.org Subject: Re: GDB 9.1 release 2019-12-23 update Message-ID: <20200106220032.GT3865@embecosm.com> References: <20191223093031.GE11677@adacore.com> <20191225213617.GK3865@embecosm.com> <20200102105645.GA3304@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200102105645.GA3304@adacore.com> X-Fortune: Blessed are they who Go Around in Circles, for they Shall be Known as Wheels. X-Editor: GNU Emacs [ http://www.gnu.org/software/emacs ] User-Agent: Mutt/1.9.2 (2017-12-15) X-IsSubscribed: yes X-SW-Source: 2020-01/txt/msg00133.txt.bz2 * Joel Brobecker [2020-01-02 14:56:45 +0400]: > Hi Andrew, > > > We might want to consider waiting for a fix for this issue: > > > > https://sourceware.org/ml/gdb-patches/2019-12/msg01007.html > > > > If nobody else beats me to it then I'll get a fix for this in the next > > couple of days. > > Thanks for the heads up on that one. I agree we should wait for it > to be fixed before we release. I'm adding it to the list! I pushed the fix for this issue to master and gdb-9-branch. Thanks, Andrew