summaryrefslogtreecommitdiff
path: root/package/mpatrol/Config.in
blob: 16cf1ab9ca57c0b16bdc3f3795fe82bc6e437a3d (plain)
1
2
3
4
5
6
7
8
9
10
11
config BR2_PACKAGE_MPATROL
	bool "mpatrol"
	depends on BR2_PACKAGE_GDB || BR2_PACKAGE_GCC_TARGET || BR2_PACKAGE_LIBELF

	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/