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.
-Thanks
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.
-Thanks
Comment