From e6eb172a595623331b150a2ddcced40e57f4bba2 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sat, 25 Oct 2008 16:32:11 +0000 Subject: libelf and ltrace are now no longer EXPERIMENTAL. Remove old versions that never worked. /trunk/config/debug/ltrace.in | 14 4 10 0 ++++---------- /trunk/config/tools/libelf.in | 5 0 5 0 ----- 2 files changed, 4 insertions(+), 15 deletions(-) --- config/debug/ltrace.in | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'config/debug') diff --git a/config/debug/ltrace.in b/config/debug/ltrace.in index ebe00e84..08615776 100644 --- a/config/debug/ltrace.in +++ b/config/debug/ltrace.in @@ -4,20 +4,15 @@ config DEBUG_ltrace select TOOL_libelf help - ltrace is currently BROKEN! It depends on libelf, and I don't - know how to configure/compile that so that ltrace can successfully - use it. If you manage to build ltrace (and libelf!), please be so - kind as to tell me! Thank you! + ltrace is a program that simply runs the specified command until it exits. + It intercepts and records the dynamic library calls which are called by + the executed process and the signals which are received by that process. + It can also intercept and print the system calls executed by the program. choice bool prompt "ltrace version" -config LTRACE_V_0_3_36 - bool - prompt "0.3.36 (OBSOLETE)" - depends on OBSOLETE - config LTRACE_V_0_4 bool prompt "0.4" @@ -28,7 +23,6 @@ endchoice config LTRACE_VERSION string - default "0.3.36" if LTRACE_V_0_3_36 default "0.4" if LTRACE_V_0_4 # CT_INSERT_VERSION_STRING_ABOVE # # Don't remove above line! -- cgit v1.2.3