config/debug/strace.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Fri Mar 05 18:19:25 2010 +0100 (2010-03-05)
changeset 1844 4d6a56579d9d
parent 1785 05490fb72d5d
child 2006 f15068f8ae3b
permissions -rw-r--r--
config: hide entries when in backend mode

This implies hidding entries for:
- binutils libraries
- dmalloc
- duma
- native gdb
- ltrace
- strace
- sstrip
     1 # strace
     2 # depends on ! BACKEND
     3 
     4 config DEBUG_strace
     5 
     6 choice
     7     bool
     8     prompt "strace version"
     9 # Don't remove next line
    10 # CT_INSERT_VERSION_BELOW
    11 
    12 config STRACE_V_4_5_19
    13     bool
    14     prompt "4.5.19"
    15 
    16 config STRACE_V_4_5_18
    17     bool
    18     prompt "4.5.18"
    19 
    20 config STRACE_V_4_5_17
    21     bool
    22     prompt "4.5.17 (OBSOLETE)"
    23     depends on OBSOLETE
    24 
    25 config STRACE_V_4_5_16
    26     bool
    27     prompt "4.5.16 (OBSOLETE)"
    28     depends on OBSOLETE
    29 
    30 config STRACE_V_4_5_15
    31     bool
    32     prompt "4.5.15 (OBSOLETE)"
    33     depends on OBSOLETE
    34 
    35 endchoice
    36 
    37 config STRACE_VERSION
    38     string
    39 # Don't remove next line
    40 # CT_INSERT_VERSION_STRING_BELOW
    41     default "4.5.19" if STRACE_V_4_5_19
    42     default "4.5.18" if STRACE_V_4_5_18
    43     default "4.5.17" if STRACE_V_4_5_17
    44     default "4.5.16" if STRACE_V_4_5_16
    45     default "4.5.15" if STRACE_V_4_5_15