]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/ltrace/Config.in
ltrace: bump to version 0.7.3
[coffee/buildroot.git] / package / ltrace / Config.in
1 config BR2_PACKAGE_LTRACE
2         bool "ltrace"
3         depends on !(BR2_avr32 || BR2_sh || BR2_sh64 || BR2_xtensa || BR2_aarch64 || BR2_arc)
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://ltrace.org