Howdy,

Does anyone happen to know if there is a utility that will build a call 
tree for an application? I am debugging a large client-server application 
written in C, and would like to see the complete call path from main() to 
exit(). I have been able to determine shared library calls with truss -u,
but the server core contains numerous functions that I would like to
dump as well. While I can always add lots of printf()/write() calls to the 
code, I thought I would check to see if a better method exists.

Thanks for any insight,
- Ryan

--
UNIX Administrator
http://daemons.net/~matty

Reply via email to