aboutsummaryrefslogtreecommitdiff
path: root/config/debug/ltrace.in
blob: 61f5531d372c101bf0a406554d5473e3a0afd0c1 (plain)
1
2
3
4
5
6
7
8
# ltrace

## select LIBELF_TARGET
##
## help ltrace is a program that simply runs the specified command until it exits.
## help It intercepts and records the dynamic library calls which are called by
## help the executed process and the signals which are received by that process.
## help It can also intercept and print the system calls executed by the program.