summaryrefslogtreecommitdiffstats
path: root/rules/valgrind.in
blob: 91c68de7bbe547fb9fb61ec9b186bfcfdd2e2f25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## SECTION=debug_tools

config VALGRIND
	tristate
	prompt "valgrind"
	help
	  A memory debugger and profiler

	  Valgrind is a GPL'd system for debugging and profiling
	  x86 and ARM Linux programs. With Valgrind's tool suite you can
	  automatically detect many memory management and threading
	  bugs, avoiding hours of frustrating bug-hunting, making your
	  programs more stable. You can also perform detailed
	  profiling to help speed up your programs.  For more info,
	  check: http://valgrind.org/