From owner-cvs-ports@FreeBSD.ORG Tue May 19 13:14:18 2009 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3694A1065670; Tue, 19 May 2009 13:14:18 +0000 (UTC) (envelope-from laszlof@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 251288FC14; Tue, 19 May 2009 13:14:18 +0000 (UTC) (envelope-from laszlof@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n4JDEIJc047443; Tue, 19 May 2009 13:14:18 GMT (envelope-from laszlof@repoman.freebsd.org) Received: (from laszlof@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n4JDEHY1047442; Tue, 19 May 2009 13:14:17 GMT (envelope-from laszlof) Message-Id: <200905191314.n4JDEHY1047442@repoman.freebsd.org> From: "Frank J. Laszlo" Date: Tue, 19 May 2009 13:14:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules ports/devel Makefile ports/devel/lmdbg Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 13:14:18 -0000 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 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)