From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30072 invoked by alias); 15 Feb 2007 15:46:23 -0000 Received: (qmail 30061 invoked by uid 22791); 15 Feb 2007 15:46:22 -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; Thu, 15 Feb 2007 15:46:16 +0000 Received: from dsl093-172-095.pit1.dsl.speakeasy.net ([66.93.172.95] helo=caradoc.them.org) by nevyn.them.org with esmtp (Exim 4.63) (envelope-from ) id 1HHioI-0004e1-2n; Thu, 15 Feb 2007 10:46:14 -0500 Received: from drow by caradoc.them.org with local (Exim 4.63) (envelope-from ) id 1HHioH-0005s2-Sr; Thu, 15 Feb 2007 10:46:13 -0500 Date: Thu, 15 Feb 2007 20:29:00 -0000 From: Daniel Jacobowitz To: Pelle Svensson Cc: gdb@sourceware.org Subject: Re: Remote debugging with gdbserver on ARM Message-ID: <20070215154613.GA22549@caradoc.them.org> Mail-Followup-To: Pelle Svensson , gdb@sourceware.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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: 2007-02/txt/msg00161.txt.bz2 On Wed, Feb 14, 2007 at 04:14:04PM +0100, Pelle Svensson wrote: > shared library path: (i386host)//home/dev/nfs/targetfs/lib, (target path is > /lib) > issued set solib-absolute-prefix /dev/null Making your front end not do these, but instead set the prefix... > warning: Unable to find dynamic linker breakpoint function. > GDB will be unable to debug shared library initializers > and track explicitly loaded dynamic code. ...may make this warning go away. I don't know if that will help. > I can singel step once to 'if (getenv...' but next step is lost and a > message says: > Cannot access memory at address 0x0 Try a current release of GDB please, along with the above fix. -- Daniel Jacobowitz CodeSourcery