Module: wine
Branch: refs/heads/master
Commit: a49adbc49e3e498f1ad519505a3af9305131d280
URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=a49adbc49e3e498f1ad5195…
Author: Eric Pouech <eric.pouech(a)wanadoo.fr>
Date: Sun May 7 14:29:49 2006 +0200
dbghelp: Base and symbols.
- report the correct image base for a symbol which is
seen as being in a builtin PE module, whilst its debug
information is gotten from an ELF module
- module_get_debug now returns a pair of modules
(the requested that has to be presented back to the client
and the effective one, which contains the debug info)
- reworked SymFromName in order to provide also the revelant
module base address
---
dlls/dbghelp/dbghelp_private.h | 9 ++
dlls/dbghelp/module.c | 37 ++++-----
dlls/dbghelp/source.c | 24 +++---
dlls/dbghelp/symbol.c | 165 ++++++++++++++++++++++------------------
dlls/dbghelp/type.c | 16 ++--
5 files changed, 134 insertions(+), 117 deletions(-)
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=a49adbc49e3e498f1ad…