From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 85558 invoked by alias); 13 Jan 2019 05:25:56 -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 85543 invoked by uid 89); 13 Jan 2019 05:25:55 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=ftr, online, his, prevent 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; Sun, 13 Jan 2019 05:25:53 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 7D51F117872; Sun, 13 Jan 2019 00:25:52 -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 BCR0+lUaNbeP; Sun, 13 Jan 2019 00:25:52 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id DF8CB11786A; Sun, 13 Jan 2019 00:25:51 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id DAF1E86749; Sun, 13 Jan 2019 09:25:45 +0400 (+04) Date: Sun, 13 Jan 2019 05:25:00 -0000 From: Joel Brobecker To: Philippe Waroquiers Cc: gdb-patches@sourceware.org, tom@tromey.com Subject: Re: GDB 8.3 release -- 2019-01-11 update Message-ID: <20190113052545.GG22922@adacore.com> References: <20190111095332.GB22922@adacore.com> <1547242289.5979.3.camel@skynet.be> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1547242289.5979.3.camel@skynet.be> User-Agent: Mutt/1.9.4 (2018-02-28) X-SW-Source: 2019-01/txt/msg00308.txt.bz2 > > * [TomT/Joel] > > GDB UI word wrapping broken/interferes with 'set style' > > https://www.sourceware.org/ml/gdb-patches/2018-12/msg00435.html > > https://www.sourceware.org/ml/gdb-patches/2019-01/msg00098.html > > > > From what I can tell, "set style enabled off" doesn't prevent > > the problem from happening either. Tom indicated in his last > > message he has a fix, and just needs a testcase. > I did some manual test in a corner with the patch. The patch > improves significantly, but there are still one or two things > not ok (see msg00098.html thread). Thanks for doing that, Philippe. > Regarding the style, it would be really nice to have: > https://sourceware.org/ml/gdb-patches/2018-12/msg00449.html > as otherwise, set|show style online help/behaviour is > inconsistent with the other set|show. FTR (helps me when I do these status updates), this is now checked in: https://www.sourceware.org/ml/gdb-patches/2019-01/msg00296.html > It would be nice to have > https://sourceware.org/ml/gdb-patches/2019-01/msg00227.html > (as GDB will color more file names, functions > and addresses). Agreed; I would not consider these a blocker for creating the branch, however. Normally, these are normally easily backported. Thanks for the feedback! -- Joel