buildrootschalter/package/ltrace/Config.in

13 lines
450 B
Plaintext
Raw Normal View History

2004-10-09 08:13:40 +02:00
config BR2_PACKAGE_LTRACE
2004-12-26 08:36:59 +01:00
bool "ltrace"
depends on (BR2_i386 || BR2_arm || BR2_mips || BR2_mipsel \
|| BR2_powerpc || BR2_sparc || BR2_x86_64)
select BR2_PACKAGE_LIBELF
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
http://ltrace.org