From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6848 invoked by alias); 2 Jan 2007 23:57:10 -0000 Received: (qmail 6840 invoked by uid 22791); 2 Jan 2007 23:57:10 -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, 02 Jan 2007 23:57:06 +0000 Received: from drow by nevyn.them.org with local (Exim 4.63) (envelope-from ) id 1H1tV1-0006mt-On; Tue, 02 Jan 2007 18:56:55 -0500 Date: Tue, 02 Jan 2007 23:57:00 -0000 From: Daniel Jacobowitz To: Jim Blandy Cc: Andreas Schwab , Mark Kettenis , gdb@sourceware.org Subject: Re: gdb very slow during 'step into' Message-ID: <20070102235655.GA26077@nevyn.them.org> Mail-Followup-To: Jim Blandy , Andreas Schwab , Mark Kettenis , gdb@sourceware.org References: <20070102193049.GA19762@nevyn.them.org> <200701022136.l02Laeu4002267@brahms.sibelius.xs4all.nl> 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-01/txt/msg00028.txt.bz2 On Tue, Jan 02, 2007 at 03:45:44PM -0800, Jim Blandy wrote: > > Andreas Schwab writes: > > Mark Kettenis writes: > > > >> Do it might very well be that the lookup for "_dl_runtime_resolve" or > >> "fixup" fails, especially on a system whithout debug info for glibc. > > > > In current glibc versions the function is called _dl_fixup anyway. > > I think those are two different things: > > $ nm /lib/ld-linux.so.2 | grep _dl_fixup > 0087ea30 t _dl_fixup > $ nm /lib/ld-linux.so.2 | grep _dl_runtime_resolve > 00883ec0 t _dl_runtime_resolve He's talking about fixup, not about _dl_runtime_resolve. They're different things, IIRC. -- Daniel Jacobowitz CodeSourcery