2004-10-09 08:13:40 +02:00
|
|
|
config BR2_PACKAGE_STRACE
|
2004-10-14 22:33:45 +02:00
|
|
|
bool "strace"
|
2013-12-01 08:49:36 +01:00
|
|
|
depends on !BR2_arc && !BR2_nios2
|
2004-10-09 08:13:40 +02:00
|
|
|
help
|
2004-10-14 22:33:45 +02:00
|
|
|
A useful diagnostic, instructional, and debugging tool.
|
2008-08-04 21:07:05 +02:00
|
|
|
Allows you to track what system calls a program makes
|
2004-10-14 22:33:45 +02:00
|
|
|
while it is running.
|
2004-10-09 08:13:40 +02:00
|
|
|
|
2004-10-14 22:33:45 +02:00
|
|
|
http://sourceforge.net/projects/strace/
|