Source-Makefile: package/devel/strace/Makefile Package: strace Version: 5.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +STRACE_LIBDW:libdw +STRACE_LIBUNWIND:libunwind Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: System call tracer Maintainer: Felix Fietkau Source: strace-5.0.tar.xz License: BSD-3c LicenseFiles: COPYRIGHT Type: ipkg Description: A useful diagnostic, instructional, and debugging tool. Allows you to track what system calls a program makes while it is running. http://strace.sourceforge.net/ Felix Fietkau @@ Config: choice prompt "stack tracing support" default STRACE_NONE config STRACE_NONE bool "None" config STRACE_LIBDW bool "libdw" config STRACE_LIBUNWIND bool "libunwind (experimental)" endchoice @@