From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9488 invoked by alias); 21 Jan 2006 15:24:13 -0000 Received: (qmail 9479 invoked by uid 22791); 21 Jan 2006 15:24:12 -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; Sat, 21 Jan 2006 15:24:11 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1F0Kb3-0000Fz-6h; Sat, 21 Jan 2006 10:24:09 -0500 Date: Sat, 21 Jan 2006 18:49:00 -0000 From: Daniel Jacobowitz To: Frank Chen Cc: gdb@sourceware.org Subject: Re: gdbserver and shared library Message-ID: <20060121152409.GA959@nevyn.them.org> Mail-Followup-To: Frank Chen , gdb@sourceware.org References: <20060121100919.29710.qmail@web34711.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060121100919.29710.qmail@web34711.mail.mud.yahoo.com> User-Agent: Mutt/1.5.8i 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-01/txt/msg00201.txt.bz2 On Sat, Jan 21, 2006 at 02:09:19AM -0800, Frank Chen wrote: > I need to debug xine with libxine. Running gdb on > local machine, I am able to step into libxine. > However, running gdb on remote machine, I could not > step into libxine. What could be wrong? Is the library present on both host and target machines? Are the two GDBs looking at the same filesystem (search for "set solib-absolute-prefix")? If that doesn't help, we need a transcript of your session in order to help you. -- Daniel Jacobowitz CodeSourcery