Back in the day there used to be a commercial product (I believe it was called "The C/C++ Programmer's ToolBox" under DOS). It had a lot of useful stuff in it. As I recall, it used to have a coverage analyzer. You would add their header and library to your build, then execute your code. When it exited the library would continue to churn for some length of time and out would pop a list of every function/method executed along with every variable which was touched. The report was really useful when it came to identifying dead code and dead variables.
I'm asking because I'm currently on a project which has, oh a three digit number of source and header files that have been generated by multiple people over the years this project carried on. It is all C++ and Qt. I would really like to find some form of that tool on Linux, preferrably open source, which could perform this same function. We have plenty of "college kids" to do the searches based upon the header files once we have the report.
Has anybody found such a C++ Qt Linux tool?
Bookmarks