diff options
author | Eric Andersen <andersen@codepoet.org> | 2006-12-12 22:18:15 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2006-12-12 22:18:15 +0000 |
commit | a7748b2f132b1e7c1a87a5f3d80cb64e46ce5219 (patch) | |
tree | 78ccd8e63707f08d7f97ea1c02c6ce01f00e01ca /package/mpatrol/Config.in | |
parent | 28151cf8c7d3395e0a18717505850376cba66708 (diff) |
add mpatrol package
Diffstat (limited to 'package/mpatrol/Config.in')
-rw-r--r-- | package/mpatrol/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/mpatrol/Config.in b/package/mpatrol/Config.in new file mode 100644 index 000000000..12a3ceef4 --- /dev/null +++ b/package/mpatrol/Config.in @@ -0,0 +1,10 @@ +config BR2_PACKAGE_MPATROL + bool "mpatrol" + default n + 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/ |