Sweden-Number/dlls/dbghelp
Eric Pouech a5b1581e48 dbghelp: SymFindFileInPath and PDB
- implemented correct lookup when SymFindFileInPath is called to find
  a PDB file
- added pdb_fetch_file_info to gather relevant information
- when looking for a PDB file (from a .EXE or a .DLL), now using
  SymFindFileInPath to locate the PDB file with the correct
  information
2006-05-11 12:20:12 +02:00
..
.gitignore
Makefile.in
coff.c
dbghelp.c dbghelp: Implemented SymGetLineFromAddrW64. 2006-05-11 12:17:03 +02:00
dbghelp.spec dbghelp: Implemented SymSearchW. 2006-05-11 12:18:46 +02:00
dbghelp_private.h dbghelp: SymFindFileInPath and PDB 2006-05-11 12:20:12 +02:00
dwarf.c
elf_module.c
image.c
memory.c
minidump.c
module.c dbghelp: Removed call to registered callback when unloading a module. 2006-05-11 12:19:24 +02:00
msc.c dbghelp: SymFindFileInPath and PDB 2006-05-11 12:20:12 +02:00
mscvpdb.h dbghelp: SymFindFileInPath and PDB 2006-05-11 12:20:12 +02:00
path.c dbghelp: SymFindFileInPath and PDB 2006-05-11 12:20:12 +02:00
pe_module.c dbghelp: SymInitializeW. 2006-05-11 12:14:06 +02:00
source.c dbghelp: Stubbed SymGetSourceFileTokenW. 2006-05-11 12:17:23 +02:00
stabs.c
stack.c
storage.c
symbol.c dbghelp: Implemented SymSearchW. 2006-05-11 12:18:46 +02:00
type.c
wdbgexts.h