blob: 708e41aba8ef6660c865c0d5905ff280f54d94a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
config BR2_PACKAGE_STRACE
prompt "strace............................ System call tracer"
tristate
default m if CONFIG_DEVEL
help
A useful diagnostic, instructional, and debugging tool.
Allows you to track what system calls a program makes
while it is running.
http://sourceforge.net/projects/strace/
|