afabcb6381
We removed the shell script that wrapped valgrind (not nice to install such non-standard things), and will let the user use the uclibc.supp suppression file if needed. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
9 lines
223 B
Plaintext
9 lines
223 B
Plaintext
config BR2_PACKAGE_VALGRIND
|
|
bool "valgrind"
|
|
depends on BR2_i386 || BR2_x86_64 || BR2_cortex_a8 || \
|
|
BR2_cortex_a9 || BR2_powerpc
|
|
help
|
|
Tool for debugging and profiling Linux programs.
|
|
|
|
http://valgrind.kde.org/
|