blob: 53e147d011640546bfd60dce47fdd63042de3e2d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
config ADK_PACKAGE_STRACE
prompt "strace............................ System call tracer"
tristate
default n
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/
|