From: Andrew Cagney Date: Mon, 14 Jun 2004 22:22:00 +0000 (+0000) Subject: 2004-06-14 Andrew Cagney X-Git-Tag: gdb_6_1_1-20040616-release~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a63196997adb182d975354fcc507d147f77cefaa;p=thirdparty%2Fbinutils-gdb.git 2004-06-14 Andrew Cagney * NEWS: Mention that the TUI is built-in. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e1965b122d2..692a6b52810 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2004-06-14 Andrew Cagney + + * NEWS: Mention that the TUI is built-in. + 2004-06-14 Randolph Chung * MAINTAINERS (Write After Approval): Alphabetize my entry correctly. diff --git a/gdb/NEWS b/gdb/NEWS index 4ddf434ce4f..abba0e760cc 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -3,6 +3,14 @@ *** Changes in GDB 6.1.1: +* TUI (Text-mode User Interface) built-in (also included in GDB 6.1) + +The TUI (Text-mode User Interface) is now built as part of a default +GDB configuration. It is enabled by either selecting the TUI with the +command line option "-i=tui" or by running the separate "gdbtui" +program. For more information on the TUI, see the manual "Debugging +with GDB". + * Pending breakpoint support (also included in GDB 6.1) Support has been added to allow you to specify breakpoints in shared