2007-07-13 12:22:34 +00:00
|
|
|
# ltrace
|
2011-05-08 17:02:44 +00:00
|
|
|
|
|
|
|
## select LIBELF_TARGET
|
2017-07-06 07:25:30 +00:00
|
|
|
## depends on ! LIBC_BIONIC
|
2011-05-08 17:02:44 +00:00
|
|
|
##
|
|
|
|
## 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.
|
2007-07-13 12:22:34 +00:00
|
|
|
|
2017-01-23 20:29:44 +00:00
|
|
|
# Ltrace 0.5.3 had a unique hand-crafted configure script that has to be
|
|
|
|
# run differently from any preceding or following releases. This serves
|
|
|
|
# as a reminder to remove that code once 0.5.3 support is dropped.
|
|
|
|
config LTRACE_0_5_3_CONFIGURE
|
2010-01-03 15:46:58 +00:00
|
|
|
bool
|
2017-05-20 04:58:46 +00:00
|
|
|
default y if LTRACE_V_0_5_3
|