dbghelp: Support SLMFLAG_NO_SYMBOLS in SymLoadModuleEx*().
commit61f9f5a05f6d61c9504688a08ab486957737786f
authorEric Pouech <epouech@codeweavers.com>
Wed, 17 Jan 2024 13:29:36 +0000 (17 14:29 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 7 Mar 2024 21:56:12 +0000 (7 22:56 +0100)
tree3293a5e17209817e9978438109ee324371919153
parent51a0aaeff43444e81a8698cb85f6b1dbf095326f
dbghelp: Support SLMFLAG_NO_SYMBOLS in SymLoadModuleEx*().

Also correctly handling ImageName (the passed image name
in SymLoadModule) and LoadedImageName, which is only set when
debug info have been loaded (and is always an absolute path,
contrary to ImageName which can be relative).

Signed-off-by: Eric Pouech <epouech@codeweavers.com>
dlls/dbghelp/dbghelp_private.h
dlls/dbghelp/module.c
dlls/dbghelp/msc.c
dlls/dbghelp/path.c
dlls/dbghelp/pe_module.c
dlls/dbghelp/tests/path.c