tn3399_openwrt/openwrt/package/strace/Config.in
2005-04-18 19:45:56 +00:00

10 lines
263 B
Plaintext

config BR2_PACKAGE_STRACE
tristate "strace"
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/