crosstool-ng/config/debug/ltrace.in

9 lines
363 B
Plaintext
Raw Normal View History

# 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.