[Lldb-commits] [lldb] [lldb][Windows] Fixed unresolved test lldb-api python_api/debugger/TestDebuggerAPI.py (PR #90580)
Alex Langford via lldb-commits
lldb-commits at lists.llvm.org
Tue Apr 30 10:14:49 PDT 2024
https://github.com/bulbazord requested changes to this pull request.
I don't think this is the right thing to do. `SBDebugger::CreateTarget` takes a `platform_name` argument which we're already setting to "remote-linux". If `target1.GetPlatform()` doesn't return the SBPlatform for `remote-linux` then I would think that's the actual bug.
https://github.com/llvm/llvm-project/pull/90580
More information about the lldb-commits
mailing list