wine/dlls/dbghelp
Eric Pouech 69bbefac5f dbghelp: While loading MSC debug info, don't handle public symbol at once, but delay their handling after all other symbols are loaded.
This allows to handle properly addresses between public and real
symbols. It should also increase drastically the performance of
.dbg/.pdb loading.
2008-09-08 12:47:21 +02:00
..
coff.c
dbghelp_private.h dbghelp: Improve the symbol loader for .DBG files. 2008-09-04 13:47:11 +02:00
dbghelp.c
dbghelp.spec
dwarf.c
dwarf.h dbghelp: Added the definitions for Dwarf3 specifications. 2008-09-02 11:56:53 +02:00
elf_module.c
image.c
Makefile.in
memory.c
minidump.c
module.c dbghelp: Improve the symbol loader for .DBG files. 2008-09-04 13:47:11 +02:00
msc.c dbghelp: While loading MSC debug info, don't handle public symbol at once, but delay their handling after all other symbols are loaded. 2008-09-08 12:47:21 +02:00
path.c dbghelp: SymFindFileInPath doesn't check for the parameters passed when looking in a directory, whatever the dbghelp's options. 2008-09-04 13:47:26 +02:00
pe_module.c dbghelp: Improve the symbol loader for .DBG files. 2008-09-04 13:47:11 +02:00
source.c dbghelp: Correctly setup the Unix regular expression for matching file names in SymEnumLines. 2008-09-08 12:47:20 +02:00
stabs.c
stack.c
storage.c
symbol.c dbghelp: Use the correct size for global variable when searching for a symbol. 2008-09-08 12:47:20 +02:00
type.c
wdbgexts.h