fix copy'n paste error
[buildroot.git] / package / mpatrol / Config.in
blob1edd273c267f0c4cf6108eaa79c9cc16ae3538a4
1 config BR2_PACKAGE_MPATROL
2         bool "mpatrol"
3         default n
4         depends on BR2_PACKAGE_GDB || BR2_PACKAGE_GCC_TARGET || BR2_PACKAGE_LIBELF
6         help
7           A debugging tool that attempts to diagnose run-time errors that are
8           caused by the wrong use of dynamically allocated memory. It acts as
9           a malloc() debugger for debugging dynamic memory allocations, although
10           it can also trace and profile calls to malloc() and free() too.
12           http://www.cbmamiga.demon.co.uk/mpatrol/