Is there are simple tool, which can be used to determine from where a function is called, which other function the function calls …?
Edit: I’m using Mac OS X (10.6) and just want to do static analysis.
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
How about cscope? Check out 3rd & 4th bullet items on the page:
It’s been a while since I used cscope on C++, I seem to remember it being rock-solid on C code, but not as strong with C++.