You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 lines
245 B

  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.