aboutsummaryrefslogtreecommitdiffstats
path: root/devel/Makefile
diff options
context:
space:
mode:
authorlaszlof <laszlof@FreeBSD.org>2009-05-19 21:14:17 +0800
committerlaszlof <laszlof@FreeBSD.org>2009-05-19 21:14:17 +0800
commit35012cf73dedf00821921f331f70e06d135a376f (patch)
treeb8e78a01ca502f73b8211890cf88c2f3cd37b830 /devel/Makefile
parente5f51fb4b321a032776c44dac15671a84d66c294 (diff)
downloadfreebsd-ports-gnome-35012cf73dedf00821921f331f70e06d135a376f.tar.gz
freebsd-ports-gnome-35012cf73dedf00821921f331f70e06d135a376f.tar.zst
freebsd-ports-gnome-35012cf73dedf00821921f331f70e06d135a376f.zip
-Added port: devel/lmdbg
LMDBG is a collection of small tools for collecting and analyzing the logs of malloc/realloc/memalign/free function calls. Unlike many others, LMDBG does not provide any way to detect overruns of the boundaries of malloc() memory allocations, as this is not the goal. Like most other malloc debuggers, LMDBG allows detecting memory leaks and double frees. However, unlike others, LMDBG generates full stacktraces and separates the logging process from analysis, thus allowing you to analyze an application on a per-module basis. WWW: http://sourceforge.net/projects/lmdbg Author: Aleksey Cheusov (cheusov at users.sourceforge.net) PR: ports/134617 Submitted by: Mikolaj Golub <to.my.trociny@gmail.com>
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 87a4b76f28c6..e36a525b43d2 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -775,6 +775,7 @@
SUBDIR += lion
SUBDIR += llvm
SUBDIR += llvm-devel
+ SUBDIR += lmdbg
SUBDIR += lndir
SUBDIR += log4c
SUBDIR += log4cplus