Source: ltrace Section: utils Priority: optional Maintainer: Juan Cespedes Standards-Version: 3.9.8 Build-Depends: debhelper-compat (= 13), libiberty-dev, libelf-dev, libselinux1-dev Package: ltrace Architecture: alpha arm64 amd64 ia64 i386 loong64 mips64el powerpc powerpcspe ppc64 ppc64el riscv64 s390 s390x sparc Depends: ${shlibs:Depends}, ${misc:Depends} Homepage: https://www.ltrace.org 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.