From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20393 invoked by alias); 12 Dec 2006 14:45:19 -0000 Received: (qmail 20384 invoked by uid 22791); 12 Dec 2006 14:45:19 -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; Tue, 12 Dec 2006 14:45:13 +0000 Received: from drow by nevyn.them.org with local (Exim 4.63) (envelope-from ) id 1Gu8sY-0004fh-TB; Tue, 12 Dec 2006 09:45:11 -0500 Date: Tue, 12 Dec 2006 14:45:00 -0000 From: Daniel Jacobowitz To: Avi Gozlan Cc: gdb@sourceware.org Subject: Re: symbol files and source files of shared objects when debugging remote target Message-ID: <20061212144510.GA17889@nevyn.them.org> Mail-Followup-To: Avi Gozlan , gdb@sourceware.org References: <200612121136.kBCBas67002550@michael.checkpoint.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200612121136.kBCBas67002550@michael.checkpoint.com> User-Agent: Mutt/1.5.13 (2006-08-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: 2006-12/txt/msg00093.txt.bz2 On Tue, Dec 12, 2006 at 01:36:16PM +0200, Avi Gozlan wrote: > Hello, > > I'm debugging a remote target using gdb/gdbserver. > > This procedure works fine for the source files included in the program > symbol table. However, I cannot step into functions included in a shared > library. The 'directory' command does not help in this situation. Does info shared work? Did you set "solib-absolute-prefix" or "solib-search-path" to find the shared libraries on your host system? -- Daniel Jacobowitz CodeSourcery