Sweden-Number/dlls/dbghelp
Conor McCarthy 9d3687ad32 dbghelp: Return NULL instead of IMAGE_NO_MAP when PE file mapping fails.
A NULL test is always applied to the return value from pe_map_full(), but
IMAGE_NO_MAP is not NULL, it is ((void*)-1).

Signed-off-by: Conor McCarthy <cmccarthy@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-08-02 10:52:03 +02:00
..
tests
Makefile.in dbghelp: Use RtlComputeCrc32(). 2019-08-02 10:52:03 +02:00
coff.c
cpu_arm.c
cpu_arm64.c
cpu_i386.c
cpu_ppc.c
cpu_x86_64.c
dbghelp.c dbghelp: Use RtlComputeCrc32(). 2019-08-02 10:52:03 +02:00
dbghelp.spec dbghelp: Add SymGetExtendedOption/SymSetExtendedOption stubs. 2019-06-10 12:29:21 +02:00
dbghelp_private.h dbghelp: Use RtlComputeCrc32(). 2019-08-02 10:52:03 +02:00
dwarf.c dbghelp/dwarf: Use debugstr_a() to trace external strings. 2018-09-24 10:24:18 +02:00
dwarf.h
elf_module.c dbghelp: Set correct values in symt_fill_sym_info (SYMBOL_INFO). 2018-11-26 12:29:26 +01:00
image.c
image_private.h
macho_module.c include: Get rid of the DPRINTF() macro. 2019-04-08 19:34:44 +02:00
minidump.c include: Move inline assembly definitions to a new wine/asm.h header. 2019-05-14 13:45:07 +02:00
module.c dbghelp: Use internal flag for loading native files. 2019-06-10 12:29:30 +02:00
msc.c dbghelp: Support S_HEAPALLOCSITE entry. 2019-06-06 19:01:27 +02:00
path.c dbghelp: Return a Unicode path in path_find_symbol_file(). 2018-11-15 14:24:58 +01:00
pe_module.c dbghelp: Return NULL instead of IMAGE_NO_MAP when PE file mapping fails. 2019-08-02 10:52:03 +02:00
source.c
stabs.c
stack.c
storage.c
symbol.c dbghelp: Return a dos path from SymGetLineFromAddr. 2019-06-17 22:45:03 +02:00
type.c
version.rc
wdbgexts.h