From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2178 invoked by alias); 1 Nov 2005 18:22:18 -0000 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 Received: (qmail 2170 invoked by uid 22791); 1 Nov 2005 18:22:15 -0000 Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Tue, 01 Nov 2005 18:22:15 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1EX0lx-00006p-Az; Tue, 01 Nov 2005 13:22:13 -0500 Date: Tue, 01 Nov 2005 18:22:00 -0000 From: Daniel Jacobowitz To: frank@betaversion.net Cc: gdb@sources.redhat.com Subject: Re: multithreaded programs on arm-linux Message-ID: <20051101182213.GA388@nevyn.them.org> Mail-Followup-To: frank@betaversion.net, gdb@sources.redhat.com References: <20051101191051.01may9ecmkmsc4wk@admin.betaversion.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051101191051.01may9ecmkmsc4wk@admin.betaversion.net> User-Agent: Mutt/1.5.8i X-SW-Source: 2005-11/txt/msg00017.txt.bz2 On Tue, Nov 01, 2005 at 07:10:51PM +0100, frank@betaversion.net wrote: > libthread_db is available on the system (/lib/libthread_db.so.1). > gdb successfully ran "thread_db_load()". > > Any ideas how i can debug this? Has libpthread.so been stripped? Debug info can be removed, but you must leave the static symbol table (.symtab) to use native libthread_db. -- Daniel Jacobowitz CodeSourcery, LLC