blob: 12e214fbfc89d29186fa86042c2598b03e2c3622 (
plain)
| 1
2
3
4
5
6
7
8
 | config BR2_PACKAGE_LTRACE
	bool "ltrace"
	default n
	depends on BR2_PACKAGE_LIBELF
	help
	  Debugging program which runs a specified command until it exits.
	  http://packages.debian.org/unstable/utils/ltrace.html
 |