Config.in 306 B

1234567891011
  1. config ADK_PACKAGE_STRACE
  2. prompt "strace............................ System call tracer"
  3. tristate
  4. default n
  5. help
  6. A useful diagnostic, instructional, and debugging tool.
  7. Allows you to track what system calls a program makes
  8. while it is running.
  9. http://sourceforge.net/projects/strace/