From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20164 invoked by alias); 14 Mar 2007 11:55:11 -0000 Received: (qmail 20154 invoked by uid 22791); 14 Mar 2007 11:55:09 -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, 14 Mar 2007 11:55:02 +0000 Received: from lon-out-01.spheriq.net ([195.46.50.129]) by lon-del-03.spheriq.net with ESMTP id l2EBsxxW020428 for ; Wed, 14 Mar 2007 11:54:59 GMT Received: from lon-cus-01.spheriq.net (lon-cus-01.spheriq.net [195.46.50.37]) by lon-out-01.spheriq.net with ESMTP id l2EBswja010718 for ; Wed, 14 Mar 2007 11:54:59 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 l2EBsvdS024068 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Wed, 14 Mar 2007 11:54:58 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 8C4B7DA42; Wed, 14 Mar 2007 11:54:57 +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 57C72473DF; Wed, 14 Mar 2007 11:54:57 +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 CJZ13500 (AUTH "denis pilat"); Wed, 14 Mar 2007 12:54:55 +0100 (CET) Message-ID: <45F7E28F.6060505@st.com> Date: Wed, 14 Mar 2007 11:55:00 -0000 From: Denis PILAT User-Agent: Thunderbird 1.5.0.10 (X11/20070221) MIME-Version: 1.0 To: Pedro Alves Cc: gdb@sourceware.org Subject: Re: TUI + gdbserver broken? References: <45F7480C.5010207@portugalmail.pt> <45F7C06C.3080903@st.com> <4053daab0703140242y6a401f01ga964cdf10e2766d7@mail.gmail.com> In-Reply-To: <4053daab0703140242y6a401f01ga964cdf10e2766d7@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-03/txt/msg00199.txt.bz2 Pedro Alves wrote: > Denis PILAT wrote: >> >> Pedro Alves wrote: >> > Hi, >> > >> > TUI + gdbserver seems to be broken on head. Can't reproduce when >> > TUI + native debugging. >> > >> As far as the TUI is concerned: >> It's broken with Solaris Native debugging. >> I've spent a few hours debugging that problem but I have not solution >> yet !! >> I also tried using deprecated_get_selected_frame without any better >> results :( >> >> This problem is present in the CVS HEAD but also in the 6.6 released >> version, so I don't think it comes from recent changes. >> > > Just tested a GNU gdb 6.6.50.20070101-cvs configured as > sparc-sun-solaris2.9, > built with gcc 3.4.6 I had here - TUI works fine. > > $uname -srvmpi > SunOS 5.9 Generic_117171-13 sun4u sparc SUNW,Sun-Fire-480R > I tested 6.6 TUI configured as sparc-sun-solaris2.8 built with gcc 3.2.2. uname gives: SunOS 5.8 Generic_117350-23 sun4u sparc I'm looking for a 2.9 Solaris to make some tests Denis > Don't know if it adds any value, but I tried it under solaris xterm > displaying on cygwin X, > under GNU bash, version 3.2.0(1)-release (sparc-sun-solaris2.9) > > I'll try doing a binary search on Cygwin when I get home. > > Cheers, > Pedro Alves >