de3dd8aed3
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
28 lines
561 B
Text
28 lines
561 B
Text
@comment $NetBSD: PLIST,v 1.1.1.1 2011/05/08 18:32:15 cheusov Exp $
|
|
bin/lmdbg
|
|
bin/lmdbg-grep
|
|
bin/lmdbg-leaks
|
|
bin/lmdbg-m2s
|
|
bin/lmdbg-modules
|
|
bin/lmdbg-run
|
|
bin/lmdbg-s2m
|
|
bin/lmdbg-sort
|
|
bin/lmdbg-stat
|
|
bin/lmdbg-strip
|
|
bin/lmdbg-sym
|
|
bin/lmdbg-sysleaks
|
|
lib/liblmdbg.a
|
|
lib/liblmdbg.so
|
|
lib/liblmdbg.so.0
|
|
lib/liblmdbg.so.0.0
|
|
man/man1/lmdbg-grep.1
|
|
man/man1/lmdbg-leaks.1
|
|
man/man1/lmdbg-run.1
|
|
man/man1/lmdbg-sort.1
|
|
man/man1/lmdbg-stat.1
|
|
man/man1/lmdbg-sym.1
|
|
man/man1/lmdbg-sysleaks.1
|
|
man/man1/lmdbg.1
|
|
share/doc/lmdbg/ChangeLog
|
|
share/doc/lmdbg/NEWS
|
|
share/doc/lmdbg/README
|