dbghelp: Module info.
commite4441d7e6f4c3fe5a2a8c87f27255d379be3e325
authorEric Pouech <eric.pouech@wanadoo.fr>
Mon, 26 Jun 2006 19:37:32 +0000 (26 21:37 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 27 Jun 2006 09:17:34 +0000 (27 11:17 +0200)
tree8242c0dc6271a5469b7cc36ab45affbd729b787b
parent40b411824ef3b7e4161a4442aa7ef4c25d155d62
dbghelp: Module info.

- now internally storing module info as a 64bit module structure
  (the interest in not in the 64 bit side of things, but because
  it allows storing lots of usefull information)
- fixed SymGetModuleInfo64W which wasn't returning the
  LoadedPdbName field
- now filling for MSC files with the extended information
  (instead of guessing it)
- reused the extended module info to store wine ELF module
  information (link for map link, stabs vs dwarf symbol info)
dlls/dbghelp/coff.c
dlls/dbghelp/dbghelp_private.h
dlls/dbghelp/dwarf.c
dlls/dbghelp/elf_module.c
dlls/dbghelp/module.c
dlls/dbghelp/msc.c
dlls/dbghelp/stabs.c