aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@acm.org>2007-05-11 18:31:15 +0000
committerBob Wilson <bob.wilson@acm.org>2007-05-11 18:31:15 +0000
commita6ec25f2912d835535aad574989c6abc61ce551d (patch)
tree9c18332d3c803a29f25a5f0f84f582fd9950ed33 /gdb/NEWS
parent2ef52e7748dfbe28c222fb9a948ff71c4cb0ff33 (diff)
downloadgdb-a6ec25f2912d835535aad574989c6abc61ce551d.zip
gdb-a6ec25f2912d835535aad574989c6abc61ce551d.tar.gz
gdb-a6ec25f2912d835535aad574989c6abc61ce551d.tar.bz2
* NEWS: Mention change in handling the -tui option.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 9ce7e66..80a24e7 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -3,6 +3,10 @@
*** Changes since GDB 6.6
+* When the Text User Interface (TUI) is not configured, GDB will now
+recognize the -tui command-line option and print a message that the TUI
+is not supported.
+
* The GDB remote stub, gdbserver, now has lower overhead for high
frequency signals (e.g. SIGALRM) via the QPassSignals packet.