Shiv, S h i v wrote: > [2] Is there any means to get the arguments of a function dynamically? > I would like to create dscripts automatically to trace the functions > and if possible trace arguments as well (when I have access only to > the binaries). > This is a very interesting area :) I was looking at this option for a network tracing utility. But, realized that this is a generic problem.
"dtrace -lv " gives out the details of the args for every probes. Now this can be narrowed down to what you want and it should be technically possible to generate the dtrace script dynamically. Cheers, Sanjeev. > TIA > > regards > Shiv > _______________________________________________ > dtrace-discuss mailing list > [email protected] > -- Solaris Revenue Products Engineering, India Engineering Center, Sun Microsystems India Pvt Ltd. Tel: x27521 +91 80 669 27521 _______________________________________________ dtrace-discuss mailing list [email protected]
