From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29042 invoked by alias); 17 May 2007 12:42:38 -0000 Received: (qmail 29032 invoked by uid 22791); 17 May 2007 12:42:36 -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; Thu, 17 May 2007 12:42:32 +0000 Received: from return.false.org (localhost [127.0.0.1]) by return.false.org (Postfix) with ESMTP id 46A854B267; Thu, 17 May 2007 07:42:31 -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 9A6984B262; Thu, 17 May 2007 07:42:30 -0500 (CDT) Received: from drow by caradoc.them.org with local (Exim 4.67) (envelope-from ) id 1HofJN-0002ua-Lp; Thu, 17 May 2007 08:42:29 -0400 Date: Thu, 17 May 2007 12:42: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: <20070517124229.GA10918@caradoc.them.org> Mail-Followup-To: gomrioje , =?iso-8859-1?B?SmVz+nMgR/NtZXogUu1v?= , gdb@sourceware.org References: <20070515172110.GA27784@caradoc.them.org> <1179329274.6692.30.camel@DAFPC5206.ikusi.net> <20070516153502.GA8429@caradoc.them.org> <1179336833.6692.42.camel@DAFPC5206.ikusi.net> <20070516173752.GA14525@caradoc.them.org> <1179337620.6692.49.camel@DAFPC5206.ikusi.net> <20070516175207.GA15384@caradoc.them.org> <1179338692.6692.56.camel@DAFPC5206.ikusi.net> <20070516181055.GA16476@caradoc.them.org> <1179405252.6692.65.camel@DAFPC5206.ikusi.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1179405252.6692.65.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/msg00068.txt.bz2 On Thu, May 17, 2007 at 02:34:12PM +0200, gomrioje wrote: > Thanks all, specially Daniel. > Changing the library libpthread to the right version, > let me to set breakpoints in the threads. > > But still something is not working: > In a simple application, I get an infinite backtrace in the gdb console, > when it stops in a breakpoint inside a thread. > (always as: > #149 0x400c3f78 in pthread_start_thread () > from /app/arm/bitbaketmp/staging/arm-linux/lib/libpthread.so.0 I believe a newer GDB will do something more sensible with this. -- Daniel Jacobowitz CodeSourcery