wine/dlls/dbghelp
Eric Pouech a89975f731 dbghelp: Expose the real path to the module in SymGetModuleInfo*().
Expose the real path of a loaded module (potentially read from
WINEDLLDIR or WINEBUILDDIR or overriden load order or ...).  This
improves gdb integration by passing the real path to the loaded
modules (instead of the paths in c:\windows\ system subdirectories).
Introduce new Wine only dbghelp's extended option to enable the
feature.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54250
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
2023-01-24 18:25:58 +01:00
..
tests
coff.c
cpu_arm.c
cpu_arm64.c
cpu_i386.c
cpu_x86_64.c
dbghelp.c dbghelp: Expose the real path to the module in SymGetModuleInfo*(). 2023-01-24 18:25:58 +01:00
dbghelp.spec dbghelp: Add partial implementation of SymQueryInlineTrace. 2022-11-18 14:11:50 +01:00
dbghelp_private.h dbghelp: Expose the real path to the module in SymGetModuleInfo*(). 2023-01-24 18:25:58 +01:00
dwarf.c
dwarf.h
elf_module.c
image.c
image_private.h
macho_module.c
Makefile.in
minidump.c
module.c dbghelp: Expose the real path to the module in SymGetModuleInfo*(). 2023-01-24 18:25:58 +01:00
msc.c dbghelp: Fix typos in codeview_is_type_forward(). 2022-11-22 21:51:26 +01:00
path.c dbghelp: Convert of couple more of string literals. 2022-11-21 18:03:53 +01:00
pe_module.c dbghelp: Store path to module image when passed through file handle. 2023-01-24 18:25:54 +01:00
source.c
stabs.c
stack.c dbghelp: Implement SymAddrIncludeInlineTrace(). 2022-11-18 14:11:50 +01:00
storage.c
symbol.c dbghelp: Add partial implementation of SymQueryInlineTrace. 2022-11-18 14:11:50 +01:00
type.c
version.rc