Commit 9995c7d3 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

- 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
parent 970a8779
......@@ -6,6 +6,7 @@ MODULE = dbghelp.dll
IMPORTS = psapi kernel32 ntdll
C_SRCS = \
coff.c \
dbghelp.c \
elf_module.c \
image.c \
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment