2006-12-12 23:18:15 +01:00
|
|
|
config BR2_PACKAGE_MPATROL
|
|
|
|
bool "mpatrol"
|
2007-08-12 02:37:01 +02:00
|
|
|
depends on BR2_PACKAGE_GDB || BR2_PACKAGE_GCC_TARGET || BR2_PACKAGE_LIBELF
|
|
|
|
|
2006-12-12 23:18:15 +01:00
|
|
|
help
|
|
|
|
A debugging tool that attempts to diagnose run-time errors that are
|
|
|
|
caused by the wrong use of dynamically allocated memory. It acts as
|
|
|
|
a malloc() debugger for debugging dynamic memory allocations, although
|
|
|
|
it can also trace and profile calls to malloc() and free() too.
|
|
|
|
|
|
|
|
http://www.cbmamiga.demon.co.uk/mpatrol/
|