Files
shredos.x86_64/package/strace/Config.in

9 lines
231 B
Plaintext
Raw Normal View History

2004-10-09 06:13:40 +00:00
config BR2_PACKAGE_STRACE
2004-10-14 20:33:45 +00:00
bool "strace"
2004-10-09 06:13:40 +00:00
help
2004-10-14 20:33:45 +00:00
A useful diagnostic, instructional, and debugging tool.
Allows you to track what system calls a program makes
2004-10-14 20:33:45 +00:00
while it is running.
2004-10-09 06:13:40 +00:00
2004-10-14 20:33:45 +00:00
http://sourceforge.net/projects/strace/