Path to this page:
Subject: CVS commit: wip/lmdbg
From: Aleksey Cheusov
Date: 2009-07-25 01:06:12
Message id: E1MUTqN-0005Rd-Uf@ddv4jf1.ch3.sourceforge.com
Log Message:
updated to version 0.11.0
Support for modern Linux/glibc where libraries are loaded
to different regions of the virtual memory
(See http://en.wikipedia.org/wiki/Address_space_layout_randomization).
To handle this lmdbg-run adds the special "info section" information
obtained from /proc/<pid>/maps available on NetBSD and Linux
to the log file, and lmdbg-sym uses this information.
fixed: enabling malloc logging in lmdbg-sym was an extreamly strange
idea. This was just an oversight. Now it is disabled.
***** A TARGET FOR TESTING LMDBG IS NOW "check", NOT \
"test"! *****
Additional regression test for lmdbg-sym and shared libraries.
WARNS=4 for libstacktrace library
WARNS=4 for liblmdbg library
Two internal helper scripts:
scripts/lmdbg-multi2single and scripts/lmdbg-single2multi.
Other minor improvements, clean-ups and fixes.
Files: