From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21617 invoked by alias); 21 Nov 2008 10:36:29 -0000 Received: (qmail 21579 invoked by uid 22791); 21 Nov 2008 10:36:28 -0000 X-Spam-Check-By: sourceware.org Received: from kuber.nabble.com (HELO kuber.nabble.com) (216.139.236.158) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 21 Nov 2008 10:35:42 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1L3TMS-0004QU-0s for gdb@sourceware.org; Fri, 21 Nov 2008 02:35:40 -0800 Message-ID: <20618721.post@talk.nabble.com> Date: Fri, 21 Nov 2008 10:36:00 -0000 From: Sandeep222 To: gdb@sourceware.org Subject: How to store function-name and its return values while program runs MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: sandeep.srikumar@honeywell.com 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: 2008-11/txt/msg00130.txt.bz2 As we proceed with debugging a program, if I need to know the order of functions being executed by printing on screen along with their return values when a 'run' command or 'next' command is executed, how can i proceed? I went thru frame.c but all the function seem to execute only when a command is executed in the gdb. Plz help. Reg, Sandeep -- View this message in context: http://www.nabble.com/How-to-store-function-name-and-its-return-values-while-program-runs-tp20618721p20618721.html Sent from the Sourceware - gdb list mailing list archive at Nabble.com.