Date: Tue, 19 May 2009 13:14:17 +0000 (UTC) From: "Frank J. Laszlo" <laszlof@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules ports/devel Makefile ports/devel/lmdbg Makefile distinfo pkg-descr pkg-plist Message-ID: <200905191314.n4JDEHY1047442@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905191314.n4JDEHY1047442>
