From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13396 invoked by alias); 22 Jun 2006 16:38:50 -0000 Received: (qmail 13380 invoked by uid 22791); 22 Jun 2006 16:38:49 -0000 X-Spam-Check-By: sourceware.org Received: from e5.ny.us.ibm.com (HELO e5.ny.us.ibm.com) (32.97.182.145) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 22 Jun 2006 16:38:46 +0000 Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [9.56.227.234]) by e5.ny.us.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id k5MGchiQ009809 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Thu, 22 Jun 2006 12:38:43 -0400 Received: from d01av04.pok.ibm.com (d01av04.pok.ibm.com [9.56.224.64]) by d01relay02.pok.ibm.com (8.13.6/NCO/VER7.0) with ESMTP id k5MGcgff230594 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 22 Jun 2006 12:38:43 -0400 Received: from d01av04.pok.ibm.com (loopback [127.0.0.1]) by d01av04.pok.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id k5MGcgKD023952 for ; Thu, 22 Jun 2006 12:38:42 -0400 Received: from dufur.beaverton.ibm.com (dufur.beaverton.ibm.com [9.47.22.20]) by d01av04.pok.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id k5MGcgjl023922; Thu, 22 Jun 2006 12:38:42 -0400 Subject: Re: Shared library Error in GDB From: PAUL GILLIAM Reply-To: pgilliam@us.ibm.com To: Fahd Abidi Cc: gdb@sources.redhat.com In-Reply-To: <81C69D96BDD30640952C7A404004AA2543A7C3@ultsol01.tewks.ultsol.local> References: <81C69D96BDD30640952C7A404004AA2543A7C3@ultsol01.tewks.ultsol.local> Content-Type: text/plain Date: Thu, 22 Jun 2006 19:54:00 -0000 Message-Id: <1150990443.7608.12.camel@dufur.beaverton.ibm.com> Mime-Version: 1.0 X-Mailer: Evolution 2.2.2 (2.2.2-5) Content-Transfer-Encoding: 7bit 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/msg00188.txt.bz2 On Thu, 2006-06-22 at 09:20 -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? > > Fahd If you happen to be running on ppc64, see this thread: http://sourceware.org/ml/gdb-patches/2006-05/msg00457.html -=# Paul #=-