]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/ltrace/Config.in
libelf: convert to Makefile.autotools.in and get rid of LIBELF_HEADERS option
[coffee/buildroot.git] / package / ltrace / Config.in
1 comment "ltrace has no inherent support for AVR32" 
2         depends on BR2_avr32 && BR2_PACKAGE_LTRACE
3
4 config BR2_PACKAGE_LTRACE
5         bool "ltrace"
6         #depends on BR2_LARGEFILE
7         select BR2_PACKAGE_LIBELF
8         help
9           Debugging program which runs a specified command until it exits.
10           While the command is executing, ltrace intercepts and records
11           the dynamic library calls which are called by the executed
12           process and the signals received by that process.
13
14           http://packages.debian.org/unstable/utils/ltrace.html