From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15117 invoked by alias); 22 Jun 2006 13:33:56 -0000 Received: (qmail 15109 invoked by uid 22791); 22 Jun 2006 13:33:55 -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, 22 Jun 2006 13:33:51 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1FtPJd-0002CZ-2c; Thu, 22 Jun 2006 09:33:49 -0400 Date: Thu, 22 Jun 2006 13:40:00 -0000 From: Daniel Jacobowitz To: Fahd Abidi Cc: gdb@sources.redhat.com Subject: Re: Shared library Error in GDB Message-ID: <20060622133349.GA8436@nevyn.them.org> Mail-Followup-To: Fahd Abidi , gdb@sources.redhat.com References: <81C69D96BDD30640952C7A404004AA2543A7C3@ultsol01.tewks.ultsol.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <81C69D96BDD30640952C7A404004AA2543A7C3@ultsol01.tewks.ultsol.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/msg00186.txt.bz2 On Thu, Jun 22, 2006 at 09:20:23AM -0400, Fahd Abidi wrote: > Hello, > > When I start GDB to debug my helloword app I get the following warning: > > warning: Unable to find dynamic linker breakpoint function. > GDB will be unable to debug shared library initializes > and track explicitly loaded dynamic code. > > > Does anyone know what this warning means and how to resolve it? Usually it means that either GDB can not find your dynamic linker, or that it has been stripped (symbols have been removed). You haven't given us enough information to offer any more suggestions. If you're using remote debugging, check solib-absolute-prefix. If you're using native debugging, this may be a problem to refer to your OS vendor. > Please don't reply to random messages to post to the list. In this day > and age, everyone is expected to use a mail reader which supports > threading; you've attached yourself to an unrelated conversation. Gosh, which part of this was unclear? Please write a new message to this list to start a discussion or ask a question! -- Daniel Jacobowitz CodeSourcery