Sweden-Number/dlls/dbghelp
Eric Pouech 2994e98850 dbghelp: Improve the symbol loader for .DBG files.
When looking for a .DBG file, first look for a .DBG file matching all
attributes, then for a .DBG partially matching the attributes.
2008-09-04 13:47:11 +02:00
..
Makefile.in makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles. 2008-03-04 20:55:01 +01:00
coff.c
dbghelp.c dbghelp: Return TRUE in SymInitializeW if process is already initialized and add an ERR to SymCleanup. 2008-01-18 12:16:23 +01:00
dbghelp.spec dbghelp: Implement SymEnumerateSymbols64. 2008-06-21 11:13:37 +02:00
dbghelp_private.h dbghelp: Improve the symbol loader for .DBG files. 2008-09-04 13:47:11 +02:00
dwarf.c dbghelp: Don't crash when parsing the forward declaration of a function. 2008-05-26 17:59:39 +02:00
dwarf.h dbghelp: Added the definitions for Dwarf3 specifications. 2008-09-02 11:56:53 +02:00
elf_module.c
image.c
memory.c
minidump.c dbghelp: Assign to struct instead of using memcpy. 2008-03-01 12:02:13 +01:00
module.c dbghelp: Improve the symbol loader for .DBG files. 2008-09-04 13:47:11 +02:00
msc.c dbghelp: Improve the symbol loader. 2008-09-04 13:46:54 +02:00
path.c dbghelp: Improve the symbol loader for .DBG files. 2008-09-04 13:47:11 +02:00
pe_module.c dbghelp: Improve the symbol loader for .DBG files. 2008-09-04 13:47:11 +02:00
source.c
stabs.c dbghelp: Use dbgstr_a() in case pointer is NULL. 2008-06-23 12:51:20 +02:00
stack.c
storage.c
symbol.c dbghelp: Implement SymEnumerateSymbols64. 2008-06-21 11:13:37 +02:00
type.c dbghelp: Define NONAMELESSUNION in dwarf.c and type.c as they access VARIANT fields directly. 2008-02-28 10:50:57 +01:00
wdbgexts.h