ltrace 0.3.36 review

Download
by rbytes.net on

ltrace is a debugging program which runs a specified command until it exits

License: GPL (GNU General Public License)
File size: 119K
Developer: Juan Cespedes
0 stars award from rbytes.net

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.

What's New in This Release:
Changed distribution to pristine source
New Standards-Version (3.6.1)
Fixed "--indent" option (closes: Bug#265185)

ltrace 0.3.36 keywords