[PATCH 1/2] dbghelp: Try loading builtin modules from unix installation.

Jacek Caban jacek at codeweavers.com
Tue Mar 10 08:54:31 CDT 2020


Signed-off-by: Jacek Caban <jacek at codeweavers.com>
---

Remapping itself helps in situations when prefix and actual installation 
version is out of sync. This patch does not take into account forcing 
builtin PE to be loaded as native, but there is not much we can do about it.

It also allows symbol lookup to be done using real path like in patch 2. 
I also plan to add that to GNU debug links, but it needs more work to 
handle PE files anyway.

  dlls/dbghelp/dbghelp_private.h |  1 +
  dlls/dbghelp/image_private.h   |  1 +
  dlls/dbghelp/module.c          |  1 +
  dlls/dbghelp/pe_module.c       | 84 ++++++++++++++++++++++++++++++++++
  4 files changed, 87 insertions(+)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-dbghelp-Try-loading-builtin-modules-from-unix-installa.txt
Type: text/x-patch
Size: 7140 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20200310/c7775ab6/attachment.bin>


More information about the wine-devel mailing list