wine/dlls/dbghelp
Eric Pouech 908004c3a9 dbghelp: Don't load invalid records for global symbol stream.
Only load records that are listed in global hash file when handling
the global symbol stream.
Do the same thing for the public symbols.

When using MS linker in incremental mode:
- old variable definitions are kept in the (DBI) global symbol stream
  along side the new definition
- but only the latest (valid) definition is referenced from the hash
  table

Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
2022-09-28 15:28:56 +02:00
..
tests
coff.c
cpu_arm.c
cpu_arm64.c
cpu_i386.c
cpu_x86_64.c
dbghelp.c dbghelp: Support depth relating to top function for inline sites. 2022-09-13 22:07:22 +02:00
dbghelp.spec dbghelp: Add SymSrvGetFileIndexInfo stub. 2022-09-12 17:28:23 +02:00
dbghelp_private.h
dwarf.c dbghelp: Fix variable storage information (Dwarf). 2022-09-28 15:28:56 +02:00
dwarf.h
elf_module.c
image.c
image_private.h
macho_module.c
Makefile.in
minidump.c
module.c dbghelp: Fix local scope reset upon module unloading. 2022-09-26 21:49:54 +02:00
msc.c dbghelp: Don't load invalid records for global symbol stream. 2022-09-28 15:28:56 +02:00
path.c
pe_module.c
source.c
stabs.c
stack.c
storage.c
symbol.c dbghelp: Add support for static variables at function scope (PDB). 2022-09-28 15:28:53 +02:00
type.c dbghelp: Support SymGetTypeInfo/TI_GET_LENGTH for variables. 2022-09-12 17:28:23 +02:00
version.rc
wdbgexts.h