Home
last modified time | relevance | path

Searched refs:GetPlatformList (Results 1 – 11 of 11) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp286 GetDebugger().GetPlatformList().GetSelectedPlatform()); in DoExecute()
308 GetDebugger().GetPlatformList().GetSelectedPlatform()); in GetOptions()
332 GetDebugger().GetPlatformList().GetSelectedPlatform()); in DoExecute()
396 GetDebugger().GetPlatformList().GetSelectedPlatform()); in DoExecute()
430 GetDebugger().GetPlatformList().GetSelectedPlatform()); in DoExecute()
486 GetDebugger().GetPlatformList().GetSelectedPlatform()); in DoExecute()
538 GetDebugger().GetPlatformList().GetSelectedPlatform()); in DoExecute()
580 GetDebugger().GetPlatformList().GetSelectedPlatform()); in DoExecute()
670 GetDebugger().GetPlatformList().GetSelectedPlatform()); in DoExecute()
829 GetDebugger().GetPlatformList().GetSelectedPlatform()); in DoExecute()
[all …]
H A DCommandCompletions.cpp498 interpreter.GetDebugger().GetPlatformList().GetSelectedPlatform(); in RemoteDiskFiles()
507 interpreter.GetDebugger().GetPlatformList().GetSelectedPlatform(); in RemoteDiskDirectories()
H A DCommandObjectProcess.cpp357 GetDebugger().GetPlatformList().GetSelectedPlatform()); in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTargetList.cpp83 PlatformSP platform_sp = debugger.GetPlatformList().GetSelectedPlatform(); in CreateTargetInternal()
263 debugger.GetPlatformList().SetSelectedPlatform(platform_sp); in CreateTargetInternal()
273 debugger.GetPlatformList().SetSelectedPlatform(platform_sp); in CreateTargetInternal()
306 platform_sp = debugger.GetPlatformList().GetSelectedPlatform(); in CreateTargetInternal()
H A DPlatform.cpp137 static std::vector<PlatformSP> &GetPlatformList() { in GetPlatformList() function
153 GetPlatformList().clear(); in Terminate()
170 GetPlatformList().push_back(platform_sp); in SetHostPlatform()
281 for (const auto &platform_sp : GetPlatformList()) { in Find()
310 GetPlatformList().push_back(platform_sp); in Create()
324 for (const auto &platform_sp : GetPlatformList()) { in Create()
331 for (const auto &platform_sp : GetPlatformList()) { in Create()
350 GetPlatformList().push_back(platform_sp); in Create()
365 GetPlatformList().push_back(platform_sp); in Create()
H A DTarget.cpp3149 GetDebugger().GetPlatformList().GetSelectedPlatform(); in Attach()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp850 PlatformSP platform_sp = m_opaque_sp->GetPlatformList() in CreateTargetWithFileAndArch()
984 m_opaque_sp->GetPlatformList().GetSelectedPlatform().get(), arch_name); in FindTargetWithFileAndArch()
1064 sb_platform.SetSP(debugger_sp->GetPlatformList().GetSelectedPlatform()); in GetSelectedPlatform()
1081 debugger_sp->GetPlatformList().SetSelectedPlatform(sb_platform.GetSP()); in SetSelectedPlatform()
1095 return m_opaque_sp->GetPlatformList().GetSize(); in GetNumPlatforms()
1107 sb_platform.SetSP(m_opaque_sp->GetPlatformList().GetAtIndex(idx)); in GetPlatformAtIndex()
1486 m_opaque_sp->GetPlatformList().SetSelectedPlatform(platform_sp); in SetCurrentPlatform()
1493 m_opaque_sp->GetPlatformList().Append(platform_sp, make_selected); in SetCurrentPlatform()
1512 m_opaque_sp->GetPlatformList().GetSelectedPlatform()); in SetCurrentPlatformSDKRoot()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupPlatform.cpp40 interpreter.GetDebugger().GetPlatformList().Append(platform_sp, in CreatePlatformWithOptions()
H A DCommandInterpreter.cpp2226 platform_sp = m_debugger.GetPlatformList().GetSelectedPlatform(); in GetPlatform()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h225 PlatformList &GetPlatformList() { return m_platform_list; } in GetPlatformList() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp1579 PlatformSP platform_sp = debugger.GetPlatformList().GetSelectedPlatform(); in PlatformPluginFieldDelegate()