nospam wrote:
> I have a C binary which is built from numerous .c and .h source files.
> How can I trace through which functions are being called when I execute
> the binary? Ideally I'd like to just see the function names accessed.
> This is on an HP-UX system, but I'm curious as far as Linux is concerned.
There's no built-into-C facility to do this, but perhaps
you can find "test coverage" tools that run on the systems
that concern you. (Questions about how to use the tools should
be directed to forums about them or about their host systems;
they're not questions about the C language.)
--
Eric Sosman
esosman@ieee-dot-org.invalid