19 Mar
2010
19 Mar
'10
4:16 p.m.
Module: wine Branch: master Commit: 2d8c7883532b45c44ee3f08808d93fd23b2e4d49 URL: http://source.winehq.org/git/wine.git/?a=commit;h=2d8c7883532b45c44ee3f08808... Author: Eric Pouech <eric.pouech(a)orange.fr> Date: Thu Mar 18 21:31:26 2010 +0100 dbghelp: Let dwarf_parse decide on which sections it needs to map. --- dlls/dbghelp/dbghelp_private.h | 6 +-- dlls/dbghelp/dwarf.c | 90 ++++++++++++++++++++++++++++++--------- dlls/dbghelp/elf_module.c | 57 +++---------------------- dlls/dbghelp/pe_module.c | 60 +++++++-------------------- 4 files changed, 92 insertions(+), 121 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=2d8c7883532b45c44ee3f0...