From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12195 invoked by alias); 16 May 2007 15:35:19 -0000 Received: (qmail 12117 invoked by uid 22791); 16 May 2007 15:35:14 -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 15:35:06 +0000 Received: from return.false.org (localhost [127.0.0.1]) by return.false.org (Postfix) with ESMTP id 71CFA4B267; Wed, 16 May 2007 10:35:04 -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 006A14B262; Wed, 16 May 2007 10:35:03 -0500 (CDT) Received: from drow by caradoc.them.org with local (Exim 4.67) (envelope-from ) id 1HoLWp-0002CI-3m; Wed, 16 May 2007 11:35:03 -0400 Date: Wed, 16 May 2007 15:35: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: <20070516153502.GA8429@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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1179329274.6692.30.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/msg00056.txt.bz2 On Wed, May 16, 2007 at 05:27:54PM +0200, gomrioje wrote: > > Running the aplication in the PC, I get with command backtrace: > (gdb) [Thread debugging using libthread_db enabled] That's normal. Only native GDB prints this message. > I guess the libraries for the ARM have no symbols charged. Do I need > them to debug my application? I believe you need symbols for ld.so and libpthread.so. -- Daniel Jacobowitz CodeSourcery