Related articles |
---|
tool for listing function callers antoine.trux@research.nokia.com (Antoine Trux) (1999-06-06) |
Re: tool for listing function callers bill@megahits.com (Bill A.) (1999-06-12) |
Re: tool for listing function callers apm@nbsp.nsk.su (Albert Pomortsev) (1999-06-19) |
From: | "Antoine Trux" <antoine.trux@research.nokia.com> |
Newsgroups: | comp.compilers |
Date: | 6 Jun 1999 23:03:43 -0400 |
Organization: | Nokia Research Center |
Keywords: | tools |
I would need a tool that does the following:
- Input:
1) A C++ program "P" (e.g., a set of C++ source files that make up a valid
C++ program).
2) A function, "F", in that program.
- Output:
The list of callers of F, callers of the callers, etc., recursively.
One could build such a tool with a C++ parser, but is there something ready
available?
Antoine Trux
Return to the
comp.compilers page.
Search the
comp.compilers archives again.