config/debug/ltrace.in
changeset 977 34a6d63fd7ab
parent 916 68af6b83ff7e
child 979 11ffd5b1e34d
     1.1 --- a/config/debug/ltrace.in	Fri Oct 10 14:30:44 2008 +0000
     1.2 +++ b/config/debug/ltrace.in	Sat Oct 25 16:32:11 2008 +0000
     1.3 @@ -4,20 +4,15 @@
     1.4  config DEBUG_ltrace
     1.5      select TOOL_libelf
     1.6      help
     1.7 -      ltrace is currently BROKEN! It depends on libelf, and I don't
     1.8 -      know how to configure/compile that so that ltrace can successfully
     1.9 -      use it. If you manage to build ltrace (and libelf!), please be so
    1.10 -      kind as to tell me! Thank you!
    1.11 +      ltrace is a program that simply runs the specified command until it exits.
    1.12 +      It intercepts and records the dynamic library calls which are called by
    1.13 +      the executed process and the signals which are received by that process.
    1.14 +      It can also intercept and print the system calls executed by the program.
    1.15  
    1.16  choice
    1.17      bool
    1.18      prompt "ltrace version"
    1.19  
    1.20 -config LTRACE_V_0_3_36
    1.21 -    bool
    1.22 -    prompt "0.3.36 (OBSOLETE)"
    1.23 -    depends on OBSOLETE
    1.24 -
    1.25  config LTRACE_V_0_4
    1.26      bool
    1.27      prompt "0.4"
    1.28 @@ -28,7 +23,6 @@
    1.29  
    1.30  config LTRACE_VERSION
    1.31      string
    1.32 -    default "0.3.36" if LTRACE_V_0_3_36
    1.33      default "0.4" if LTRACE_V_0_4
    1.34  # CT_INSERT_VERSION_STRING_ABOVE
    1.35  # # Don't remove above line!