From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15132 invoked by alias); 11 Feb 2004 13:08:32 -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 15125 invoked from network); 11 Feb 2004 13:08:31 -0000 Received: from unknown (HELO lakemtao01.cox.net) (68.1.17.244) by sources.redhat.com with SMTP; 11 Feb 2004 13:08:31 -0000 Received: from white ([68.9.64.121]) by lakemtao01.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20040211130831.FQBX13731.lakemtao01.cox.net@white>; Wed, 11 Feb 2004 08:08:31 -0500 Received: from bob by white with local (Exim 3.35 #1 (Debian)) id 1Aqu6Q-0000bW-00; Wed, 11 Feb 2004 08:08:30 -0500 Date: Wed, 11 Feb 2004 13:08:00 -0000 From: Bob Rossi To: murugesan Cc: "gdb@sources.redhat.com" Subject: Re: Output the filename ,the function name and the line number after returning from a function call Message-ID: <20040211130830.GA2311@white> Mail-Followup-To: murugesan , "gdb@sources.redhat.com" References: <000b01c3efba$8b7ac420$f9b7573e@DOM> <20040211051509.GA22903@nevyn.them.org> <20040211052236.GA9887@redhat.com> <1076495025.4979.43.camel@mun-co> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1076495025.4979.43.camel@mun-co> User-Agent: Mutt/1.3.28i X-SW-Source: 2004-02/txt/msg00103.txt.bz2 On Wed, Feb 11, 2004 at 03:53:52PM +0530, murugesan wrote: > Hello all, > As you all know gdb outputs the filename ,the function name and the > line number after returning from a function call. > But this does not happen when a function has a parameter as another > function. Did you use the 'finish' command to return from the function call? Or do you just do a 'next'? This might make a difference. Bob Rossi