Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 929F763B8AC for ; Sun, 8 May 2011 18:32:19 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 5B45A14A219; Sun, 8 May 2011 18:32:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0325914A20E for ; Sun, 8 May 2011 18:32:17 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id E2HU9aQHbLUP for ; Sun, 8 May 2011 18:32:16 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 3280A14A203 for ; Sun, 8 May 2011 18:32:16 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 1A960175DD; Sun, 8 May 2011 18:32:16 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sun, 8 May 2011 18:32:16 +0000 From: "Aleksey Cheusov" Subject: CVS commit: pkgsrc/devel/lmdbg To: pkgsrc-changes@NetBSD.org Reply-To: cheusov@netbsd.org X-Mailer: log_accum Message-Id: <20110508183216.1A960175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: cheusov Date: Sun May 8 18:32:16 UTC 2011 Update of /cvsroot/pkgsrc/devel/lmdbg In directory ivanova.netbsd.org:/tmp/cvs-serv10632 Log Message: LMDBG is a collection of small tools for collecting and analyzing logs of malloc/realloc/memalign/free etc. 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. Unlike some others LMDBG generates full stacktraces and separates the logging process from analysis, thus allowing you to analyze application on a per-module basis. Simple but powerful tools for analisis are also provided. lmdbg-run - Creates malloc/realloc/free/memalign/... logs lmdbg-sym - Converts addresses to 'file.c:NUM func_name' lmdbg-leak - Checks for memory leaks lmdbg-stat - Gathers statistical information about memory allocations lmdbg-grep - Greps the stackframes lmdbg-strip - Strips the stackframes lmdbg-module - Enrichs the stackframes with a module name lmdbg-sort - Sorts the stackframes by e.g. total allocated bytes, a number of memory allocations etc. lmdbg-sysleaks - Filters out system memory leaks e.g. libc's Status: Vendor Tag: TNF Release Tags: pkgsrc-base N pkgsrc/devel/lmdbg/Makefile N pkgsrc/devel/lmdbg/DESCR N pkgsrc/devel/lmdbg/distinfo N pkgsrc/devel/lmdbg/PLIST No conflicts created by this import