From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4307 invoked by alias); 18 Apr 2007 06:57:03 -0000 Received: (qmail 4299 invoked by uid 22791); 18 Apr 2007 06:57:03 -0000 X-Spam-Check-By: sourceware.org Received: from lon-del-03.spheriq.net (HELO lon-del-03.spheriq.net) (195.46.50.99) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 18 Apr 2007 07:57:00 +0100 Received: from lon-out-03.spheriq.net ([195.46.50.131]) by lon-del-03.spheriq.net with ESMTP id l3I6umBC031930 for ; Wed, 18 Apr 2007 06:56:48 GMT Received: from lon-cus-01.spheriq.net (lon-cus-01.spheriq.net [195.46.50.37]) by lon-out-03.spheriq.net with ESMTP id l3I6umST018037 for ; Wed, 18 Apr 2007 06:56:48 GMT Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by lon-cus-01.spheriq.net with ESMTP id l3I6uh4d020580 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK) for ; Wed, 18 Apr 2007 06:56:46 GMT Received: from zeta.dmz-eu.st.com (ns2.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 0C1F9DA4C for ; Wed, 18 Apr 2007 06:56:34 +0000 (GMT) Received: from mail1.cro.st.com (mail1.cro.st.com [164.129.40.131]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id D572147269 for ; Wed, 18 Apr 2007 06:56:33 +0000 (GMT) Received: from [164.129.44.95] (crx595.cro.st.com [164.129.44.95]) by mail1.cro.st.com (MOS 3.7.5a-GA) with ESMTP id CKG49844 (AUTH "denis pilat"); Wed, 18 Apr 2007 08:56:33 +0200 (CEST) Message-ID: <4625C121.3010508@st.com> Date: Wed, 18 Apr 2007 08:24:00 -0000 From: Denis PILAT User-Agent: Thunderbird 1.5.0.10 (X11/20070221) MIME-Version: 1.0 To: gdb-patches@sourceware.org Subject: Re: [RFA] TUI is broken under Solaris References: <45FDECB3.5000002@portugalmail.pt> <20070319021145.GA25872@caradoc.them.org> <45FEB31F.6040503@st.com> <20070327200906.GO28164@caradoc.them.org> <4624EADC.806@st.com> <20070417154759.GA1614@caradoc.them.org> In-Reply-To: <20070417154759.GA1614@caradoc.them.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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-04/txt/msg00274.txt.bz2 Daniel Jacobowitz wrote: > On Tue, Apr 17, 2007 at 05:42:20PM +0200, Denis PILAT wrote: > >> Here is the proposed patch: >> It fixes the tui problem under Solaris. TUI hosted under Solaris has been >> broken for monthes. No way to break on main and run a simple program. >> Here we avoid any written to the terminal without beeing owner of it. Don't >> know if it the best solution but it works >> No testsuite regression for Solaris and Linux native debuggers. >> > > This is OK. > > Just committed. -- Denis