cvs commit: CVSROOT modules ports/devel Makefile ports/devel/lmdbg
Makefile distinfo pkg-descr pkg-plist
Frank J. Laszlo
laszlof at FreeBSD.org
Tue May 19 13:14:18 UTC 2009
laszlof 2009-05-19 13:14:17 UTC
FreeBSD ports repository
Modified files:
. modules
devel Makefile
Added files:
devel/lmdbg Makefile distinfo pkg-descr pkg-plist
Log:
-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 at gmail.com>
Revision Changes Path
1.20421 +1 -0 CVSROOT/modules
1.3502 +1 -0 ports/devel/Makefile
1.1 +29 -0 ports/devel/lmdbg/Makefile (new)
1.1 +3 -0 ports/devel/lmdbg/distinfo (new)
1.1 +11 -0 ports/devel/lmdbg/pkg-descr (new)
1.1 +14 -0 ports/devel/lmdbg/pkg-plist (new)
More information about the cvs-ports
mailing list