diff options
author | Bob Wilson <bob.wilson@acm.org> | 2007-05-11 18:31:15 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@acm.org> | 2007-05-11 18:31:15 +0000 |
commit | a6ec25f2912d835535aad574989c6abc61ce551d (patch) | |
tree | 9c18332d3c803a29f25a5f0f84f582fd9950ed33 | |
parent | 2ef52e7748dfbe28c222fb9a948ff71c4cb0ff33 (diff) | |
download | gdb-a6ec25f2912d835535aad574989c6abc61ce551d.zip gdb-a6ec25f2912d835535aad574989c6abc61ce551d.tar.gz gdb-a6ec25f2912d835535aad574989c6abc61ce551d.tar.bz2 |
* NEWS: Mention change in handling the -tui option.
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/NEWS | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 30c4f96..a1768db 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2007-05-11 Bob Wilson <bob.wilson@acm.org> + + * NEWS: Mention change in handling the -tui option. + 2007-05-11 Daniel Jacobowitz <dan@codesourcery.com> * linux-thread-db.c (enable_thread_event_reporting): Fix comment @@ -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. |