Source: ltrace Section: utils Priority: optional Maintainer: Juan Cespedes Standards-Version: 3.9.8 Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 7), autotools-dev, libiberty-dev, libelf-dev, libselinux1-dev Package: ltrace Architecture: alpha amd64 ia64 i386 mips mipsel powerpc powerpcspe ppc64 s390 s390x sparc Depends: ${shlibs:Depends}, ${misc:Depends} Description: Tracks runtime library calls in dynamically linked programs 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.