From: Bob Wilson Date: Fri, 11 May 2007 18:31:15 +0000 (+0000) Subject: * NEWS: Mention change in handling the -tui option. X-Git-Tag: binutils-2_18-branchpoint~784 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a6ec25f2912d835535aad574989c6abc61ce551d;p=thirdparty%2Fbinutils-gdb.git * NEWS: Mention change in handling the -tui option. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 30c4f96460a..a1768dba87f 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 9ce7e668605..80a24e78061 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.