summaryrefslogtreecommitdiff
path: root/config/debug/ltrace.in
blob: ebe00e84c1f682438c449f8f8a00d6e9b8795d48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# EXPERIMENTAL
# ltrace

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!

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"

# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
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!