Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptionGroupPlatform.cpp49 platforms.SetSelectedPlatform(platform_sp); in CreatePlatformWithOptions()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTargetList.cpp223 platform_list.SetSelectedPlatform(platform_sp); in CreateTargetInternal()
234 platform_list.SetSelectedPlatform(platform_sp); in CreateTargetInternal()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBDebugger.i336 SetSelectedPlatform(lldb::SBPlatform &platform);
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBDebugger.h229 void SetSelectedPlatform(lldb::SBPlatform &platform);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBDebugger.cpp1107 void SBDebugger::SetSelectedPlatform(SBPlatform &sb_platform) { in SetSelectedPlatform() function in SBDebugger
1114 debugger_sp->GetPlatformList().SetSelectedPlatform(sb_platform.GetSP()); in SetSelectedPlatform()
1502 platforms.SetSelectedPlatform(platform_sp); in SetCurrentPlatform()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DPlatform.h1017 void SetSelectedPlatform(const lldb::PlatformSP &platform_sp) { in SetSelectedPlatform() function
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectPlatform.cpp179 GetDebugger().GetPlatformList().SetSelectedPlatform(platform_sp); in DoExecute()
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py863 self.dbg.SetSelectedPlatform(lldb.selected_platform)