From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30051 invoked by alias); 24 Sep 2002 23:08:31 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 30044 invoked from network); 24 Sep 2002 23:08:30 -0000 Received: from unknown (HELO crack.them.org) (65.125.64.184) by sources.redhat.com with SMTP; 24 Sep 2002 23:08:30 -0000 Received: from nevyn.them.org ([66.93.61.169] ident=mail) by crack.them.org with asmtp (Exim 3.12 #1 (Debian)) id 17tzj5-0003ZI-00; Tue, 24 Sep 2002 19:08:24 -0500 Received: from drow by nevyn.them.org with local (Exim 3.35 #1 (Debian)) id 17tyn5-0003N8-00; Tue, 24 Sep 2002 19:08:27 -0400 Date: Tue, 24 Sep 2002 16:08:00 -0000 From: Daniel Jacobowitz To: "Usman S. Ansari" Cc: gdb@sources.redhat.com Subject: Re: Remote Debugging Of Multithreaded Application Message-ID: <20020924230826.GA12943@nevyn.them.org> Mail-Followup-To: "Usman S. Ansari" , gdb@sources.redhat.com References: <20020924212242.36713.qmail@web14309.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020924212242.36713.qmail@web14309.mail.yahoo.com> User-Agent: Mutt/1.5.1i X-SW-Source: 2002-09/txt/msg00387.txt.bz2 On Tue, Sep 24, 2002 at 02:22:42PM -0700, Usman S. Ansari wrote: > I am trying to setup so that I can debug multithreaded application running on PPC 8xx and use gdb > on Intel (i686, Redhat 7.2). > > I have seen fes post, which talks about the patches and multithreaded support from past few > months. I have tried them but it does not work for me. > > gdbserver is started on 8xx and I connect remotly. Break point of main is executed than any > following break point is not hit, since it gets realtime signal 32, or sigtrace or something like > this. If I try this locally, running gdb on 8xx, everything is fine. > > Please help me out. I have tried cvs version from 9/24. Configure and compile on 8xx. Get the same > result. > > What do I need to do ? If you searched the archives, you probably also saw my checklist. Do you: have /lib/libthread_db.so.1 on the 8xx have the target filesystem layout available on the host have solib-absolute-prefix set to point to the target libraries, before you connect -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer