From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5762 invoked by alias); 28 Oct 2005 03:05:35 -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 5751 invoked by uid 22791); 28 Oct 2005 03:05:33 -0000 Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Fri, 28 Oct 2005 03:05:33 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1EVKYc-0001x9-TZ; Thu, 27 Oct 2005 23:05:31 -0400 Date: Fri, 28 Oct 2005 03:05:00 -0000 From: Daniel Jacobowitz To: Peter Choi Cc: gdb@sources.redhat.com Subject: Re: [NEED HELP] Problem to multithread remote debugging with GDBserver Message-ID: <20051028030530.GA7464@nevyn.them.org> Mail-Followup-To: Peter Choi , gdb@sources.redhat.com References: <20051027124722.GB21596@nevyn.them.org> <20051028015547.79748.qmail@web32915.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051028015547.79748.qmail@web32915.mail.mud.yahoo.com> User-Agent: Mutt/1.5.8i X-SW-Source: 2005-10/txt/msg00175.txt.bz2 On Thu, Oct 27, 2005 at 06:55:46PM -0700, Peter Choi wrote: > Hi Daniel, > > Yes, the path is incorrect. > > Actually the environment (library path) in both my > host computer and my target computer are identical. > Both are of FC1. Do I still need to set up the > solib-absolute-prefix & solib-search-path??? Huh? Your target is the system you're debugging. From below, it shows that you are targeting a CRIS target. That can't be running Red Hat FC1! I'm confused about what you are really doing. > 2. If I compile my own GDB & GDBserver from 6.3 source > code, do I need to specify any option during > compilation, to order to enable multithread support on > remote debugging???? No. -- Daniel Jacobowitz CodeSourcery, LLC