2009-01-26 01:34:02 +01:00
|
|
|
comment "ltrace has no inherent support for AVR32"
|
|
|
|
depends on BR2_avr32 && BR2_PACKAGE_LTRACE
|
|
|
|
|
2004-10-09 08:13:40 +02:00
|
|
|
config BR2_PACKAGE_LTRACE
|
2004-12-26 08:36:59 +01:00
|
|
|
bool "ltrace"
|
2007-10-02 13:11:54 +02:00
|
|
|
#depends on BR2_LARGEFILE
|
|
|
|
select BR2_PACKAGE_LIBELF_HEADERS
|
2004-10-09 08:13:40 +02:00
|
|
|
help
|
2004-12-26 08:36:59 +01:00
|
|
|
Debugging program which runs a specified command until it exits.
|
2008-08-04 21:07:48 +02:00
|
|
|
While the command is executing, ltrace intercepts and records
|
|
|
|
the dynamic library calls which are called by the executed
|
|
|
|
process and the signals received by that process.
|
2004-10-09 08:13:40 +02:00
|
|
|
|
2004-12-26 08:36:59 +01:00
|
|
|
http://packages.debian.org/unstable/utils/ltrace.html
|