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.
|
|
|
| Architecture | Version | Package Size | Installed Size | Files |
|---|---|---|---|---|
| amd64 | 0.5.3-2 | 83.9 kB | 188 kB | [list of files] |
| armel | 0.5.3-2+b1 | 80.6 kB | 216 kB | [list of files] |
| i386 | 0.5.3-2 | 75.9 kB | 164 kB | [list of files] |
| ia64 | 0.5.3-2+b1 | 122.2 kB | 380 kB | [list of files] |
| m68k (unofficial port) | 0.5.1-2 | 67.0 kB | 196 kB | [list of files] |
| powerpc | 0.5.2-2 | 84.3 kB | 232 kB | [list of files] |
| s390 | 0.5.3-2 | 85.7 kB | 228 kB | [list of files] |
| sparc | 0.5.3-2 | 78.8 kB | 216 kB | [list of files] |