1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-21 18:53:40 +03:00
openwrt-xburst/package/strace/Config.in
nico 7bd944d215 reorganize/rationalize/format package menuconfig,
make updatedd modular

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2333 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-11-05 02:16:36 +00:00

12 lines
322 B
Plaintext

config BR2_PACKAGE_STRACE
prompt "strace............................ System call tracer"
tristate
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/