summaryrefslogtreecommitdiffstats
path: root/rules/ltrace.in
blob: 205e03c3371e15179dd6a5f674d8274860f00c29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## SECTION=debug_tools

config LTRACE
	tristate
	prompt "ltrace"
	select LIBELF
	select GCCLIBS_GCC_S
	help
	  ltrace is a 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. It can also intercept and print the system
	  calls executed by the program.