Hi,
We have to takeover a complex C project for C251 compliant platform. There are problems because the code is not documented. So we are using Sense (http://www.agv-sense.com) to investigate the project. Have anybody an idea or used this tool before ?
Michael
I haven't used Sense, but I was quite impressed by QAC from Programming Research. It's a deep static code analysis tool, which may not be what you are looking for, but it produces a call tree (which function calls which), a data dependancy tree (which functions use each global data structure) and I wished I had it when I started modifying an old C project.