On Fri Oct 6 09:43:45 2023 +0000, Alexandre Julliard wrote:
It can be implemented in dbghelp, but I don't think we need to shoehorn it into existing APIs. That's OK if it's just a flag here and there, but if we need more it would be better to export some Wine-specific entry points in dbghelp for things that can't be expressed through the MS API.
I was reluctant to add new entry points because of https://learn.microsoft.com/en-us/windows-hardware/drivers/debugger/writing-... (native dbghelp has a couple of such entry points ; some are just commented out in wine's .spec file). but I guess (paranoids welcomed) we can protect usage of such an API with an extended dbghelp option
I'll update the MR accordingly