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 Renamed all .cvsignore files to .gitignore. 2005-11-26 13:10:33 +01:00
Makefile.in Beginning of dbghelp dwarf2 support: 2005-05-17 14:32:55 +00:00
coff.c Fixed a number of pointer to integer conversions that wouldn't work 2005-09-12 15:14:06 +00:00
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 dbghelp: Added type for array index. 2006-03-06 11:42:44 +01:00
elf_module.c dbghelp: Compiland and source files are not the same thing. 2006-03-18 18:15:14 +01:00
image.c First shot at implementing dbghelp. 2004-04-05 22:21:27 +00:00
memory.c - fixed loading stabs from PE modules compiled with MingW 2004-11-08 20:26:22 +00:00
minidump.c Match PSDK STATUS_* definitions. 2005-11-28 17:32:54 +01:00
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 dbghelp: Added type for array index. 2006-03-06 11:42:44 +01:00
stack.c dbghelp: Params of LPSTACKFRAME64 only has 4 elements. 2006-04-17 11:57:47 +02:00
storage.c Fix warnings exposed by -Wmissing-declarations and -Wwrite-strings. 2005-06-09 09:46:39 +00:00
symbol.c dbghelp: Implemented SymSearchW. 2006-05-11 12:18:46 +02:00
type.c dbghelp: Base and symbols. 2006-05-08 14:47:56 +02:00
wdbgexts.h dbghelp: Added a few extensions to make windbg happy. 2005-12-20 11:49:24 +01:00