[Lldb-commits] [lldb] [lldb] move XcodeSDK's sysroot into a separate class (PR #144396)

Charles Zablit via lldb-commits lldb-commits at lists.llvm.org
Mon Jun 16 11:08:30 PDT 2025


charles-zablit wrote:

> Is there a follow-up PR already up?

Not yet, the original motivation is this issue on the Swift forums and more specifically this comment: https://forums.swift.org/t/lldb-crashes-during-vs-code-debug-session-on-windows-10/79902/10

`GetSDKPathFromDebugInfo` is not implemented for Windows which prints a non fatal error on non Darwin systems. We want to resolve the SDKs on Windows, which could be `Windows.sdk` or `Android.sdk`.


https://github.com/llvm/llvm-project/pull/144396


More information about the lldb-commits mailing list