10 lines
246 B
Plaintext
10 lines
246 B
Plaintext
config BR2_PACKAGE_LTRACE
|
|
bool "ltrace"
|
|
default n
|
|
#depends on BR2_LARGEFILE
|
|
select BR2_PACKAGE_LIBELF_HEADERS
|
|
help
|
|
Debugging program which runs a specified command until it exits.
|
|
|
|
http://packages.debian.org/unstable/utils/ltrace.html
|