Config.in 454 B

1234567891011
  1. config BR2_PACKAGE_MPATROL
  2. bool "mpatrol"
  3. depends on BR2_PACKAGE_GDB || BR2_PACKAGE_GCC_TARGET || BR2_PACKAGE_LIBELF
  4. help
  5. A debugging tool that attempts to diagnose run-time errors that are
  6. caused by the wrong use of dynamically allocated memory. It acts as
  7. a malloc() debugger for debugging dynamic memory allocations, although
  8. it can also trace and profile calls to malloc() and free() too.
  9. http://www.cbmamiga.demon.co.uk/mpatrol/