summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-06-14 22:22:00 +0000
committerAndrew Cagney <cagney@redhat.com>2004-06-14 22:22:00 +0000
commit16dcdbb28ec8dea3ad3b84e92ca72abf54df0ecc (patch)
treef1b3ee2dd56b706d02a39c6e960466965a86738f
parenta8098b66ac6db08fb6d311055a8988de44facd6a (diff)
downloadgdb-16dcdbb28ec8dea3ad3b84e92ca72abf54df0ecc.tar.gz
2004-06-14 Andrew Cagney <cagney@gnu.org>
* NEWS: Mention that the TUI is built-in.
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/NEWS8
2 files changed, 12 insertions, 0 deletions
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 <cagney@gnu.org>
+
+ * NEWS: Mention that the TUI is built-in.
+
2004-06-14 Randolph Chung <tausq@debian.org>
* 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