summaryrefslogtreecommitdiffstats
path: root/rules/strace.in
blob: 187dd24ab8affe3ad1429c154c7f878c34d4a693 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
config STRACE
	bool
	prompt "strace"
	default n
	help
	  In  the  simplest  case  strace  runs  the  specified  
	  command until it exits.  It intercepts and records the 
	  system calls which are called by a process and the 
	  signals which are received by a process.  The name of 
	  each system call, its arguments and its return value 
	  are printed on standard error

config STRACE_SHARED
	bool "shared strace"
	default y
	depends on STRACE
	help
	  FIXME: This item needs to be documented