[PATCH 1/3] dbghelp: Reimplement SymGetLineFromAddrW64

Alexandre Julliard julliard at winehq.org
Wed Jun 5 02:00:15 CDT 2019


Alistair Leslie-Hughes <leslie_alistair at hotmail.com> writes:

> So my current plan is
>
> 1. Have all SymGetLineFromAddr* call SymGetLineFromAddrW64
>
> 2. Implement/Stub functions SymSetExtendedOption/SymGetExtendedOption 
> (available windows 10)
>
> 3. Add an internal value into SymSetExtendedOption for winedbg to use 
> (which doesn't conflict with current values).
>
> 4. Update dbghelp/winedbg to use the internal value.
>
> 5. Return windows path when winedbg isn't in use.

I'd suggest instead to always return Windows paths, and fix winedbg to
handle that.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list