config/debug/ltrace.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Nov 04 16:30:11 2008 +0000 (2008-11-04)
changeset 1033 1dd56375ff9e
parent 977 34a6d63fd7ab
child 1036 06aecfa2c355
permissions -rw-r--r--
Merge #1190 from /devel/YEM-build_host_target_cleanup:
- Use shell wrappers to point to the build tools, rather than symlinks.

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