[Ilugc] Re: [Tip] Want to find out what functions a program calls?

  • From: mohan43u@xxxxxxxxx (Mohan R)
  • Date: Thu Aug 5 01:04:14 2010

On Tuesday 03 August 2010 03:27 PM, Girish Venkatachalam wrote:

strace is what everyone knows. Never heard of lstat.

I think vijay mentioned 'ltrace'. However, 'ltrace' handles only 
compiled C/C++ binaries whereas 'strace' will accept any kind of file 
even if it is a shell script, in that case, it traces all system calls 
made by 'bash'. Same rule applies to python, perl, ruby etc.,

Thanks,
Mohan R

Other related posts: