From a6ec25f2912d835535aad574989c6abc61ce551d Mon Sep 17 00:00:00 2001 From: Bob Wilson Date: Fri, 11 May 2007 18:31:15 +0000 Subject: [PATCH] * NEWS: Mention change in handling the -tui option. --- gdb/ChangeLog | 4 ++++ gdb/NEWS | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 30c4f96460..a1768dba87 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2007-05-11 Bob Wilson + + * NEWS: Mention change in handling the -tui option. + 2007-05-11 Daniel Jacobowitz * linux-thread-db.c (enable_thread_event_reporting): Fix comment diff --git a/gdb/NEWS b/gdb/NEWS index 9ce7e66860..80a24e7806 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.