• Eric Pouech's avatar
    dbghelp: Improve de-duping global symbols information (PDB). · 1c5eadb4
    Eric Pouech authored
    We have dups in global / file static variables definition:
    - between compiland stream and global (DBI) stream
      (we need to de-dup these)
    - still adding variables only present global DBI stream
    - keeping in mind, we need to keep:
      + two variables of different names at same address (aliasing)
      + variables of same name at different addresses
        (MS linker generate those)
    Signed-off-by: 's avatarEric Pouech <eric.pouech@gmail.com>
    1c5eadb4
msc.c 170 KB