[ 原始碼: ltrace ]
套件:ltrace(0.7.3-6.4)
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.34)
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
-
- dep: libelf1 (>= 0.131)
- library to read and write ELF files
-
- dep: libselinux1 (>= 3.1~)
- SELinux runtime shared libraries