showing function arguments
Stan Shebs
shebs@cygnus.com
Mon Nov 15 17:22:00 GMT 1999
From: Dan Nicolaescu <dann@ics.uci.edu>
Lines: 19
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 this a trick question? GDB already does this normally. Are you
using a GUI that doesn't show arguments perhaps?
Stan
More information about the Gdb
mailing list