From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9796 invoked by alias); 16 May 2007 17:38:02 -0000 Received: (qmail 9783 invoked by uid 22791); 16 May 2007 17:38:01 -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; Wed, 16 May 2007 17:37:58 +0000 Received: from return.false.org (localhost [127.0.0.1]) by return.false.org (Postfix) with ESMTP id 94A464B267; Wed, 16 May 2007 12:37:55 -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 613BA4B262; Wed, 16 May 2007 12:37:53 -0500 (CDT) Received: from drow by caradoc.them.org with local (Exim 4.67) (envelope-from ) id 1HoNRg-0003ma-EV; Wed, 16 May 2007 13:37:52 -0400 Date: Wed, 16 May 2007 17:38: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: <20070516173752.GA14525@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> <20070515172110.GA27784@caradoc.them.org> <1179329274.6692.30.camel@DAFPC5206.ikusi.net> <20070516153502.GA8429@caradoc.them.org> <1179336833.6692.42.camel@DAFPC5206.ikusi.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1179336833.6692.42.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/msg00058.txt.bz2 On Wed, May 16, 2007 at 07:33:53PM +0200, gomrioje wrote: > set solib-absolute-prefix /app/arm/bitbaketmp/staging/arm-linux/lib/ I'm not sure how many times I can try to explain this... this is the wrong path. You should be able to append "/lib/ld-linux.so.2" to that path and find your dynamic loader. Try removing "/lib/" from the end of your setting. -- Daniel Jacobowitz CodeSourcery