diff options
author | laszlof <laszlof@FreeBSD.org> | 2009-05-19 21:14:17 +0800 |
---|---|---|
committer | laszlof <laszlof@FreeBSD.org> | 2009-05-19 21:14:17 +0800 |
commit | 35012cf73dedf00821921f331f70e06d135a376f (patch) | |
tree | b8e78a01ca502f73b8211890cf88c2f3cd37b830 /CVSROOT | |
parent | e5f51fb4b321a032776c44dac15671a84d66c294 (diff) | |
download | freebsd-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 'CVSROOT')
-rw-r--r-- | CVSROOT/modules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CVSROOT/modules b/CVSROOT/modules index 21969af995b7..2da8c58d1a0b 100644 --- a/CVSROOT/modules +++ b/CVSROOT/modules @@ -8087,6 +8087,7 @@ lm-solve ports/games/lm-solve lmarbles ports/games/lmarbles lmbench ports/benchmarks/lmbench lmclock ports/x11-clocks/lmclock +lmdbg ports/devel/lmdbg lmmon ports/sysutils/lmmon lmms ports/audio/lmms lmon ports/sysutils/lmon |