Questions tagged [codeviz]

CodeViz is a call graph generation utility for C/C++ (using GraphViz)

Source

This project provides the ability to generate call graphs to aid the task of understanding code. It uses a highly modular set of collection methods and can be adapted to support any language although only C and C++ are currently supported. Each collection method has different advantages and disadvantages.

2 questions
0
votes
0 answers

How should I specify the funciton name for codeviz gengraph command for c++ language?

I use genfull -g cppdepn to generate a full.graph for my project. Then I try to use gengraph -g ./full.graph -f to generate call graph. When I input 'gengraph -g full.graph -f "_Alloc>::_M_realloc_insert"' it reminds me that I have to write the…
0
votes
1 answer

Compiling CodeViz patch for GCC on 64 bit debian

I am trying to compile CodeViz on 64 bit Debian. However, I am finding that the included patch for GCC causes GCC not to compile. When I extract GCC 4.6 and compile it manually (by running $ ../gcc-4.6.4/configure…
Jeremy Salwen
  • 8,061
  • 5
  • 50
  • 73