Jacek Caban : dbghelp: Use Windows API to map macho files.

Ken Thomases ken at codeweavers.com
Sun Mar 22 23:55:36 CDT 2020


I assume that this and your other recent dbghelp changes are to get it building as PE, right?

That's a little unfortunate since it should really use libunwind on macOS (and maybe Android?).  I've got a partial implementation of that lying around somewhere.  I guess we'll eventually have some mechanism to have a DLL partially implemented with host libraries and that will have to do. :-/

-Ken

> On Mar 19, 2020, at 4:27 PM, Alexandre Julliard <julliard at winehq.org> wrote:
> 
> Module: wine
> Branch: master
> Commit: ebf57f01f4890b726a0af702ab7751258f5ab03d
> URL:    https://source.winehq.org/git/wine.git/?a=commit;h=ebf57f01f4890b726a0af702ab7751258f5ab03d
> 
> Author: Jacek Caban <jacek at codeweavers.com>
> Date:   Thu Mar 19 18:35:54 2020 +0100
> 
> dbghelp: Use Windows API to map macho files.
> 
> Signed-off-by: Jacek Caban <jacek at codeweavers.com>
> Signed-off-by: Alexandre Julliard <julliard at winehq.org>
> 
> ---
> 
> dlls/dbghelp/image_private.h |   2 +-
> dlls/dbghelp/macho_module.c  | 136 +++++++++++++++++++------------------------
> 2 files changed, 61 insertions(+), 77 deletions(-)
> 
> Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=ebf57f01f4890b726a0af702ab7751258f5ab03d
> 




More information about the wine-devel mailing list