From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3522 invoked by alias); 8 May 2008 02:22:25 -0000 Received: (qmail 3513 invoked by uid 22791); 8 May 2008 02:22:24 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 08 May 2008 02:21:42 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 847D59835A; Thu, 8 May 2008 02:21:40 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 10E4C98011; Thu, 8 May 2008 02:21:39 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1JtvlK-0001Tt-Nl; Wed, 07 May 2008 22:21:38 -0400 Date: Thu, 08 May 2008 02:22:00 -0000 From: Daniel Jacobowitz To: Mudeem Siddiqui Cc: gdb@sourceware.org Subject: Re: debugging multi threaded application Message-ID: <20080508022138.GA5642@caradoc.them.org> Mail-Followup-To: Mudeem Siddiqui , gdb@sourceware.org References: <87A697E50899F541B77272C331CEB7440169E37F@exchange.Q-DOMAIN> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87A697E50899F541B77272C331CEB7440169E37F@exchange.Q-DOMAIN> User-Agent: Mutt/1.5.17 (2007-12-11) 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: 2008-05/txt/msg00065.txt.bz2 On Wed, May 07, 2008 at 06:16:15PM -0700, Mudeem Siddiqui wrote: > set solib-search-path ../../root/lib > set solib-absolute-prefix ../../root/lib Those aren't the right settings. Take a look at the current version of the manual on the GDB web site and see if that makes it any clearer what should set solib-absolute-prefix to? Probably just ../../root in this case. -- Daniel Jacobowitz CodeSourcery