>>>> What I want is not a nifty editor function. I want something that will
read
>>>> in my source code and produce something like this:
>>>>
>>>> Procedure A calls:
>>>>    B
>>>>    C
>>>>    D
>>>> ...
>>
>>>I don't think the compiler will do this.  In fact, the compiler doesn't
>>>even have this information in the normal course of doing its job.  Not
>>>that the linker will export the information either.
>>
>>A compiler certainly COULD track this information! It definitely DOES
>>know which procedures call which others.
>>


Jason Dawes took the time to write:

>Ever heard of a profiler?

Yes, that's what I've been trying to find. Thank you *SO* much for your
helpful comment.

Actually, I did want to thank the people who responded. I eventually got
cxref to work, and it's just what I needed.

Tom

Reply via email to