summaryrefslogtreecommitdiffstats
path: root/package/strace/Config.in
blob: 46a6f741e10426b96987fead7141f5797d3a79d6 (plain)
1
2
3
4
5
6
7
8
9
config BR2_PACKAGE_STRACE
	bool "strace"
	default n
	help
	  A useful diagnostic, instructional, and debugging tool.
	  Allows you to track what system calls a program makes 
	  while it is running.

	  http://sourceforge.net/projects/strace/