This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch/rfc] "tui"


Date: Tue, 10 Feb 2004 13:32:13 -0500
From: Andrew Cagney <cagney@gnu.org>

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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]