Config.in 512 B

1234567891011121314
  1. comment "ltrace has no inherent support for AVR32"
  2. depends on BR2_avr32 && BR2_PACKAGE_LTRACE
  3. config BR2_PACKAGE_LTRACE
  4. bool "ltrace"
  5. #depends on BR2_LARGEFILE
  6. select BR2_PACKAGE_LIBELF_HEADERS
  7. help
  8. Debugging program which runs a specified command until it exits.
  9. While the command is executing, ltrace intercepts and records
  10. the dynamic library calls which are called by the executed
  11. process and the signals received by that process.
  12. http://packages.debian.org/unstable/utils/ltrace.html