config/debug/ltrace.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sat Oct 25 16:32:11 2008 +0000 (2008-10-25)
changeset 977 34a6d63fd7ab
parent 916 68af6b83ff7e
child 979 11ffd5b1e34d
permissions -rw-r--r--
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(-)
     1 # EXPERIMENTAL
     2 # ltrace
     3 
     4 config DEBUG_ltrace
     5     select TOOL_libelf
     6     help
     7       ltrace is a program that simply runs the specified command until it exits.
     8       It intercepts and records the dynamic library calls which are called by
     9       the executed process and the signals which are received by that process.
    10       It can also intercept and print the system calls executed by the program.
    11 
    12 choice
    13     bool
    14     prompt "ltrace version"
    15 
    16 config LTRACE_V_0_4
    17     bool
    18     prompt "0.4"
    19 
    20 # CT_INSERT_VERSION_ABOVE
    21 # Don't remove above line!
    22 endchoice
    23 
    24 config LTRACE_VERSION
    25     string
    26     default "0.4" if LTRACE_V_0_4
    27 # CT_INSERT_VERSION_STRING_ABOVE
    28 # # Don't remove above line!