summaryrefslogtreecommitdiffstats
path: root/package/ltrace/Config.in
blob: a8b6a91af85c39251b71d74cc79d18f868c1da9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
comment "ltrace has no inherent support for AVR32" 
	depends on BR2_avr32 && BR2_PACKAGE_LTRACE

config BR2_PACKAGE_LTRACE
	bool "ltrace"
	#depends on BR2_LARGEFILE
	select BR2_PACKAGE_LIBELF_HEADERS
	help
	  Debugging program which runs a specified command until it exits.
	  While the command is executing, ltrace intercepts and records
	  the dynamic library calls which are called by the executed
	  process and the signals received by that process.

	  http://packages.debian.org/unstable/utils/ltrace.html