dbghelp #15

Eric Pouech pouech-eric at wanadoo.fr
Sun Feb 27 10:16:21 CST 2005


this patches finds its root in some memory consumption issues (when parsing 
stabs symbol and process ELF modules, we were using more memory - thru mmap - 
than what we actually uses).
This patch takes care of this with mapping only the part of an ELF module which 
actually use (which means be able to map sections one by one).
It also includes several fixes around module handling:
- one can now load an ELF module (SymLoadModule) without a live target 
(preliminary steps for minidump handling)
- reverts a recent patch by Alexandre on dbghelp being too verbose, and actually 
fixing the roots of the problem

A+
-- 
Eric Pouech
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dbghelp15.diff
Type: text/x-patch
Size: 55914 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20050227/a2a193d1/dbghelp15.bin


More information about the wine-patches mailing list