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

murugesan mukeshgct@hotpop.com
Wed Feb 11 16:43:00 GMT 2004


Thans for the reply Bob.
I haven't specified my requirement.

# gdb -x command | tee output

where command contains 1000's of "s" so that I can get all the output to
a file.
Ofcourse finish worked the way you said.
The problem is that there MAY be more functions like this.
I need to specify it in the file command

Thanks again for the reply and expecting the same again.

-Murugesan

On Wed, 2004-02-11 at 18:38, Bob Rossi wrote:
> 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




More information about the Gdb mailing list