I imagine you mean something that can jump to a specific function or symbol in the tree? I think the go to tool is cscope. It works for C++, but it's not great since it can't understand namespaces or classes.
There is a tool called "silentbob" supposed to be better for C++, but it's not maintained anymore. I haven't had any luck with it on large C++ codebases (but never tried with gem5). Perhaps you can get it to work. http://silentbob.sourceforge.net/ I was hoping some of the veterans might have some super awesome tool they use -- but maybe we're all stuck without a good answer. On Wed, Nov 14, 2012 at 11:07 AM, mir shan <[email protected]> wrote: > > Hi Community > Suggest any tool for analyzing the source files. > I try eclipse but it supports c/c++ and Gem5 has .cc files (Managed c++) I > couldn't find any plugin in Eclipse for .cc files. An other Software > "SourceInsight" but linux doesn't support this. > > Thanks and regards > Mir > * > * > > _______________________________________________ > gem5-users mailing list > [email protected] > http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users >
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
