I am primarily a C and C ++ programmer, and I often need to quickly make sense of the structure of very large code bases (gcc, linux kernel). I wonder if there are any tools in this regard. I am particularly interested in call graphs, links to the data structure in the project, include dependency graphs, quick character layout, etc. I knew about ctags and cscope, but I'm looking for something with more visualization, for example, a call schedule that allows you to quickly find the definition of a function, the root of the graph for a particular call, invert it (i.e. identify all calls to a given function), and so on. .d.
Inso reiges
source share