2005-03-07 14:58:29 +00:00
|
|
|
config BR2_PACKAGE_STRACE
|
2005-05-19 16:49:23 +00:00
|
|
|
tristate "strace - System call tracer"
|
2005-04-18 19:45:56 +00:00
|
|
|
default m if CONFIG_DEVEL
|
2005-03-07 14:58:29 +00:00
|
|
|
help
|
|
|
|
A useful diagnostic, instructional, and debugging tool.
|
|
|
|
Allows you to track what system calls a program makes
|
|
|
|
while it is running.
|
2005-05-19 16:49:23 +00:00
|
|
|
|
2005-03-07 14:58:29 +00:00
|
|
|
http://sourceforge.net/projects/strace/
|
2005-05-19 16:49:23 +00:00
|
|
|
|