2004-10-09 08:13:40 +02:00
|
|
|
config BR2_PACKAGE_VALGRIND
|
2004-12-24 10:39:23 +01:00
|
|
|
bool "valgrind"
|
2008-06-19 21:06:25 +02:00
|
|
|
depends on BR2_i386 || BR2_powerpc || BR2_x86_64
|
2004-10-09 08:13:40 +02:00
|
|
|
help
|
2004-12-24 10:39:23 +01:00
|
|
|
Tool for debugging and profiling Linux programs.
|
2004-10-09 08:13:40 +02:00
|
|
|
|
2004-12-24 10:39:23 +01:00
|
|
|
http://valgrind.kde.org/
|