Searched refs:GetPlatformList (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp176 GetDebugger().GetPlatformList().SetSelectedPlatform(platform_sp);
261 platform_sp = GetDebugger().GetPlatformList().GetSelectedPlatform();
290 GetDebugger().GetPlatformList().GetSelectedPlatform());
315 GetDebugger().GetPlatformList().GetSelectedPlatform());
339 GetDebugger().GetPlatformList().GetSelectedPlatform());
406 GetDebugger().GetPlatformList().GetSelectedPlatform());
441 GetDebugger().GetPlatformList().GetSelectedPlatform());
490 GetDebugger().GetPlatformList().GetSelectedPlatform());
544 GetDebugger().GetPlatformList().GetSelectedPlatform());
589 GetDebugger().GetPlatformList()
[all...]
H A DCommandObjectProcess.cpp379 GetDebugger().GetPlatformList().GetSelectedPlatform());
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupPlatform.cpp40 interpreter.GetDebugger().GetPlatformList().Append(platform_sp,
H A DCommandInterpreter.cpp2190 platform_sp = m_debugger.GetPlatformList().GetSelectedPlatform();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DTargetList.cpp100 platform_sp = debugger.GetPlatformList().GetSelectedPlatform();
269 debugger.GetPlatformList().SetSelectedPlatform(platform_sp);
280 debugger.GetPlatformList().SetSelectedPlatform(platform_sp);
337 platform_sp = debugger.GetPlatformList().GetSelectedPlatform();
H A DPlatform.cpp137 static std::vector<PlatformSP> &GetPlatformList() { function
153 GetPlatformList().clear();
170 GetPlatformList().push_back(platform_sp);
281 for (const auto &platform_sp : GetPlatformList()) {
310 GetPlatformList().push_back(platform_sp);
324 for (const auto &platform_sp : GetPlatformList()) {
331 for (const auto &platform_sp : GetPlatformList()) {
350 GetPlatformList().push_back(platform_sp);
365 GetPlatformList().push_back(platform_sp);
H A DTarget.cpp3048 GetDebugger().GetPlatformList().GetSelectedPlatform();
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp942 m_opaque_sp->GetPlatformList().GetSelectedPlatform().get(), arch_name);
1022 sb_platform.SetSP(debugger_sp->GetPlatformList().GetSelectedPlatform());
1039 debugger_sp->GetPlatformList().SetSelectedPlatform(sb_platform.GetSP());
1053 return m_opaque_sp->GetPlatformList().GetSize();
1065 sb_platform.SetSP(m_opaque_sp->GetPlatformList().GetAtIndex(idx));
1445 m_opaque_sp->GetPlatformList().SetSelectedPlatform(platform_sp);
1452 m_opaque_sp->GetPlatformList().Append(platform_sp, make_selected);
1471 m_opaque_sp->GetPlatformList().GetSelectedPlatform());
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h181 PlatformList &GetPlatformList() { return m_platform_list; } function in class:lldb_private::Debugger

Completed in 217 milliseconds