From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 104312 invoked by alias); 17 Jan 2020 17:57:49 -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 104304 invoked by uid 89); 17 Jan 2020 17:57:49 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=cgdb 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; Fri, 17 Jan 2020 17:57:48 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id D612F56037; Fri, 17 Jan 2020 12:57:46 -0500 (EST) 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 alIjv79JNyPE; Fri, 17 Jan 2020 12:57:46 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id A019C56035; Fri, 17 Jan 2020 12:57:46 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id B0DAF838B5; Fri, 17 Jan 2020 18:57:44 +0100 (CET) Date: Fri, 17 Jan 2020 17:59:00 -0000 From: Joel Brobecker To: Christian Biesinger Cc: gdb-patches Subject: Re: GDB 9.1 release -- 2020-01-02 update Message-ID: <20200117175744.GA7007@adacore.com> References: <20200102111623.GF5147@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: 2020-01/txt/msg00546.txt.bz2 > Unrelated: should we try to get a fix for > https://sourceware.org/bugzilla/show_bug.cgi?id=25190 in? The bug says > this is breaking cgdb. A patch was sent in > https://sourceware.org/ml/gdb-patches/2019-11/msg00859.html but it > seems like it needs work. Let's add this one to the list indeed, at least for now. I'm not entirely sure this should be blocking, since there is an easy workaround, but we can give ourselves a chance to look into it. Thanks for the pointer! -- Joel