From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 40846 invoked by alias); 23 Jan 2019 04:46:15 -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 40827 invoked by uid 89); 23 Jan 2019 04:46:14 -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=15th, his, weekend 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; Wed, 23 Jan 2019 04:46:13 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id D6ABA116533; Tue, 22 Jan 2019 23:46:11 -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 Y1r5uHQBzH0g; Tue, 22 Jan 2019 23:46:11 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 4DE87116507; Tue, 22 Jan 2019 23:46:11 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 6FEF483B09; Wed, 23 Jan 2019 08:46:05 +0400 (+04) Date: Wed, 23 Jan 2019 04:46:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org, tom@tromey.com Subject: GDB 8.3 release -- 2019-01-23 update Message-ID: <20190123044605.GI7551@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.9.4 (2018-02-28) X-SW-Source: 2019-01/txt/msg00496.txt.bz2 Hello everyone,. New update for the GDB-8.3 release. Note that we are now past the tentative branching date, which was: Tue Jan 15th The wiki page for tracking known issues is at: https://sourceware.org/gdb/wiki/GDB_8.3_Release Known blocking issues: ---------------------- Only one that I know of! Anything else, please let us know. * [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. Philippe indicated that it improves the situation quite a bit, but there are still some issues with it. I was hoping to find time to look into this over the weekend, but no luck :-(. Fixed since the last update: ---------------------------- * [TomT] tui/20819 Binding Control-j in inputrc breaks "layout asm" https://sourceware.org/bugzilla/show_bug.cgi?id=20819 -- Joel