From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3249 invoked by alias); 22 Jun 2006 13:17:09 -0000 Received: (qmail 3237 invoked by uid 22791); 22 Jun 2006 13:17:08 -0000 X-Spam-Check-By: sourceware.org Received: from sccrmhc15.comcast.net (HELO sccrmhc15.comcast.net) (204.127.200.85) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 22 Jun 2006 13:17:06 +0000 Received: from ultsol.com (c-24-147-245-185.hsd1.ma.comcast.net[24.147.245.185]) by comcast.net (sccrmhc15) with ESMTP id <2006062213170501500922uqe>; Thu, 22 Jun 2006 13:17:05 +0000 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: Shared library Error in GDB Date: Thu, 22 Jun 2006 13:33:00 -0000 Message-ID: <81C69D96BDD30640952C7A404004AA2543A7C3@ultsol01.tewks.ultsol.local> From: "Fahd Abidi" To: 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/msg00185.txt.bz2 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 =20 -----Original Message----- From: gdb-owner@sourceware.org [mailto:gdb-owner@sourceware.org] On Behalf Of Daniel Jacobowitz Sent: Thursday, June 22, 2006 8:46 AM To: Dave Murphy Cc: gdb@sources.redhat.com Subject: Re: What's the difference between gdb arm targets? 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. On Thu, Jun 22, 2006 at 10:04:47AM +0100, Dave Murphy wrote: > Hi, >=20 > Is there any significant difference between a gdb targeted for > arm-linux, arm-eabi and arm-elf? Is it possible to combine all 3 targets=20 > within one build? The defaults are different. I believe that as long as you give GDB an ELF file every time, it will figure out the right behavior. To include the Linux support code you need to configure for arm-linux, but the other two don't have their own support code. --=20 Daniel Jacobowitz CodeSourcery