This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Complex C Projects

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

Parents
  • 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.

Reply
  • 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.

Children
No data