From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30976 invoked by alias); 15 May 2007 17:21:18 -0000 Received: (qmail 30968 invoked by uid 22791); 15 May 2007 17:21:18 -0000 X-Spam-Check-By: sourceware.org Received: from return.false.org (HELO return.false.org) (66.207.162.98) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 15 May 2007 17:21:15 +0000 Received: from return.false.org (localhost [127.0.0.1]) by return.false.org (Postfix) with ESMTP id 377414B267; Tue, 15 May 2007 12:21:12 -0500 (CDT) Received: from caradoc.them.org (dsl093-172-095.pit1.dsl.speakeasy.net [66.93.172.95]) by return.false.org (Postfix) with ESMTP id 9516C4B262; Tue, 15 May 2007 12:21:11 -0500 (CDT) Received: from drow by caradoc.them.org with local (Exim 4.67) (envelope-from ) id 1Ho0hy-0007EQ-IB; Tue, 15 May 2007 13:21:10 -0400 Date: Tue, 15 May 2007 17:21:00 -0000 From: Daniel Jacobowitz To: gomrioje Cc: =?iso-8859-1?B?SmVz+nMgR/NtZXogUu1v?= , gdb@sourceware.org Subject: Re: Debugging pthread in ARM. Message-ID: <20070515172110.GA27784@caradoc.them.org> Mail-Followup-To: gomrioje , =?iso-8859-1?B?SmVz+nMgR/NtZXogUu1v?= , gdb@sourceware.org References: <1179233344.1389.18.camel@DAFPC5206.ikusi.net> <20070515125816.GA13421@caradoc.them.org> <1179249238.6692.12.camel@DAFPC5206.ikusi.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1179249238.6692.12.camel@DAFPC5206.ikusi.net> User-Agent: Mutt/1.5.15 (2007-04-09) 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-05/txt/msg00053.txt.bz2 On Tue, May 15, 2007 at 07:13:58PM +0200, gomrioje wrote: > Thanks Daniel, I point solib-absolute, right now my libraries (info > sharedlibrary) are like that: > > > >From To Syms Read Shared Object Library > 0x400284d8 0x400859a4 > No /app/arm/bitbaketmp/staging/arm-linux/lib/libsqlite.so.0 Something is still wrong, since if GDB had found the libraries it would have read in symbols automatically. Are you getting any warnings? Are you sure they are exactly the same versions? ld-linux.so.2 should be under your solib-absolute-prefix. -- Daniel Jacobowitz CodeSourcery