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

## depends on ! BARE_METAL
## 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.