V
Vinay
Hi Everybody
I have been looking out for a Function call tree command in Unix
environment.
Given a piece of source code(millions of lines), there is a function
F1() calling F2() calling F3().
The tools should analyse the C/C++ source code & provide a tree-like
structure denoting the sequence of calls made by a particular
function..
I know that VC++ IDE do provides this facilities, but not aware in the
case of UNIX.
Please let me know if any body has come across such a tool in UNIX
environment.
Thanks & Regards,
- Vinay
I have been looking out for a Function call tree command in Unix
environment.
Given a piece of source code(millions of lines), there is a function
F1() calling F2() calling F3().
The tools should analyse the C/C++ source code & provide a tree-like
structure denoting the sequence of calls made by a particular
function..
I know that VC++ IDE do provides this facilities, but not aware in the
case of UNIX.
Please let me know if any body has come across such a tool in UNIX
environment.
Thanks & Regards,
- Vinay