yann@245: # ltrace yann@245: yann@916: config DEBUG_ltrace yann@916: select TOOL_libelf yann@245: help yann@977: ltrace is a program that simply runs the specified command until it exits. yann@977: It intercepts and records the dynamic library calls which are called by yann@977: the executed process and the signals which are received by that process. yann@977: It can also intercept and print the system calls executed by the program. yann@245: yann@245: choice yann@245: bool yann@245: prompt "ltrace version" yann@245: yann@245: config LTRACE_V_0_4 yann@245: bool yann@245: prompt "0.4" yann@245: yann@245: # CT_INSERT_VERSION_ABOVE yann@245: # Don't remove above line! yann@245: endchoice yann@245: yann@245: config LTRACE_VERSION yann@245: string yann@245: default "0.4" if LTRACE_V_0_4 yann@245: # CT_INSERT_VERSION_STRING_ABOVE yann@245: # # Don't remove above line!