1 comment "valgrind needs a toolchain w/ dynamic library"
2 depends on BR2_STATIC_LIBS
4 config BR2_PACKAGE_VALGRIND
6 depends on BR2_ARM_CPU_ARMV7A || BR2_i386 || \
7 BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el || \
8 BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le || \
10 depends on !BR2_STATIC_LIBS
11 depends on !BR2_MIPS_SOFT_FLOAT
13 Tool for debugging and profiling Linux programs.
17 if BR2_PACKAGE_VALGRIND
19 config BR2_PACKAGE_VALGRIND_MEMCHECK
20 bool "Memcheck: a memory error detector"
23 This option allows to install the Memcheck tool
25 config BR2_PACKAGE_VALGRIND_CACHEGRIND
26 bool "Cachegrind: a cache and branch-prediction profiler"
29 This option allows to install the Cachegrind tool
31 config BR2_PACKAGE_VALGRIND_CALLGRIND
32 bool "Callgrind: a call-graph generating cache and branch prediction profiler"
35 This option allows to install the Callgrind tool
37 config BR2_PACKAGE_VALGRIND_HELGRIND
38 bool "Helgrind: a thread error detector"
41 This option allows to install the Helgrind tool
43 config BR2_PACKAGE_VALGRIND_DRD
44 bool "DRD: a thread error detector"
47 This option allows to install the DRD tool
49 config BR2_PACKAGE_VALGRIND_MASSIF
50 bool "Massif: a heap profiler"
53 This option allows to install the Massif tool
55 config BR2_PACKAGE_VALGRIND_DHAT
56 bool "DHAT: a dynamic heap analysis tool"
59 This option allows to install the DHAT tool
61 config BR2_PACKAGE_VALGRIND_SGCHECK
62 bool "SGCheck: an experimental stack and global array overrun detector"
64 This option allows to install the SGCheck tool
66 config BR2_PACKAGE_VALGRIND_BBV
67 bool "BBV: an experimental basic block vector generation tool"
69 This option allows to install the BBV tool
71 config BR2_PACKAGE_VALGRIND_LACKEY
72 bool "Lackey: an example tool"
74 This option allows to install the Lackey tool
76 config BR2_PACKAGE_VALGRIND_NULGRIND
77 bool "Nulgrind: the minimal Valgrind tool"
79 This option allows to install the Nulgrind tool