ltrace

Tracks runtime library calls in dynamically linked programs

Description

ltrace is a debugging program which runs a specified command until it exits. While the command is executing, ltrace intercepts and records the dynamic library calls which are called by the executed process and the signals received by that process. It can also intercept and print the system calls executed by the program.

The program to be traced need not be recompiled for this, so you can use it on binaries for which you don't have the source handy.

You should install ltrace if you need a sysadmin tool for tracking the execution of processes.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install ltrace