From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 690 invoked by alias); 2 Jan 2007 23:45:24 -0000 Received: (qmail 674 invoked by uid 22791); 2 Jan 2007 23:45:23 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 02 Jan 2007 23:45:19 +0000 Received: (qmail 15388 invoked from network); 2 Jan 2007 23:45:18 -0000 Received: from unknown (HELO localhost) (jimb@127.0.0.2) by mail.codesourcery.com with ESMTPA; 2 Jan 2007 23:45:18 -0000 To: Andreas Schwab Cc: Mark Kettenis , gdb@sourceware.org Subject: Re: gdb very slow during 'step into' References: <20070102193049.GA19762@nevyn.them.org> <200701022136.l02Laeu4002267@brahms.sibelius.xs4all.nl> From: Jim Blandy Date: Tue, 02 Jan 2007 23:45:00 -0000 In-Reply-To: (Andreas Schwab's message of "Tue, 02 Jan 2007 23:59:29 +0100") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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/msg00027.txt.bz2 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 (Fedora Core 6)