1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-15 17:36:36 +03:00
openwrt-xburst/package/strace/Config.in
nbd 53c0a4c619 add strace
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@336 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-03-07 14:58:29 +00:00

10 lines
247 B
Plaintext

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