From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32507 invoked by alias); 12 Oct 2004 22:15:40 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 32487 invoked from network); 12 Oct 2004 22:15:38 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 12 Oct 2004 22:15:38 -0000 Received: from drow by nevyn.them.org with local (Exim 4.34 #1 (Debian)) id 1CHUvN-0001Sp-L4; Tue, 12 Oct 2004 18:15:17 -0400 Date: Wed, 13 Oct 2004 04:57:00 -0000 From: Daniel Jacobowitz To: philippe.vivarelli@mindspeed.com Cc: gdb@sources.redhat.com Subject: Re: Remote debugging using gdbserver with threads on ARM linux: No backtrace Message-ID: <20041012221517.GA4826@nevyn.them.org> Mail-Followup-To: philippe.vivarelli@mindspeed.com, gdb@sources.redhat.com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.5.1+cvs20040105i X-SW-Source: 2004-10/txt/msg00299.txt.bz2 On Tue, Oct 12, 2004 at 05:55:45PM +0200, philippe.vivarelli@mindspeed.com wrote: > The librairies in /usr/local/arm-tools/arm-linux/lib/ are comming with the > arm-linux toolchain for ARM (cross compiler arm-linux-gcc 3.3.1) > The librairies on the target are comming from the Debian distribution for > ARM (gcc 3.3.4). Don't do that then. > What do you recommend ? > Make a copy of the libraries comming from the Debian distribution onto the > host, and set the solib-absolute-prefix to the path of the copy ? Yes, probably. -- Daniel Jacobowitz