Path to this page:
./
devel/lmdbg,
Lightweight Modular malloc Debugger
Branch: pkgsrc-2013Q3,
Version: 1.2.0,
Package name: lmdbg-1.2.0,
Maintainer: cheusovLMDBG is a collection of small tools for collecting and analyzing logs of
malloc/realloc/memalign/free etc. function calls. 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 - Meta tool, all in one.
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
Master sites: (Expand)
SHA1: ae4b1f6d32c7bca049c47cecec0121a12504464a
RMD160: 8dcac88e10080215beef6042cdbb804b73c5b896
Filesize: 42.48 KB
Version history: (Expand)
- (2013-10-04) Package added to pkgsrc.se, version lmdbg-1.2.0 (created)