]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/ltrace/Config.in
package/ltrace: hide for archs ltrace doesn't support
[coffee/buildroot.git] / package / ltrace / Config.in
1 config BR2_PACKAGE_LTRACE
2         bool "ltrace"
3         depends on !(BR2_avr32 || BR2_cris || BR2_mips || BR2_mipsel || BR2_nios2 || BR2_sh || BR2_sh64 || BR2_xtensa)
4         select BR2_PACKAGE_LIBELF
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