cvs commit: CVSROOT modules ports/devel Makefile ports/devel/lmdbg Makefile distinfo pkg-descr pkg-plist

[ Available lists | Index of cvs-all | Month of May 2009 | Week of 19 May 2009 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Frank J. Laszlo <laszlof@FreeBSD.org>
Date
19 May 2009 13:14:18
Subject
cvs commit: CVSROOT modules ports/devel Makefile ports/devel/lmdbg Makefile distinfo pkg-descr pkg-plist
Message-ID
200905191314.n4JDEHY1047442@repoman.freebsd.org


[ Hide this part ]
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)

Elapsed time: 0.151 seconds