Path to this page:
./
devel/lmdbg,
Lightweight Modular malloc Debugger
Branch: CURRENT,
Version: 1.3.0,
Package name: lmdbg-1.3.0,
Maintainer: cheusovLMDBG is a collection of small tools for collecting and analyzing logs of
malloc/realloc/memalign/free etc. function calls. 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 - Meta tool, all in one.
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
Required to run:[
devel/libjudy] [
devel/pipestatus] [
lang/runawk]
Required to build:[
devel/mk-configure] [
pkgtools/cwrappers]
Master sites:
Filesize: 44.357 KB
Version history: (Expand)
- (2021-01-03) Updated to version: lmdbg-1.3.0
- (2017-11-23) Package has been reborn
- (2014-02-04) Updated to version: lmdbg-1.2.1
- (2013-08-08) Updated to version: lmdbg-1.2.0
- (2012-09-03) Updated to version: lmdbg-1.1.0
- (2012-01-10) Updated to version: lmdbg-1.0.0
CVS history: (Expand)
2023-12-30 22:04:30 by Zafer Aydogan | Files touched by this commit (1) |
Log message:
remove non-working master site
|
2023-07-19 17:24:27 by Nia Alarie | Files touched by this commit (1) |
Log message:
lmdbg: Disable FORTIFY on Linux only
|
2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319) |
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).
No change to BUILD_DEPENDS as used correctly inside buildlink3.
As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2021-01-02 21:22:35 by Aleksey Cheusov | Files touched by this commit (2) |
Log message:
Update to version 1.3.0
Support for aligned_alloc(3) was added.
Modernize build system, mk-configure>=0.29.1 is required.
Undefine _FORTIFY_SOURCE when compiling liblmdbg.
Introduce LMDBG_ALLOW_WRITEABLE (rWx flag for memory segment)
environment variable. By default this flag is set to True, which
allows to fix problem with lmdbg-sym seen on M$ WSL/OpenSuSE.
lmdbg-leaks: fix the order of output, now it does not depend on AWK.
implementation.
Fixes and improvements in tests.
|
2020-05-22 07:58:51 by Roland Illig | Files touched by this commit (1) |
Log message:
devel/lmdbg: fix typo in REPLACE_SH
|
2017-08-16 22:21:18 by Thomas Klausner | Files touched by this commit (180) |
Log message:
Follow some http redirects.
|