Topic: ??? Program To Display C++ Call Tree ???
Author: bri@black-coffee.ai.mit.edu (Brian Totty)
Date: 25 Jun 92 20:46:02 GMT Raw View
Does anyone know if there is a program to extract the static
activation tree from a C++ program similar to what 'cflow' does
to a C program?
Specifically, when called on a list of C++ files, it will display
a nested call tree of what functions could be called by other
functions. This will be necessarily approximate because of run-time
binding of procedure names, but even the compile time resolvable
activations would be sufficient.
/ Brian Totty o o
/__ __ o Department of Computer Science o
/ / / / 1304 W. Springfield Ave \_/ "We have corn in
/__/ / / Urbana, IL 61801 Massachusetts too!"
totty@cs.uiuc.edu