]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/ltrace/Config.in
ltrace: narrow down available architectures
[coffee/buildroot.git] / package / ltrace / Config.in
1 config BR2_PACKAGE_LTRACE
2         bool "ltrace"
3         depends on (BR2_i386 || BR2_arm || BR2_mips || BR2_mipsel \
4                 || BR2_powerpc || BR2_sparc || BR2_x86_64)
5         select BR2_PACKAGE_LIBELF
6         help
7           Debugging program which runs a specified command until it exits.
8           While the command is executing, ltrace intercepts and records
9           the dynamic library calls which are called by the executed
10           process and the signals received by that process.
11
12           http://ltrace.org