From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17314 invoked by alias); 11 May 2007 18:10:59 -0000 Received: (qmail 17306 invoked by uid 22791); 11 May 2007 18:10:59 -0000 X-Spam-Check-By: sourceware.org Received: from hq.tensilica.com (HELO mailapp.tensilica.com) (65.205.227.29) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 11 May 2007 18:10:55 +0000 Received: from localhost ([127.0.0.1]) by mailapp.tensilica.com with esmtp (Exim 4.34) id 1HmZZs-0007cb-TG; Fri, 11 May 2007 11:10:53 -0700 Received: from mailapp.tensilica.com ([127.0.0.1]) by localhost (mailapp [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 29101-03; Fri, 11 May 2007 11:10:52 -0700 (PDT) Received: from heron.hq.tensilica.com ([192.168.11.123]) by mailapp.tensilica.com with esmtp (Exim 4.34) id 1HmZZs-0007cP-C6; Fri, 11 May 2007 11:10:52 -0700 Received: from [192.168.11.123] (heron.hq.tensilica.com [192.168.11.123]) by heron.hq.tensilica.com (Postfix) with ESMTP id F05AE5EC2F; Fri, 11 May 2007 11:10:51 -0700 (PDT) Message-ID: <4644B1AB.2020502@tensilica.com> Date: Fri, 11 May 2007 18:10:00 -0000 From: Bob Wilson User-Agent: Thunderbird 1.5.0.10 (X11/20070403) MIME-Version: 1.0 To: Eli Zaretskii CC: gdb-patches@sources.redhat.com Subject: Re: [PATCH] print message when TUI not configured References: <46423EBE.3040902@tensilica.com> In-Reply-To: Content-Type: multipart/mixed; boundary="------------060304090209070100090102" Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-05/txt/msg00201.txt.bz2 This is a multi-part message in MIME format. --------------060304090209070100090102 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-length: 476 Eli Zaretskii wrote: >> Date: Wed, 09 May 2007 14:35:58 -0700 >> From: Bob Wilson >> >> 2007-05-09 Bob Wilson >> >> * 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 * NEWS: Mention change in handling the -tui option. --------------060304090209070100090102 Content-Type: text/x-diff; name="gdb-NEWS.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="gdb-NEWS.patch" Content-length: 583 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. --------------060304090209070100090102--