mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-03-12 21:52:11 +00:00
10 lines
241 B
Plaintext
10 lines
241 B
Plaintext
config BR2_PACKAGE_LTRACE
|
|
bool "ltrace"
|
|
default n
|
|
depends on BR2_LARGEFILE
|
|
depends on BR2_PACKAGE_LIBELF
|
|
help
|
|
Debugging program which runs a specified command until it exits.
|
|
|
|
http://packages.debian.org/unstable/utils/ltrace.html
|