pkgsrc-WIP-cvs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: wip/lmdbg
Module name: wip
Committed by: cheusov
Date: Fri Jul 24 23:06:12 UTC 2009
Modified Files:
wip/lmdbg: Makefile PLIST distinfo
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.
To generate a diff of this commit:
cvs -z3 rdiff -u -r1.6 -r1.7 wip/lmdbg/PLIST wip/lmdbg/distinfo
cvs -z3 rdiff -u -r1.9 -r1.10 wip/lmdbg/Makefile
To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/lmdbg/PLIST?r1=1.6&r2=1.7
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/lmdbg/distinfo?r1=1.6&r2=1.7
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/lmdbg/Makefile?r1=1.9&r2=1.10
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
------------------------------------------------------------------------------
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs
Home |
Main Index |
Thread Index |
Old Index