kumquat-buildroot/package/strace/Config.in

19 lines
574 B
Plaintext
Raw Normal View History

2004-10-09 08:13:40 +02:00
config BR2_PACKAGE_STRACE
2004-10-14 22:33:45 +02:00
bool "strace"
# needs at least kernel headers 4.0 on nios2
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_0 || !BR2_nios2
depends on !BR2_nds32 && !BR2_RISCV_32
2004-10-09 08:13:40 +02:00
help
2004-10-14 22:33:45 +02:00
A useful diagnostic, instructional, and debugging tool.
Allows you to track what system calls a program makes
2004-10-14 22:33:45 +02:00
while it is running.
2004-10-09 08:13:40 +02:00
If you want 'strace -k' to work, make sure to enable the
'libunwind' package.
https://strace.io
comment "strace needs a toolchain w/ headers >= 4.0 on nios2"
depends on BR2_nios2
depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_0