Tracks runtime library calls in dynamically linked programs https://packages.debian.org/unstable/utils/ltrace
Go to file
2024-01-06 06:30:51 +01:00
ltrace-0.4-makefile.patch automatic version update by autodist [release 0.7.3-1mamba;Thu Sep 19 2013] 2024-01-06 06:30:50 +01:00
ltrace.spec rebuilt with debug package and specfile fixes [release 0.7.3-2mamba;Tue Sep 06 2022] 2024-01-06 06:30:51 +01:00
README.md automatic version update by autodist [release 0.7.3-1mamba;Thu Sep 19 2013] 2024-01-06 06:30:50 +01:00

ltrace

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.