Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTargetList.cpp263 debugger.GetPlatformList().SetSelectedPlatform(platform_sp); in CreateTargetInternal()
273 debugger.GetPlatformList().SetSelectedPlatform(platform_sp); in CreateTargetInternal()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebugger.i312 SetSelectedPlatform(lldb::SBPlatform &platform);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h201 void SetSelectedPlatform(lldb::SBPlatform &platform);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1073 void SBDebugger::SetSelectedPlatform(SBPlatform &sb_platform) { in SetSelectedPlatform() function in SBDebugger
1074 LLDB_RECORD_METHOD(void, SBDebugger, SetSelectedPlatform, in SetSelectedPlatform()
1081 debugger_sp->GetPlatformList().SetSelectedPlatform(sb_platform.GetSP()); in SetSelectedPlatform()
1486 m_opaque_sp->GetPlatformList().SetSelectedPlatform(platform_sp); in SetCurrentPlatform()
1823 LLDB_REGISTER_METHOD(void, SBDebugger, SetSelectedPlatform, in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h997 void SetSelectedPlatform(const lldb::PlatformSP &platform_sp) { in SetSelectedPlatform() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp177 GetDebugger().GetPlatformList().SetSelectedPlatform(platform_sp); in DoExecute()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp19109 (arg1)->SetSelectedPlatform(*arg2); in _wrap_SBDebugger_SetSelectedPlatform()