yann@245: # ltrace yann@245: yann@2444: ## depends on ! BACKEND yann@2444: ## yann@2444: ## select LIBELF_TARGET yann@2444: ## yann@2444: ## help ltrace is a program that simply runs the specified command until it exits. yann@2444: ## help It intercepts and records the dynamic library calls which are called by yann@2444: ## help the executed process and the signals which are received by that process. yann@2444: ## help 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@1535: # Don't remove next line yann@1535: # CT_INSERT_VERSION_BELOW yann@245: jocke@1685: config LTRACE_V_0_5_3 jocke@1685: bool yann@1786: prompt "0.5.3" jocke@1685: select LTRACE_0_5_3_or_later jocke@1685: yann@1534: config LTRACE_V_0_5_2 yann@245: bool yann@1534: prompt "0.5.2" yann@1036: yann@1534: config LTRACE_V_0_5 yann@1437: bool yann@1615: prompt "0.5 (OBSOLETE)" yann@1615: depends on OBSOLETE yann@1534: yann@1534: config LTRACE_V_0_4 yann@1534: bool yann@1615: prompt "0.4 (OBSOLETE)" yann@1615: depends on OBSOLETE yann@1437: yann@245: endchoice yann@245: yann@245: config LTRACE_VERSION yann@245: string yann@1535: # Don't remove next line yann@1535: # CT_INSERT_VERSION_STRING_BELOW jocke@1685: default "0.5.3" if LTRACE_V_0_5_3 yann@1534: default "0.5.2" if LTRACE_V_0_5_2 yann@1534: default "0.5.1" if LTRACE_V_0_5_1 yann@1534: default "0.5" if LTRACE_V_0_5 yann@245: default "0.4" if LTRACE_V_0_4 jocke@1685: jocke@1685: config LTRACE_0_5_3_or_later jocke@1685: bool