board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / strace / Config.in
blobbbb582ad53064b02382e99e7f199db33803b16df
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.
8           http://sourceforge.net/projects/strace/