Alistair Leslie-Hughes leslie_alistair@hotmail.com writes:
So my current plan is
Have all SymGetLineFromAddr* call SymGetLineFromAddrW64
Implement/Stub functions SymSetExtendedOption/SymGetExtendedOption
(available windows 10)
- Add an internal value into SymSetExtendedOption for winedbg to use
(which doesn't conflict with current values).
Update dbghelp/winedbg to use the internal value.
Return windows path when winedbg isn't in use.
I'd suggest instead to always return Windows paths, and fix winedbg to handle that.