blob: 08fedf795ec1d5cd68e2bc750b73a7c81ba32cd5 (
plain)
1
2
3
4
5
6
7
8
9
10
|
config BR2_PACKAGE_STRACE
tristate "strace - System call tracer"
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/
|