From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16469 invoked by alias); 11 Feb 2004 13:11:24 -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 16462 invoked from network); 11 Feb 2004 13:11:23 -0000 Received: from unknown (HELO lakemtao02.cox.net) (68.1.17.243) by sources.redhat.com with SMTP; 11 Feb 2004 13:11:23 -0000 Received: from white ([68.9.64.121]) by lakemtao02.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20040211131122.ESHR19763.lakemtao02.cox.net@white>; Wed, 11 Feb 2004 08:11:22 -0500 Received: from bob by white with local (Exim 3.35 #1 (Debian)) id 1Aqu9C-0000c2-00; Wed, 11 Feb 2004 08:11:22 -0500 Date: Wed, 11 Feb 2004 13:11:00 -0000 From: Bob Rossi To: Kevin Buettner Cc: gdb-patches@sources.redhat.com Subject: Re: [patch/rfc] "tui" Message-ID: <20040211131122.GA2333@white> Mail-Followup-To: Kevin Buettner , gdb-patches@sources.redhat.com References: <402923AD.7060104@gnu.org> <20040210184009.GA28778@nevyn.them.org> <20040210125326.6ae7e4ba@saguaro> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040210125326.6ae7e4ba@saguaro> User-Agent: Mutt/1.3.28i X-SW-Source: 2004-02/txt/msg00281.txt.bz2 On Tue, Feb 10, 2004 at 12:53:26PM -0700, Kevin Buettner wrote: > On Tue, 10 Feb 2004 13:40:10 -0500 > Daniel Jacobowitz wrote: > > > On Tue, Feb 10, 2004 at 01:32:13PM -0500, Andrew Cagney wrote: > > > > > > This modifies the build machinery so that the program "tui" is built. > > > "tui" starts up GDB's TUI (or Text User Interface). Alternative program > > > names include "tgdb", "gdbtui", ... > > > > > > Comments? Otherwize look to commit it round 16th Feb. > > > > Any of those names sound great to me. I think that one with "gdb" in it > > would be clearer; unlike Insight, the TUI does not have a separate life > > from GDB. > > I too would prefer one of the names with "gdb" in it somewhere. I would also, I actually like the name gdbtui. It is clear that it is GDB, and it is clear that it is the text user interface. Bob Rossi