Module: wine Branch: master Commit: 73f79e7fadfd7782da717cb1dfcd2496d1d2287f URL: http://source.winehq.org/git/wine.git/?a=commit;h=73f79e7fadfd7782da717cb1df... Author: Eric Pouech <eric.pouech(a)orange.fr> Date: Thu Mar 18 21:31:43 2010 +0100 dbghelp: Create new infrastructure to hold specific information for multiple file/debug formats in a single module, and use it to store dwarf2 stuff. --- dlls/dbghelp/dbghelp_private.h | 30 +++++++++++++++++--- dlls/dbghelp/dwarf.c | 59 +++++++++++++++++++++++++--------------- dlls/dbghelp/module.c | 11 ++++++- dlls/dbghelp/symbol.c | 16 +++++++++- 4 files changed, 85 insertions(+), 31 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=73f79e7fadfd7782da717c...