From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4745 invoked by alias); 27 Nov 2007 07:25:54 -0000 Received: (qmail 4690 invoked by uid 22791); 27 Nov 2007 07:25:51 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 27 Nov 2007 07:25:45 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 1254C2A9669; Tue, 27 Nov 2007 02:25:44 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 6gVuHNqJrwmB; Tue, 27 Nov 2007 02:25:44 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id CEA412A9666; Tue, 27 Nov 2007 02:25:43 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 2AAD1E7ACA; Mon, 26 Nov 2007 23:25:41 -0800 (PST) Date: Tue, 27 Nov 2007 07:25:00 -0000 From: Joel Brobecker To: yichun wang Cc: Michael Snyder , gdb@sourceware.org Subject: Re: Breakpoint when entering of functions on i386 Message-ID: <20071127072541.GJ3670@adacore.com> References: <5f7f5dec0711252308r5825abb8j91d43234ef7b617c@mail.gmail.com> <5f7f5dec0711252310y6c08920cr8464aa2d40ccf05e@mail.gmail.com> <1196100635.2501.12.camel@localhost.localdomain> <5f7f5dec0711262152n56165a36q9f9d949bf829b537@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5f7f5dec0711262152n56165a36q9f9d949bf829b537@mail.gmail.com> User-Agent: Mutt/1.4.2.2i 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-11/txt/msg00240.txt.bz2 > Thanks Michael, to define an "interesting subset" should improve the > performance , but I need generate call graph for many different > applications, and this script won't have any knowledge of the > application, so this might not work... Is there a reason why you have to use GDB instead of a more specialized tool? -- Joel