dbghelp: Compiland and source files are not the same thing.
authorEric Pouech <eric.pouech@wanadoo.fr>
Sat, 18 Mar 2006 12:32:31 +0000 (13:32 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 18 Mar 2006 17:15:14 +0000 (18:15 +0100)
commitc0e0de6c4e7aea28bf3d707f50f6ca5b47a38b84
tree9b68f652181ed294cbdc42d797cbea0ef1b9fcc8
parenta1a54e7bf737e5275ac5ba63bafc51272f12f368
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
dlls/dbghelp/msc.c
dlls/dbghelp/mscvpdb.h