This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] print message when TUI not configured


Eli Zaretskii wrote:
Date: Wed, 09 May 2007 14:35:58 -0700
From: Bob Wilson <bwilson@tensilica.com>

2007-05-09  Bob Wilson  <bob.wilson@acm.org>
	
	* main.c (captured_main): Recognize -tui option and print an error
	message when the TUI is not configured.

Fine with me, but if this is accepted, I suggest an entry in NEWS.

OK. How's this?


2007-05-11 Bob Wilson <bob.wilson@acm.org>

* NEWS: Mention change in handling the -tui option.

Index: NEWS
===================================================================
RCS file: /cvs/src/src/gdb/NEWS,v
retrieving revision 1.224
diff -u -r1.224 NEWS
--- NEWS	7 May 2007 11:49:04 -0000	1.224
+++ NEWS	11 May 2007 18:08:15 -0000
@@ -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.
 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]