wine/dlls/dbghelp
Eric Pouech 9995c7d368 - moved into new mscvpdb.h (out of msc.c) all types and defines needed
to parse debug files generated by MS tools
- moved into coff.c (and out of msc.c) the COFF handling
- cleaned lots of types (add consistency across structs)
- versioning of some defines and types (to follow MS tools evolution)
- enhanced V2 of symbols parsing (some more types recognized, support
  of imported .pdb files)
- added support for newest .pdb format
2004-11-21 15:51:47 +00:00
..
.cvsignore First shot at implementing dbghelp. 2004-04-05 22:21:27 +00:00
coff.c - moved into new mscvpdb.h (out of msc.c) all types and defines needed 2004-11-21 15:51:47 +00:00
dbghelp.c - implement SymUnDName and UndecorateSymbolName on top of 2004-11-19 18:02:47 +00:00
dbghelp.spec Fix the declaration of SymEnumSymbols() in dbghelp.spec. 2004-10-21 19:57:56 +00:00
dbghelp_private.h - implement SymUnDName and UndecorateSymbolName on top of 2004-11-19 18:02:47 +00:00
elf_module.c - fixed loading stabs from PE modules compiled with MingW 2004-11-08 20:26:22 +00:00
image.c First shot at implementing dbghelp. 2004-04-05 22:21:27 +00:00
Makefile.in - moved into new mscvpdb.h (out of msc.c) all types and defines needed 2004-11-21 15:51:47 +00:00
memory.c - fixed loading stabs from PE modules compiled with MingW 2004-11-08 20:26:22 +00:00
minidump.c First shot at implementing dbghelp. 2004-04-05 22:21:27 +00:00
module.c - fixed loading stabs from PE modules compiled with MingW 2004-11-08 20:26:22 +00:00
msc.c - moved into new mscvpdb.h (out of msc.c) all types and defines needed 2004-11-21 15:51:47 +00:00
mscvpdb.h - moved into new mscvpdb.h (out of msc.c) all types and defines needed 2004-11-21 15:51:47 +00:00
path.c Fix the declaration of SymEnumSymbols() in dbghelp.spec. 2004-10-21 19:57:56 +00:00
pe_module.c - fixed loading stabs from PE modules compiled with MingW 2004-11-08 20:26:22 +00:00
source.c Fix the declaration of SymEnumSymbols() in dbghelp.spec. 2004-10-21 19:57:56 +00:00
stabs.c - fixed loading stabs from PE modules compiled with MingW 2004-11-08 20:26:22 +00:00
stack.c Fix debugger for flat PC and non-flat frame. 2004-09-23 04:27:46 +00:00
storage.c - removed file extension from module (and suffixed ELF modules with 2004-05-18 21:29:09 +00:00
symbol.c - implement SymUnDName and UndecorateSymbolName on top of 2004-11-19 18:02:47 +00:00
type.c Fix the declaration of SymEnumSymbols() in dbghelp.spec. 2004-10-21 19:57:56 +00:00