This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Output the filename ,the function name and the line number after returning from a function call


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]