From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14493 invoked by alias); 5 Sep 2006 13:57:52 -0000 Received: (qmail 14484 invoked by uid 22791); 5 Sep 2006 13:57:52 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Tue, 05 Sep 2006 13:57:48 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1GKbQw-0008Rf-5r; Tue, 05 Sep 2006 09:57:46 -0400 Date: Tue, 05 Sep 2006 13:57:00 -0000 From: Daniel Jacobowitz To: ravi kiran Cc: gdb@sourceware.org Subject: Re: problem with gdbserver on powerpc Message-ID: <20060905135746.GA32414@nevyn.them.org> Mail-Followup-To: ravi kiran , gdb@sourceware.org References: <20060905064210.94417.qmail@web31908.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060905064210.94417.qmail@web31908.mail.mud.yahoo.com> User-Agent: Mutt/1.5.11+cvs20060403 X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-09/txt/msg00029.txt.bz2 On Mon, Sep 04, 2006 at 11:42:10PM -0700, ravi kiran wrote: > ont he host machine the 'bt' gives message like 0x0ff4a210 in ?? () It sounds like you don't have GDB pointing at the shared libraries for your target system, so you can't see where you're stopped. Try "set solib-absolute-prefix". -- Daniel Jacobowitz CodeSourcery