calltree is a static call tree generator for C programs. It parses a collection of input files and builds a graph that represents the static call structure of the files.
| Tags | Software Development Bug Tracking Documentation Quality Assurance Utilities |
|---|---|
| Licenses | GPL |
| Operating Systems | BeOS Mac OS X Windows Windows OS Independent OS/2 |
| Implementation | C |
Recent releases


Release Notes: Support for platforms with 64-bit pointers has been added (by solving a vararg NULL pointer problem). Many general enhancements were made as a result of using a newer version of the make file system. The "-dot" option was added to the man page. A small fix was made for the output generated by the "-dot" option.


Release Notes: A GUI can now be invoked with the -dot option (using graphviz). The CPP output from GCC 3.2 is now supported, and many portability enhancements were made.


Release Notes: This is the first public release of calltree.