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(-)
yann@916
     1
# EXPERIMENTAL
yann@245
     2
# ltrace
yann@245
     3
yann@916
     4
config DEBUG_ltrace
yann@916
     5
    select TOOL_libelf
yann@245
     6
    help
yann@977
     7
      ltrace is a program that simply runs the specified command until it exits.
yann@977
     8
      It intercepts and records the dynamic library calls which are called by
yann@977
     9
      the executed process and the signals which are received by that process.
yann@977
    10
      It can also intercept and print the system calls executed by the program.
yann@245
    11
yann@245
    12
choice
yann@245
    13
    bool
yann@245
    14
    prompt "ltrace version"
yann@245
    15
yann@245
    16
config LTRACE_V_0_4
yann@245
    17
    bool
yann@245
    18
    prompt "0.4"
yann@245
    19
yann@245
    20
# CT_INSERT_VERSION_ABOVE
yann@245
    21
# Don't remove above line!
yann@245
    22
endchoice
yann@245
    23
yann@245
    24
config LTRACE_VERSION
yann@245
    25
    string
yann@245
    26
    default "0.4" if LTRACE_V_0_4
yann@245
    27
# CT_INSERT_VERSION_STRING_ABOVE
yann@245
    28
# # Don't remove above line!