This is the mail archive of the gdb@sourceware.cygnus.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]

showing function arguments


Hi all!

I would like to see all the arguments that each function is called
with. 
gdb certainly has this information, as it displays it when you look at
a backtrace. 

I would like to produce a trace that contains something like this:
function_call1 (arg1=.., arg2=...)
function_call2 (arg1=.., arg2=...)
etc, etc



Is it possible to teach gdb to do this? If you know how it could be
done, please tell me. 

Thanks.
	--dan

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