From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8407 invoked by alias); 7 Mar 2007 10:33:24 -0000 Received: (qmail 8397 invoked by uid 22791); 7 Mar 2007 10:33:24 -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; Wed, 07 Mar 2007 10:33:20 +0000 Received: from lon-out-01.spheriq.net ([195.46.50.129]) by lon-del-02.spheriq.net with ESMTP id l27AXkOY006435 for ; Wed, 7 Mar 2007 10:33:46 GMT Received: from lon-cus-02.spheriq.net (lon-cus-02.spheriq.net [195.46.50.38]) by lon-out-01.spheriq.net with ESMTP id l27AXGDn017577 for ; Wed, 7 Mar 2007 10:33:16 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 l27AXF2m002940 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 7 Mar 2007 10:33:16 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 6AB1FDA45 for ; Wed, 7 Mar 2007 10:33:14 +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 1AA7A47403 for ; Wed, 7 Mar 2007 10:33:14 +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 CJX69625 (AUTH "denis pilat"); Wed, 7 Mar 2007 11:33:13 +0100 (CET) Message-ID: <45EE94E8.9050709@st.com> Date: Wed, 07 Mar 2007 10:33:00 -0000 From: Denis PILAT User-Agent: Thunderbird 1.5.0.10 (X11/20070221) MIME-Version: 1.0 To: gdb-patches Subject: Re: [RFC] TUI is broken in the cvs head References: <45EC5458.2050603@st.com> <20070305173755.GA31195@caradoc.them.org> In-Reply-To: <20070305173755.GA31195@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-03/txt/msg00069.txt.bz2 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