README 245 B

123456
  1. ltrace (library call trace utility)
  2. ltrace intercepts and records dynamic library calls which are called
  3. by an executed process and the signals received by that process. It can
  4. also intercept and print the system calls executed by the program.