Sweden-Number/dlls/dbghelp
Rémi Bernon 774ee4734a dbghelp: Ignore missing debug info in SymInitializeW.
When fInvadeProcess is used, we return an error if the target process
is found but its debug info is not. We should only return an error if
the process is not found.

This fixes a SymInitializeW popup error on Hard Reset Redux startup.

Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-08-01 10:02:16 +02:00
..
tests
Makefile.in dbghelp: Remove support for PPC32. 2020-06-17 16:46:14 +02:00
coff.c dbghelp: Remove unneeded includes. 2020-04-06 21:21:42 +02:00
cpu_arm.c dbghelp: Pass module to map_dwarf_register. 2020-03-30 12:09:09 +02:00
cpu_arm64.c dbghelp: Pass module to map_dwarf_register. 2020-03-30 12:09:09 +02:00
cpu_i386.c dbghelp: Use DWARF registry mapping quirk only for actual macho modules. 2020-03-30 12:09:09 +02:00
cpu_x86_64.c dbghelp: Introduce read_process_memory helper. 2020-04-06 21:21:42 +02:00
dbghelp.c dbghelp: Ignore missing debug info in SymInitializeW. 2020-08-01 10:02:16 +02:00
dbghelp.spec dbghelp: Fix MiniDumpWriteDump spec file entry. 2020-01-08 21:57:15 +01:00
dbghelp_private.h dbghelp: Use debuggee environment in search_unix_path. 2020-05-13 22:07:32 +02:00
dwarf.c dbghelp: Get rid of no longer needed HAVE_ZLIB checks. 2020-04-07 09:13:51 +02:00
dwarf.h
elf_module.c dbghelp: Use debuggee environment in search_unix_path. 2020-05-13 22:07:32 +02:00
image.c dbghelp: Remove unneeded includes. 2020-04-06 21:21:42 +02:00
image_private.h dbghelp: Fix GCC warnings in macho_module.c. 2020-04-06 21:21:42 +02:00
inflate.c dbghelp: Import zlib inflate code. 2020-04-06 21:21:42 +02:00
macho_module.c dbghelp: Use debuggee environment in search_unix_path. 2020-05-13 22:07:32 +02:00
minidump.c dbghelp: Remove unneeded includes. 2020-04-06 21:21:42 +02:00
module.c dbghelp: Build with ucrtbase. 2020-04-06 21:21:42 +02:00
msc.c dbghelp: Use stricmp() instead of _strnicmp(..., -1). 2020-04-07 14:26:19 +02:00
path.c dbghelp: Use debuggee environment in search_unix_path. 2020-05-13 22:07:32 +02:00
pe_module.c dbghelp: Use debuggee environment variables in search_dll_path. 2020-04-09 21:04:05 +02:00
source.c dbghelp: Remove unneeded includes. 2020-04-06 21:21:42 +02:00
stabs.c dbghelp: Get rid of no longer needed #ifdefs. 2020-04-07 09:13:59 +02:00
stack.c dbghelp: Remove unneeded includes. 2020-04-06 21:21:42 +02:00
storage.c dbghelp: Remove unneeded includes. 2020-04-06 21:21:42 +02:00
symbol.c dbghelp: Make qsort callback explicitly cdecl. 2020-04-07 09:14:17 +02:00
type.c dbghelp: Remove unneeded includes. 2020-04-06 21:21:42 +02:00
version.rc
wdbgexts.h
zlib.h dbghelp: Import zlib inflate code. 2020-04-06 21:21:42 +02:00