question

Kurt Wall kwall
Tue Oct 17 05:40:21 PDT 2006


On Mon, Oct 16, 2006 at 06:54:01AM -0500, Rick Sivernell wrote:
> 
> Currently on contract and need a piece of software to help me out. I
> need to start a program using the main entry point of new developed code
> and parse out the code as to function calls, something like a stack walker.
> This code is in Java, but could use the same for C/C++. I have found some
> flow charters, but they do not tie functions together. Anybody have any 
> info or suggestions.
>    foo() -> calls Foo2() -> calls foo3() -> returns to Foo2() -> returns to foo()

ctags, which, despite the name, understands a number of programming
languages other than C.

Kurt
-- 
"You can't survive by sucking the juice from a wet mitten."
		-- Charles Schulz, "Things I've Had to Learn Over and
		   Over and Over"



More information about the Linux-users mailing list