programming stuff

Benjamin C. W. Sittler bsittler@nmt.edu
Sun, 31 Jan 1999 22:39:12 -0700 (MST)


Perhaps you have already considered this, but it seems that 'objdump'
is an excellent starting point for  analyzing 'what gets called where,'
at least for compiled languages.

Perhaps a perl script that processes the output of objdump and converts it
to HTML would be useful? If you compiled with debugging enabled, it could
even have links to specific lines in the source files... (you could give
each line a numeric <A NAME="nnnn"></A> to make linking easy.)