Eric Pouech : dbghelp: Compiland and source files are not the same thing.

Alexandre Julliard julliard at wine.codeweavers.com
Sat Mar 18 12:51:08 CST 2006


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

Author: Eric Pouech <eric.pouech at wanadoo.fr>
Date:   Sat Mar 18 13:32:31 2006 +0100

dbghelp: Compiland and source files are not the same thing.

- in MSC debug info parsing, clearly separate a source file
  information from a compiland (including in linetab structure)
- in ELF debug info parsing, now storing compiland directly
  in symtab_elt while browsing the symtab section (we still
  create twice the compilands, once in stabs/dwarf parsing, 
  a second time in symtab parsing)

---

 dlls/dbghelp/elf_module.c |   58 +++++++++++------------------------
 dlls/dbghelp/msc.c        |   74 ++++++++++++++++++---------------------------
 dlls/dbghelp/mscvpdb.h    |   22 +++++++++----
 3 files changed, 62 insertions(+), 92 deletions(-)

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



More information about the wine-cvs mailing list