summaryrefslogtreecommitdiffstats
path: root/rules/ltrace.in
blob: 26fa7c96ab91fda4878bb2d3f05eca8456aab294 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
config LTRACE
	bool
	# FIXME:
	# make -C sysdeps/linux-gnueabi
	# make: Entering an unknown directory
	depends on BROKEN
	prompt "ltrace"
	select LIBELF
	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.

	The program to be traced need not be recompiled for this, so you can
	use it on binaries for which you don't have the source handy.