Path to this page:
Subject: CVS commit: wip/lmdbg
From: Aleksey Cheusov
Date: 2009-02-22 22:45:22
Message id: E1LbM8n-0006p8-Os@ddv4jf1.ch3.sourceforge.com
Log Message:
update to version 0.8.0
MAJOR CHANGES:
Completely new implementation of stacktrace function. Now it is my
own, portable to almost any hardware where gcc works. There is no
limit on i386 anymore. YAMD code was thrown out. GPL was thrown out
too. I prefer MIT license.
Documentation is now in README file. Read it! ;-)
Lots of regression tests was written. This release of LMDBG were
sucessfully tested under the following platforms:
NetBSD/x86/gcc
NetBSD/alpha/gcc
FreeBSD/x86/gcc
Linux/x86/gcc
Solaris/x86/gcc
lmdbg-sym:
added: -g option, synonym for --with-gdb.
-g becomes the default.
added: -a option for using addr2line(1) instead of gdb(1).
fix for Solaris (printf ("%p") doesn't output leading 0x).
lmdbg-run:
added: -p option, synonyms for --pipe.
malloc uses --> as a separator, not ->.
lmdbg-check ins splitted in two executables:
lmdbg-leaks - for normal memory leaks,
lmdbg-sysleaks - for memory leaks in system/external libraries.
See README file.
Files: