From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6682 invoked by alias); 1 Aug 2003 21:24:29 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 6674 invoked from network); 1 Aug 2003 21:24:28 -0000 Received: from unknown (HELO kraid.nerim.net) (62.4.16.105) by sources.redhat.com with SMTP; 1 Aug 2003 21:24:28 -0000 Received: from nerim.fr (stcarrez.net1.nerim.net [62.212.108.40]) by kraid.nerim.net (Postfix) with ESMTP id 52EC740E59; Fri, 1 Aug 2003 23:24:26 +0200 (CEST) Message-ID: <3F2ADA8B.7010606@nerim.fr> Date: Fri, 01 Aug 2003 21:24:00 -0000 From: Stephane Carrez User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.2) Gecko/20030208 Netscape/7.02 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniel Jacobowitz Cc: gdb-patches@sources.redhat.com Subject: Re: [rfa/6.0] TUI patch for paginated backtraces References: <20030801183829.GA32097@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-08/txt/msg00010.txt.bz2 Hi! Daniel Jacobowitz wrote: > This is the exact parallel to a CLI patch I checked in last month. This > fixes the test in fputs_maybe_filtered, which causes backtraces to be > paginated again. It should only affect the TUI in CLI mode. > > [Now that we have interp-switching infrastructure, I think tui_old_uiout > should go away, and instead cli_out should be used - we can switch > interpreters, that's the whole point.] > > OK? > Yes. I seem to get a warning that 'cli_out_set_stream' is not defined. Could you add the 'cli-out.h' include? Stephane