ChangeSet ID: 12438 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/05/24 14:08:19
Modified files: dlls/dbghelp : type.c symbol.c pe_module.c msc.c module.c elf_module.c dbghelp.c
Log message: Eric Pouech pouech-eric@wanadoo.fr - some more fixes to elf module's symbol table handling (including static/global diff for variables) - now re-synchronizing ELF list in all cases (no longer depending on RT_CONSISTENT state) - now should be able to differentiate properly a native from a builtin module - in symbol lookup, now using size of symbol (if known) - SymGetTypeInfo now checks and uses BaseAddress - in MSC-CV, really generate thunk objects
Patch: http://cvs.winehq.org/patch.py?id=12438
Old revision New revision Changes Path 1.4 1.5 +8 -6 wine/dlls/dbghelp/type.c 1.5 1.6 +92 -66 wine/dlls/dbghelp/symbol.c 1.2 1.3 +5 -5 wine/dlls/dbghelp/pe_module.c 1.3 1.4 +4 -5 wine/dlls/dbghelp/msc.c 1.2 1.3 +45 -7 wine/dlls/dbghelp/module.c 1.5 1.6 +58 -18 wine/dlls/dbghelp/elf_module.c 1.3 1.4 +6 -0 wine/dlls/dbghelp/dbghelp.c