2 Commits

Author SHA1 Message Date
Charles Zablit
0ec4aa51dd
[lldb][windows] switch to using std::string instead of std::wstring in Python setup (#180786)
This patch changes the return type of methods returning `std:wstring` to
`std::string` in `PythonPathSetup.cpp`.

This follows lldb's style of converting to `std::wstring` at the last
moment.
2026-02-11 14:23:38 +01:00
Charles Zablit
67e571df8c
[lldb-dap][windows] add support for out of PATH python.dll resolution (#179306) 2026-02-10 16:45:36 +01:00