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
2likes
0comments
0articles

Features

  1.  Debugging

ltrace News & Activities

Highlights All activities

Recent activities

ltrace information

  • Developed by

    Unknown
  • Licensing

    Open Source and Free product.
  • Alternatives

    14 alternatives listed
  • Supported Languages

    • English

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.