aboutsummaryrefslogtreecommitdiff
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
commita63196997adb182d975354fcc507d147f77cefaa (patch)
treea242bae63fa0c3f351e9987da27a4c266052f184
parent6a0d6741a3b97be0c2857037b8274cafa9598c46 (diff)
downloadbinutils-a63196997adb182d975354fcc507d147f77cefaa.zip
binutils-a63196997adb182d975354fcc507d147f77cefaa.tar.gz
binutils-a63196997adb182d975354fcc507d147f77cefaa.tar.bz2
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 e1965b1..692a6b5 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 4ddf434..abba0e7 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