L
L

ltrace

ltrace intercepts and records dynamic library calls which are called by an executed process and the signals received by that process. It can also intercept and print the system calls executed by the program. Used for debugging.

ltrace screenshot 1

Cost / License

  • Free
  • Open Source

Platforms

  • Linux
  • BSD
  • FreeBSD

Features

  1.  Debugging

ltrace News & Activities

Highlights All activities

Recent activities

ltrace information

AlternativeTo Categories

OS & UtilitiesDevelopment
ltrace was added to AlternativeTo by kafene on and this page was last updated .
No comments or reviews, maybe you want to be first?

What is ltrace?

ltrace intercepts and records dynamic library calls which are called by an executed process and the signals received by that process. It can also intercept and print the system calls executed by the program. Used for debugging.