summaryrefslogtreecommitdiffstats
path: root/package/ltrace/Config.in
blob: 4f1c42f7acd5cd89bf63d17012b4917e6961bf7c (plain)
1
2
3
4
5
6
7
8
9
10
11
config BR2_PACKAGE_LTRACE
	bool "ltrace"
	depends on !(BR2_avr32 || BR2_mips || BR2_sh || BR2_sh64 || BR2_xtensa || BR2_aarch64 || BR2_arc)
	select BR2_PACKAGE_LIBELF
	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