From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16350 invoked by alias); 11 Jul 2014 11:01:09 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 16283 invoked by uid 89); 11 Jul 2014 11:01:04 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_05,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 X-HELO: mail-pa0-f50.google.com Received: from mail-pa0-f50.google.com (HELO mail-pa0-f50.google.com) (209.85.220.50) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Fri, 11 Jul 2014 11:01:03 +0000 Received: by mail-pa0-f50.google.com with SMTP id bj1so1277730pad.23 for ; Fri, 11 Jul 2014 04:01:01 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=c1fbdruis60P+9PuQtYP//Piw2ySMvujPS3sj6EkHP4=; b=F2KgxmqjVqWQ2O+XU7Z/rlmCK/PqjoF+BmW0upBbg7yEqSnDO9Q/gXFrBnvyYMlT4y DgaAbenDtAmdMqJfLS3WJCYlHIjQ3IAjbbpIaEp9LACwvuPVvx33W0/ChJexjZET9ry1 86gDKCwFtdqZ3E9mzla3snJ7xqW59SUFErOQrPDbJTumP3NIcHyIkmM+/E3tSKBwDoRm R2yXQgKQ9SF58px1AqPvcepcsQkpO3p87FVTWRps/Od1AbnDYZtXJNodCfmzXVfFA/fz tOQhUn/fCZrEFnSsYjCidA81vSc8kJsxi29e17cjny/YCGnAsWPpQ036E4D4vEEuK4Rj btEw== X-Gm-Message-State: ALoCoQlkoqVw7Zqt/3abLyZX28NFnCz4n/kWAu7QoKQ31WC77ZYbjAikuBVjESnN294KfmQeqJf5 X-Received: by 10.70.134.102 with SMTP id pj6mr1250264pdb.161.1405076461616; Fri, 11 Jul 2014 04:01:01 -0700 (PDT) Received: from linux (ip68-9-64-242.ri.ri.cox.net. [68.9.64.242]) by mx.google.com with ESMTPSA id pq3sm1953361pbb.57.2014.07.11.04.00.58 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 11 Jul 2014 04:01:00 -0700 (PDT) Date: Fri, 11 Jul 2014 11:01:00 -0000 From: Bob Rossi To: Sergio Durigan Junior Cc: Yuri , "'gdb@sourceware.org'" Subject: Re: TUI mode is messed up Message-ID: <20140711110115.GA13932@linux> References: <53B6143B.1080003@rawbw.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes X-SW-Source: 2014-07/txt/msg00013.txt.bz2 On Fri, Jul 04, 2014 at 03:14:54PM -0300, Sergio Durigan Junior wrote: > On Thursday, July 03 2014, yuri@rawbw.com wrote: > > > Is TUI broken? Maybe it works only in some terminals and not others? I > > use kde konsole. Or maybe my FreeBSD port of gdb is broken? > > TUI is broken. It definitely needs some love; sometimes there's a patch > or two but it's rare. The errors you mentioned also happen with me. I maintain CGDB, a text user interface that is not integrated with GDB. It has it's own issues, but I wouldn't consider it broken. Bob Rossi