Download List

프로젝트 설명

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

이 릴리스는 많은 개선 및 수동 페이지에서 수정, lmdbg, lmdbg-실행 및 lmdbg sym의 새로운 기능 및 사소한 수정 lmdbg 합계에 추가합니다. lmdbg는 지금 더 많은 것을 할 그냥 메모리 누수를 찾을 수 있는 메타 도구입니다.

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

lmdbg 실행 그들에 실패하기 때문에 calloc (3) 호출의 로깅 glibc 기반 시스템 (리눅스는 GNU / kFreeBSD,, 아마 다른)에서 사용할 수 없습니다. 마이너 청소 실시, 수정 및 개선. mk 단추>가 = 0.20 건물이 필요합니다 구성할 수 있습니다.
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

새로운 도구 lmdbg - 스트립과 lmdbg 모듈. lmdbg - 정렬은 새로운 "인분 포함"정렬 필드가 있습니다. 마이너 수정 및 개선. lmdbg - grep 새로운 변수를 확인했습니다 : "찍기", "op_type"및 "바이트";하고 새로운 분야에 grep : "모듈". 마이너 개선 및 lmdbg - 합계에 대한 수정, lmdbg, lmdbg - 실행 및 내부 도구 lmdbg - m2s과 lmdbg - s2m. 경고 메시지는 gcc가 제작에 대한 수정. 기타 회귀 테스트합니다.
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

새로운 도구 : lmdbg - 합계, lmdbg - grep, 그리고 lmdbg - 일종의 수집 및 메모리 할당에 대한 통계 정보를 분석합니다. lmdbg 실행 및 생성은 스택 추적 단축을위한 - 남 새 옵션 - S를하고 있습니다. lmdbg - sym은 lmdbg 실행의 출력에서 프로그램 이름을 얻기위한 새로운 옵션 - p를했습니다. '는 mkcmake 테스트'를 자사의 임시 파일을 제거합니다.
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 시에 / 디렉토리. lmdbg - 기호 : gdb에 종료 상태 (1) 확인합니다. LMDBG_GDB 환경 변수 gdb를 (1) 프로그램, 빌드 시간이 기본적으로 우선 경로를 설정합니다. lmdbg - multi2single 및 lmdbg - single2multi C에서 더 나은 효율성을위한 reimplemented있습니다. 빌드 시간은 awk 변수 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