summaryrefslogtreecommitdiffstats
path: root/rules/valgrind.in
blob: cb43a55310db3d9478db40358840525780118e37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
config VALGRIND
	bool
	depends on ARCH_X86
	prompt "valgrind"
	help
	  Valgrind is a GPL'd system for debugging and profiling x86-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/