Module: wine Branch: master Commit: 2b0977fc711e1faadfef69e3a46c2d1848b4826b URL: https://source.winehq.org/git/wine.git/?a=commit;h=2b0977fc711e1faadfef69e3a...
Author: Jacek Caban jacek@codeweavers.com Date: Thu Apr 9 19:59:57 2020 +0200
dbghelp: Use debuggee environment variables in search_dll_path.
This fixes searching wow32 binaries, where debuggee search path is different than debugger's.
Signed-off-by: Jacek Caban jacek@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/dbghelp/dbghelp.c | 75 ++++++++++++++++++++++++++++++++++++++---- dlls/dbghelp/dbghelp_private.h | 5 ++- dlls/dbghelp/elf_module.c | 2 +- dlls/dbghelp/macho_module.c | 2 +- dlls/dbghelp/path.c | 18 +++++----- dlls/dbghelp/pe_module.c | 2 +- 6 files changed, 86 insertions(+), 18 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=2b0977fc711e1faadfef6...