Config.in 231 B

12345678
  1. config BR2_PACKAGE_STRACE
  2. bool "strace"
  3. help
  4. A useful diagnostic, instructional, and debugging tool.
  5. Allows you to track what system calls a program makes
  6. while it is running.
  7. http://sourceforge.net/projects/strace/