Home
last modified time | relevance | path

Searched refs:SetSelectedPlatform (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/python_api/sbplatform/
H A DTestSBPlatform.py26 self.dbg.SetSelectedPlatform(plat)
46 self.dbg.SetSelectedPlatform(floating_platform)
47 self.dbg.SetSelectedPlatform(orig_platform)
/llvm-project-15.0.7/lldb/test/API/python_api/debugger/
H A DTestDebuggerAPI.py113 self.dbg.SetSelectedPlatform(lldb.SBPlatform("remote-windows"))
132 self.dbg.SetSelectedPlatform(fbsd)
142 self.dbg.SetSelectedPlatform(fbsd)
/llvm-project-15.0.7/lldb/test/API/commands/platform/connect/
H A DTestPlatformConnect.py39 self.dbg.SetSelectedPlatform(new_platform)
/llvm-project-15.0.7/lldb/test/API/commands/target/auto-install-main-executable/
H A DTestAutoInstallMainExecutable.py41 self.dbg.SetSelectedPlatform(new_platform)
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionGroupPlatform.cpp48 platforms.SetSelectedPlatform(platform_sp); in CreatePlatformWithOptions()
/llvm-project-15.0.7/lldb/source/Target/
H A DTargetList.cpp222 platform_list.SetSelectedPlatform(platform_sp); in CreateTargetInternal()
232 platform_list.SetSelectedPlatform(platform_sp); in CreateTargetInternal()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBDebugger.i334 SetSelectedPlatform(lldb::SBPlatform &platform);
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBDebugger.h212 void SetSelectedPlatform(lldb::SBPlatform &platform);
/llvm-project-15.0.7/lldb/source/API/
H A DSBDebugger.cpp1069 void SBDebugger::SetSelectedPlatform(SBPlatform &sb_platform) { in SetSelectedPlatform() function in SBDebugger
1076 debugger_sp->GetPlatformList().SetSelectedPlatform(sb_platform.GetSP()); in SetSelectedPlatform()
1466 platforms.SetSelectedPlatform(platform_sp); in SetCurrentPlatform()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DPlatform.h988 void SetSelectedPlatform(const lldb::PlatformSP &platform_sp) { in SetSelectedPlatform() function
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectPlatform.cpp179 GetDebugger().GetPlatformList().SetSelectedPlatform(platform_sp); in DoExecute()
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py849 self.dbg.SetSelectedPlatform(lldb.selected_platform)