dbghelp: Base and symbols.
authorEric Pouech <eric.pouech@wanadoo.fr>
Sun, 7 May 2006 12:29:49 +0000 (14:29 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 8 May 2006 12:47:56 +0000 (14:47 +0200)
commita49adbc49e3e498f1ad519505a3af9305131d280
tree42f908ccb745ce6ff077e616078d8dd1759b9632
parentbc31b388d1403e77c2066a599af900402dad8aaa
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
dlls/dbghelp/module.c
dlls/dbghelp/source.c
dlls/dbghelp/symbol.c
dlls/dbghelp/type.c