Télécharger la liste

Description du projet

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.

Système requise

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

Cette version ajoute beaucoup d'améliorations et corrections dans les pages de manuel, de nouvelles capacités en lmdbg, lmdbg-run et lmdbg-sym et corrections mineures à lmdbg-stat. lmdbg est maintenant un outil meta qui est capable de faire beaucoup plus de choses, non seulement trouver les fuites de mémoire.

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

Enregistrement des calloc (3) invocations est désactivé sur les systèmes glibc (Linux, GNU / kFreeBSD, et peut-être d'autres) parce lmdbg terme échoue sur eux. Mineure nettoyage, des corrections et améliorations. mk-configurer> = 0,20 est nécessaire pour la construction.
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

Nouvelle lmdbg outils bandes et lmdbg-modules. lmdbg tri a un nouveau "num" champ de tri. améliorations et corrections mineures. lmdbg-grep a de nouvelles variables à vérifier: "op", "op_type", et "octets", et un nouveau champ à grep: "module". Des améliorations mineures et corrections de lmdbg-stat, lmdbg, lmdbg terme, et des outils internes lmdbg-M2S et lmdbg-S2M. Correctifs pour les messages d'avertissement produits par gcc. Plus les tests de régression.
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

De nouveaux outils: lmdbg-stat, lmdbg-grep, et lmdbg tri pour collecter et analyser des données statistiques sur les allocations de mémoire. lmdbg terme a de nouvelles options-S et-M pour générer des raccourcis traces de la pile. lmdbg-Sym a une nouvelle option-p pour obtenir le nom du programme de la sortie lmdbg-RUN. 'Test mkcmake »supprime ses fichiers temporaires.
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' ne doit plus installer les utilitaires de test de la tests / sous-répertoire. lmdbg-Sym: l'état de sortie de gdb (1) est cochée. La variable d'environnement LMDBG_GDB définit le chemin d'accès au gdb (1) Programme, les lois de l'accumulation d'heure par défaut. lmdbg-multi2single et lmdbg-single2multi sont réimplémenté en C pour une meilleure efficacité. L'accumulation de temps AWK variable définit un interprète pour les scripts AWK 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