Next | Query returned 25 messages, browsing 21 to 30 | previous

History of commit frequency

CVS Commit History:


   2011-10-09 12:02:48 by Aleksey Cheusov | Files touched by this commit (43)
Log message:
Update my email
   2011-09-04 20:21:27 by Aleksey Cheusov | Files touched by this commit (7)
Log message:
For all packages based on mk-configure "configure" target is provided.
   This fixes parallel builds.
   2011-07-03 04:00:41 by David A. Holland | Files touched by this commit (1)
Log message:
Using REPLACE_INTERPRETER does not magically generate a dependence on the
interpreter. Depend explicitly on lang/runawk. PKGREVISION++
   2011-05-10 10:10:13 by Aleksey Cheusov | Files touched by this commit (1)
Log message:
fix #!/usr/bin/env issue
   2011-05-08 20:32:16 by Aleksey Cheusov | Files touched by this commit (4) | Imported package
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


Next | Query returned 25 messages, browsing 21 to 30 | previous