From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 103781 invoked by alias); 24 Sep 2019 23:20:27 -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 103767 invoked by uid 89); 24 Sep 2019 23:20:26 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-13.1 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.1 spammy= 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; Tue, 24 Sep 2019 23:20:25 +0000 Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 68103AF7B; Tue, 24 Sep 2019 23:20:23 +0000 (UTC) Subject: Re: [PATCH][gdb] Make INTERP_TUI's default ui_out the INTERP_CONSOLE ui_out To: Andrew Burgess Cc: gdb-patches@sourceware.org, Tom Tromey References: <20190905095815.GA27717@delia> <20190924173122.GN4962@embecosm.com> From: Tom de Vries Openpgp: preference=signencrypt Message-ID: Date: Tue, 24 Sep 2019 23:20: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: <20190924173122.GN4962@embecosm.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-09/txt/msg00472.txt.bz2 On 24-09-19 19:31, Andrew Burgess wrote: > With this patch applied I see the fixed behaviour you describe at the > CLI, however, if I do: > > (gdb) define mybt > bt > end > (gdb) start > (gdb) set logging redirect on > (gdb) tui enable > (gdb) set logging on > (gdb) mybt > > The I see output appear on both the console and in the log file. I can't reproduce this. Are you sure you removed the gdb.txt file before starting gdb? Thanks, - Tom