From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21380 invoked by alias); 8 Mar 2007 16:14:21 -0000 Received: (qmail 21371 invoked by uid 22791); 8 Mar 2007 16:14:20 -0000 X-Spam-Check-By: sourceware.org Received: from lon-del-02.spheriq.net (HELO lon-del-02.spheriq.net) (195.46.50.98) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 08 Mar 2007 16:14:13 +0000 Received: from lon-out-02.spheriq.net ([195.46.50.130]) by lon-del-02.spheriq.net with ESMTP id l28GEdmC023433 for ; Thu, 8 Mar 2007 16:14:39 GMT Received: from lon-cus-02.spheriq.net (lon-cus-02.spheriq.net [195.46.50.38]) by lon-out-02.spheriq.net with ESMTP id l28GE93p022106 for ; Thu, 8 Mar 2007 16:14:09 GMT Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by lon-cus-02.spheriq.net with ESMTP id l28GE7mC016068 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 8 Mar 2007 16:14:08 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 3B9E4DA45; Thu, 8 Mar 2007 16:13:59 +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 E9E7947599; Thu, 8 Mar 2007 16:13:58 +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 CJY04492 (AUTH "denis pilat"); Thu, 8 Mar 2007 17:13:58 +0100 (CET) Message-ID: <45F03645.1040407@st.com> Date: Thu, 08 Mar 2007 16:14:00 -0000 From: Denis PILAT User-Agent: Thunderbird 1.5.0.10 (X11/20070221) MIME-Version: 1.0 To: Daniel Jacobowitz Cc: gdb-patches Subject: Re: [RFC] TUI is broken in the cvs head References: <45EC5458.2050603@st.com> <20070305173755.GA31195@caradoc.them.org> <45EE94E8.9050709@st.com> In-Reply-To: <45EE94E8.9050709@st.com> 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-03/txt/msg00082.txt.bz2 Denis PILAT wrote: > Daniel Jacobowitz wrote: >> On Mon, Mar 05, 2007 at 06:33:12PM +0100, Denis PILAT wrote: >> >>> Attached is a simple patch that fixes a problem with the TUI: it was >>> not possible anymore to load a binary file. >>> I saw that problem on a linux native debugger. The file command >>> outputs "No registers." as an error message. >>> >> >> Whoops. OK thanks. These hooks are a mess... >> >> > Committedthis morning. TUI works again! > > Denis > Hi Daniel, It's good for linux hosts, but TUI still does not work for Solaris host !!! When running it just exits. Has anyone tried it for Solaris 8 ? It does not seem to come from the xml support recently added. I will work on fixing that tomorrow. Denis