summaryrefslogtreecommitdiff
path: root/config/debug/ltrace.in
blob: 75bdf4f5134f4e9c374ea62d6c9aa0501b1d9e15 (plain)
1
2
3
4
5
6
7
8
9
# ltrace

## select LIBELF_TARGET
## depends on ! LIBC_BIONIC
##
## 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.