From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28042 invoked by alias); 3 Jan 2007 21:19:27 -0000 Received: (qmail 28006 invoked by uid 22791); 3 Jan 2007 21:19:26 -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; Wed, 03 Jan 2007 21:19:22 +0000 Received: (qmail 31856 invoked from network); 3 Jan 2007 21:19:21 -0000 Received: from unknown (HELO localhost) (jimb@127.0.0.2) by mail.codesourcery.com with ESMTPA; 3 Jan 2007 21:19:21 -0000 To: "Smith, Stephen \(SWCOE\)" Cc: "dodji Seketeli" , Subject: Re: gdb very slow during 'step into' References: From: Jim Blandy Date: Wed, 03 Jan 2007 21:19:00 -0000 In-Reply-To: (Stephen Smith's message of "Wed, 3 Jan 2007 12:59:12 -0700") 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/msg00040.txt.bz2 "Smith, Stephen \(SWCOE\)" writes: > Sounds good, but I am experiencing the same problem. The trouble is > that on my platform, neither symbol is defined (I am running on an > embedded platform that does not have glibc ported to it.) What should > be the generic fix? It looks as if you need to supply some appropriate function for gdbarch_skip_solib_resolver. See the comments for SKIP_SOLIB_RESOLVER at the top of infrun.c.