• Eric Pouech's avatar
    dbghelp: Compiland and source files are not the same thing. · c0e0de6c
    Eric Pouech authored
    - 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)
    c0e0de6c
elf_module.c 54.1 KB