From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21155 invoked by alias); 3 Jan 2007 09:14:30 -0000 Received: (qmail 21147 invoked by uid 22791); 3 Jan 2007 09:14:29 -0000 X-Spam-Check-By: sourceware.org Received: from ug-out-1314.google.com (HELO ug-out-1314.google.com) (66.249.92.170) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 03 Jan 2007 09:14:24 +0000 Received: by ug-out-1314.google.com with SMTP id 75so6284465ugb for ; Wed, 03 Jan 2007 01:14:22 -0800 (PST) Received: by 10.78.17.4 with SMTP id 4mr3578914huq.1167815662410; Wed, 03 Jan 2007 01:14:22 -0800 (PST) Received: by 10.78.136.20 with HTTP; Wed, 3 Jan 2007 01:14:22 -0800 (PST) Message-ID: Date: Wed, 03 Jan 2007 09:14:00 -0000 From: "dodji Seketeli" To: "Jim Blandy" Subject: Re: gdb very slow during 'step into' Cc: gdb@sourceware.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Google-Sender-Auth: d8cadb10f503d51e 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/msg00029.txt.bz2 > If you set the environment variable LD_BIND_NOW to a non-empty value > before running your program (use GDB's 'set env' command), does that > eliminate the slow steps? Wow, yes. It does eliminate the problem. Thank you !. Cheers, Dodji.