From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 41355 invoked by alias); 19 Aug 2019 16:38:35 -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 41343 invoked by uid 89); 19 Aug 2019 16:38:35 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-13.5 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.1 spammy=filed, Upgrade X-HELO: mx1.suse.de Received: from mx2.suse.de (HELO mx1.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 19 Aug 2019 16:38:33 +0000 Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id D0537AE96; Mon, 19 Aug 2019 16:38:31 +0000 (UTC) Subject: Re: [PATCH 0/8] Upgrade readline To: Tom Tromey Cc: Kevin Buettner , gdb-patches@sourceware.org References: <20190806204334.13441-1-tom@tromey.com> <20190806200520.2c520f05@f29-4.lan> <875zn98560.fsf@tromey.com> <23404574-475f-1526-e012-1107d264f808@suse.de> <87d0h6v8xb.fsf@tromey.com> From: Tom de Vries Openpgp: preference=signencrypt Message-ID: Date: Mon, 19 Aug 2019 16:38:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: <87d0h6v8xb.fsf@tromey.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-08/txt/msg00415.txt.bz2 On 15-08-19 15:45, Tom Tromey wrote: >>>>>> "Tom" == Tom de Vries writes: > > Tom> On 07-08-19 15:40, Tom Tromey wrote: >>> Here's patch 1. > > Tom> This caused a regression with check-read1 in gdb.tui/basic.exp: > Tom> ... > Tom> FAIL: gdb.tui/basic.exp: list main > Tom> XPASS: gdb.tui/basic.exp: source box > Tom> FAIL: gdb.tui/basic.exp: asm window shows main > Tom> FAIL: gdb.tui/basic.exp: split layout contents > Tom> FAIL: gdb.tui/basic.exp: asm box in split layout (ul corner) > Tom> ... > > Thanks. Was it this patch or one of the TUI patches? > This patch. > Anyway, the best thing would be if you could: > > runtest -v gdb.tui/basic.exp > > ... and then send me the resulting gdb.log. Often that has enough > information to diagnose TUI bugs. Filed https://sourceware.org/bugzilla/show_bug.cgi?id=24917 and attached the log there. Thanks, - Tom