Download List

Projeto Descrição

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.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-12-03 09:06
0.17.0

Esta versão adiciona um monte de melhorias e correções nas páginas de manual, os novos recursos do lmdbg, em lmdbg-executar e lmdbg-sym e pequenas correções para lmdbg-stat. lmdbg agora é uma ferramenta de meta que é capaz de fazer muitas coisas mais, não apenas localizar vazamentos de memória.

This release adds a lot of improvements and fixes in manual pages, new capabilities in lmdbg, lmdbg-run, and lmdbg-sym, and minor fixes to lmdbg-stat. lmdbg is now a meta tool which is able to do many more things, not just find memory leaks.

2010-10-08 07:12
0.15.1

Registro de calloc (3) invocações é desativada em sistemas baseados em glibc (Linux, GNU / kFreeBSD, e talvez outros) porque executar lmdbg-falhar nelas. Menor limpezas, correções e melhorias. mk-configure> = 0.20 é requerido para construir.
Logging of calloc(3) invocations is disabled on glibc-based systems (Linux, GNU/kFreeBSD, and maybe others) because lmdbg-run fails on them. Minor clean-ups, fixes, and improvements. mk-configure >= 0.20 is required for building.

2010-05-27 07:25
0.15.0

Novas ferramentas lmdbg strip-e-lmdbg módulos. Ordenar lmdbg tem um num "novo" campo de triagem. pequenas correções e melhorias. grep lmdbg tem novas variáveis para verificar: "op", "op_type" e "bytes", e um novo campo para grep: "módulo". Pequenas melhorias e correções para stat-lmdbg, lmdbg, lmdbg-run, e ferramentas internas lmdbg-m2s e S2M-lmdbg. Correções para mensagens de aviso produzido pelo GCC. Mais testes de regressão.
New tools lmdbg-strip and lmdbg-modules. lmdbg-sort has a new "num" sorting field. Minor fixes and improvements. lmdbg-grep has new variables to check: "op", "op_type", and "bytes"; and a new field to grep: "module". Minor improvements and fixes for lmdbg-stat, lmdbg, lmdbg-run, and internal tools lmdbg-m2s and lmdbg-s2m. Fixes for warning messages produced by gcc. More regression tests.

2010-04-14 06:51
0.14.0

Novas ferramentas: lmdbg-stat, grep-lmdbg, e classificar-lmdbg para coletar e analisar dados estatísticos sobre as alocações de memória. executar lmdbg tem as novas opções-S e M para gerar encurtado rastreamentos de pilha. sym lmdbg tem uma nova opção-p para obter o nome do programa de produção de run-lmdbg. 'Test mkcmake' remove os arquivos temporários.
Tags: Major feature enhancements
New tools: lmdbg-stat, lmdbg-grep, and lmdbg-sort for collecting and analyzing statistical information about memory allocations. lmdbg-run has the new options -S and -M for generating shortened stack traces. lmdbg-sym has a new option -p for obtaining the program name from lmdbg-run's output. 'mkcmake test' removes its temporary files.

2010-02-01 10:39
0.13.0

'make install' deve deixar de instalar os utilitários de teste a partir dos ensaios / subdiretório. lmdbg-Sym: o estado de saída do gdb (1) está marcada. A variável de ambiente LMDBG_GDB define o caminho para o gdb (1) do programa, substituindo o build-padrão de tempo. lmdbg-multi2single e lmdbg-single2multi são reimplemented em C para melhor eficiência. A compilação de tempo variável AWK define um intérprete AWK para scripts awk.
'make install' should no longer install test utilities from the tests/ subdirectory. lmdbg-sym: the exit status of gdb(1) is checked. The LMDBG_GDB environment variable sets the path to the gdb(1) program, overriding the build-time default. lmdbg-multi2single and lmdbg-single2multi are reimplemented in C for better efficiency. The build-time AWK variable sets an AWK interpreter for awk scripts.

Project Resources