]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/ltrace/Config.in
ltrace: expand help text
[coffee/buildroot.git] / package / ltrace / Config.in
1 config BR2_PACKAGE_LTRACE
2         bool "ltrace"
3         #depends on BR2_LARGEFILE
4         select BR2_PACKAGE_LIBELF_HEADERS
5         help
6           Debugging program which runs a specified command until it exits.
7           While the command is executing, ltrace intercepts and records
8           the dynamic library calls which are called by the executed
9           process and the signals received by that process.
10
11           http://packages.debian.org/unstable/utils/ltrace.html