421e7a3ae7
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 <to.my.trociny@gmail.com>
14 lines
303 B
Text
14 lines
303 B
Text
lib/liblmdbg.a
|
|
lib/liblmdbg.la
|
|
lib/liblmdbg.so.0
|
|
lib/liblmdbg.so
|
|
bin/lmdbg-run
|
|
bin/lmdbg-sym
|
|
bin/lmdbg-leaks
|
|
bin/lmdbg-sysleaks
|
|
bin/lmdbg-leak-check
|
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
|
%%PORTDOCS%%%%DOCSDIR%%/NEWS
|
|
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
|
|
%%PORTDOCS%%%%DOCSDIR%%/TODO
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|