软件包:ltrace(0.7.3-6.1)
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.
其他与 ltrace 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.14) [amd64]
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
- dep: libc6 (>= 2.4) [i386]
-
- dep: libelf1 (>= 0.131)
- 读写 ELF 文件的软件库
-
- dep: libselinux1 (>= 1.32)
- SELinux 运行环境共享库