Jacek Caban : dbghelp: Use debuggee environment variables in search_dll_path.

Alexandre Julliard julliard at winehq.org
Thu Apr 9 16:04:48 CDT 2020


Module: wine
Branch: master
Commit: 2b0977fc711e1faadfef69e3a46c2d1848b4826b
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=2b0977fc711e1faadfef69e3a46c2d1848b4826b

Author: Jacek Caban <jacek at 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 at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at 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=2b0977fc711e1faadfef69e3a46c2d1848b4826b



More information about the wine-cvs mailing list