mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-02 21:46:06 +00:00

`SBDebugger().Create()` returns a debugger with only the host platform in its platform list. If the test suite is running for a remote platform, it should be explicitly added and selected in the new debugger created within the test, otherwise, the test will fail because the host platform may not be able to launch the built binary.