Eric Pouech : dbghelp: Module info.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Jun 27 04:53:32 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: e4441d7e6f4c3fe5a2a8c87f27255d379be3e325
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=e4441d7e6f4c3fe5a2a8c87f27255d379be3e325

Author: Eric Pouech <eric.pouech at wanadoo.fr>
Date:   Mon Jun 26 21:37:32 2006 +0200

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            |   14 ++++++--
 dlls/dbghelp/dbghelp_private.h |    2 +
 dlls/dbghelp/dwarf.c           |    7 ++++
 dlls/dbghelp/elf_module.c      |    4 ++
 dlls/dbghelp/module.c          |   70 +++++++++++++++++++---------------------
 dlls/dbghelp/msc.c             |   31 +++++++++++++++++-
 dlls/dbghelp/stabs.c           |    7 ++++
 7 files changed, 91 insertions(+), 44 deletions(-)

Diff:   http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=e4441d7e6f4c3fe5a2a8c87f27255d379be3e325



More information about the wine-cvs mailing list