From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2537 invoked by alias); 7 Jun 2006 19:05:21 -0000 Received: (qmail 2524 invoked by uid 22791); 7 Jun 2006 19:05:20 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Wed, 07 Jun 2006 19:05:17 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1Fo3L8-0004OK-3b; Wed, 07 Jun 2006 15:05:14 -0400 Date: Wed, 07 Jun 2006 19:07:00 -0000 From: Daniel Jacobowitz To: Srikanth Krishnamohan Cc: gdb@sourceware.org Subject: Re: gdb and remote debugging with threads Message-ID: <20060607190514.GA16788@nevyn.them.org> Mail-Followup-To: Srikanth Krishnamohan , gdb@sourceware.org References: <1182D99174295C4ABFC3098B2F755C34377960@mailwbg-srv.navigon.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1182D99174295C4ABFC3098B2F755C34377960@mailwbg-srv.navigon.local> User-Agent: Mutt/1.5.11+cvs20060403 X-IsSubscribed: yes 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 X-SW-Source: 2006-06/txt/msg00044.txt.bz2 On Wed, Jun 07, 2006 at 04:17:09PM +0200, Srikanth Krishnamohan wrote: > Hello All, > Does gdb 6.4 support remote debugging of a muti-threaded program. The > host is i686-linux and target is arm-xscale-linux. Yes. It has been supported for years, and I've been giving out the same advice about it for most of that time. I apologize for the fact that I haven't stuck this advice in the manual; obviously I need to do that. > Program received signal SIG32, Real-time event 32. > 0x400a75f4 in ?? () > (gdb) c > Continuing. If you receive this message, it usually means you did not tell GDB where to find target libraries, which prevents thread debugging from initializing. Search for "set solib-absolute-prefix". -- Daniel Jacobowitz CodeSourcery