From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9273 invoked by alias); 27 Oct 2005 12:44:26 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 9222 invoked by uid 22791); 27 Oct 2005 12:44:17 -0000 Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Thu, 27 Oct 2005 12:44:17 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1EV779-0005cp-M5; Thu, 27 Oct 2005 08:44:15 -0400 Date: Thu, 27 Oct 2005 12:44:00 -0000 From: Daniel Jacobowitz To: ZengNan Cc: gdb@sources.redhat.com Subject: Re: Get a whole call stack through the running of target program Message-ID: <20051027124414.GA21596@nevyn.them.org> Mail-Followup-To: ZengNan , gdb@sources.redhat.com References: <20051027025240.97987.qmail@web15702.mail.cnb.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051027025240.97987.qmail@web15702.mail.cnb.yahoo.com> User-Agent: Mutt/1.5.8i X-SW-Source: 2005-10/txt/msg00156.txt.bz2 On Thu, Oct 27, 2005 at 10:52:40AM +0800, ZengNan wrote: > Can gdb give the whole call stack from the beginning to the termination of the target program, so > I can see the flow of the algorithm. No. A call stack is a single point in time; you may want a profiler instead. -- Daniel Jacobowitz CodeSourcery, LLC