ltrace

 2 likes

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

License model

  • FreeOpen Source

Platforms

  • Linux
  • BSD
  • FreeBSD
  No rating
2likes
0comments
0news articles

Features

Suggest and vote on features
  1.  Debugging

 Tags

  • system-utilities
  • os-kernel

ltrace News & Activities

Highlights All activities

Recent activities

  • K0RR added ltrace as alternative to lurk
    7 days ago
  • hfsdysgtmn liked ltrace
    11 months ago
Show all activities

ltrace information

  • Developed by

    Unknown
  • Licensing

    Open Source and Free product.
  • Alternatives

    14 alternatives listed
  • Supported Languages

    • English

AlternativeTo Categories

OS & UtilitiesDevelopment

Our users have written 0 comments and reviews about ltrace, and it has gotten 2 likes

ltrace was added to AlternativeTo by kafene on Oct 9, 2012 and this page was last updated May 11, 2016.
No comments or reviews, maybe you want to be first?
Post comment/review

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.