From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17197 invoked by alias); 10 Feb 2004 20:47:51 -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 17189 invoked from network); 10 Feb 2004 20:47:51 -0000 Received: from unknown (HELO localhost.redhat.com) (216.129.200.20) by sources.redhat.com with SMTP; 10 Feb 2004 20:47:51 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 0D2382B92; Tue, 10 Feb 2004 15:47:51 -0500 (EST) Message-ID: <40294376.5020706@gnu.org> Date: Tue, 10 Feb 2004 20:47:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030820 MIME-Version: 1.0 To: Eli Zaretskii Cc: gdb-patches@sources.redhat.com Subject: Re: [patch/rfc] "tui" References: <402923AD.7060104@gnu.org> <7137-Tue10Feb2004211219+0200-eliz@elta.co.il> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-02/txt/msg00260.txt.bz2 > Date: Tue, 10 Feb 2004 13:32:13 -0500 >> From: Andrew Cagney >> >> 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. > > > We need to document the new program in gdb.texinfo. Suggestion as to where? My guess is as a rewording of the opening paragraph of "GDB Text User Interface": http://sources.redhat.com/gdb/current/onlinedocs/gdb_23.html#SEC208 > The GDB Text User Interface, TUI in short, is a terminal interface which uses the curses library to show the source file, the assembly output, the program registers and GDB commands in separate text windows. The TUI is available only when GDB is configured with the --enable-tui configure option (see section B.3 configure options). Which is about to become out-of-date. Andrew