Sweden-Number/dlls/dbghelp
Eric Pouech b65ef71fc0 dbghelp: Improve collision handling in SymLoadModuleEx().
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-11-16 22:14:54 +01:00
..
tests dbghelp: Use _NT_ALT_SYMBOL_PATH. 2021-11-15 20:04:04 +01:00
Makefile.in
coff.c dbghelp: Make symt_add_func_line() last parameter an absolute address. 2021-10-29 21:27:41 +02:00
cpu_arm.c
cpu_arm64.c
cpu_i386.c
cpu_x86_64.c
dbghelp.c dbghelp: Use _NT_ALT_SYMBOL_PATH. 2021-11-15 20:04:04 +01:00
dbghelp.spec dbghelp: Add stub implementations for the SymSetScope* functions. 2021-10-19 20:58:38 +02:00
dbghelp_private.h dbghelp: Attach a struct cpu* to every module. 2021-11-08 21:00:57 +01:00
dwarf.c dbghelp/dwarf: Fix computation of some location attributes. 2021-11-15 20:01:47 +01:00
dwarf.h
elf_module.c dbghelp: Move debug info loading out of image backends into SymLoadModuleEx(). 2021-11-16 22:14:24 +01:00
image.c
image_private.h
macho_module.c dbghelp: Move debug info loading out of image backends into SymLoadModuleEx(). 2021-11-16 22:14:24 +01:00
minidump.c dbghelp: Use wide string literals. 2021-10-19 20:55:41 +02:00
module.c dbghelp: Improve collision handling in SymLoadModuleEx(). 2021-11-16 22:14:54 +01:00
msc.c dbghelp/msc: Support S_SEPCODE codeview record. 2021-11-15 20:02:04 +01:00
path.c dbghelp: Use wide string literals. 2021-10-19 20:55:41 +02:00
pe_module.c dbghelp: Move debug info loading out of image backends into SymLoadModuleEx(). 2021-11-16 22:14:24 +01:00
source.c
stabs.c dbghelp: Use cpu from debuggee's modules rather than debugger's. 2021-11-08 21:00:57 +01:00
stack.c dbghelp: Implement StackWalkEx for inlined frames. 2021-10-28 18:25:16 +02:00
storage.c
symbol.c dbghelp: Check that we don't add same line number twice. 2021-11-08 21:00:57 +01:00
type.c dbghelp: Silence a couple of C++ oriented requests in SymGetTypeInfo(). 2021-10-29 21:28:32 +02:00
version.rc
wdbgexts.h