Searched refs:PlatformSP (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-10.1-release/contrib/llvm/tools/lldb/source/API/
H A DSBPlatform.cpp294 PlatformSP platform_sp(GetSP());
300 lldb::PlatformSP
307 SBPlatform::SetSP (const lldb::PlatformSP& platform_sp)
315 PlatformSP platform_sp(GetSP());
324 PlatformSP platform_sp(GetSP());
340 PlatformSP platform_sp(GetSP());
357 PlatformSP platform_sp(GetSP());
365 PlatformSP platform_sp(GetSP());
374 PlatformSP platform_sp(GetSP());
390 PlatformSP platform_s
[all...]
H A DSBDebugger.cpp710 PlatformSP platform_sp(m_opaque_sp->GetPlatformList().GetSelectedPlatform());
1179 PlatformSP platform_sp (Platform::Create (platform_name, sb_error.ref()));
1195 PlatformSP platform_sp (m_opaque_sp->GetPlatformList().GetSelectedPlatform());
H A DSBTarget.cpp837 PlatformSP platform_sp = target_sp->GetPlatform();
965 PlatformSP platform_sp = target_sp->GetPlatform();
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBPlatform.h187 lldb::PlatformSP
191 SetSP (const lldb::PlatformSP& platform_sp);
193 lldb::PlatformSP m_opaque_sp;
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPlatform.h59 static lldb::PlatformSP
62 static lldb::PlatformSP
70 SetDefaultPlatform (const lldb::PlatformSP &platform_sp);
72 static lldb::PlatformSP
75 static lldb::PlatformSP
81 static lldb::PlatformSP
1017 Append (const lldb::PlatformSP &platform_sp, bool set_selected)
1032 lldb::PlatformSP
1035 lldb::PlatformSP platform_sp;
1053 lldb::PlatformSP
[all...]
H A DTargetList.h118 lldb::PlatformSP &platform_sp,
H A DTarget.h486 const lldb::PlatformSP &platform_sp);
1250 lldb::PlatformSP
1257 SetPlatform (const lldb::PlatformSP &platform_sp)
1282 lldb::PlatformSP m_platform_sp; ///< The platform for this target.
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionGroupPlatform.cpp25 PlatformSP
32 PlatformSP platform_sp;
H A DCommandInterpreter.cpp2411 PlatformSP
2414 PlatformSP platform_sp;
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionGroupPlatform.h61 lldb::PlatformSP
H A DCommandInterpreter.h317 lldb::PlatformSP
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp32 static PlatformSP&
35 static PlatformSP g_default_platform_sp;
45 static std::vector<PlatformSP> &
48 static std::vector<PlatformSP> g_remote_connected_platforms;
69 PlatformSP
76 Platform::SetDefaultPlatform (const lldb::PlatformSP &platform_sp)
153 PlatformSP
157 lldb::PlatformSP platform_sp;
173 PlatformSP
176 lldb::PlatformSP platform_s
[all...]
H A DTargetList.cpp71 PlatformSP platform_sp;
192 PlatformSP &platform_sp,
H A DTarget.cpp66 Target::Target(Debugger &debugger, const ArchSpec &target_arch, const lldb::PlatformSP &platform_sp) :
2213 PlatformSP platform_sp (GetPlatform());
2348 PlatformSP platform_sp (GetPlatform());
2740 PlatformSP platform_sp (m_target->GetPlatform());
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectPlatform.cpp248 PlatformSP platform_sp (m_platform_options.CreatePlatformWithOptions (m_interpreter, ArchSpec(), select, error, platform_arch));
305 PlatformSP host_platform_sp (Platform::GetDefaultPlatform());
360 PlatformSP platform_sp;
409 PlatformSP platform_sp (m_interpreter.GetDebugger().GetPlatformList().GetSelectedPlatform());
435 PlatformSP platform_sp (m_interpreter.GetDebugger().GetPlatformList().GetSelectedPlatform());
472 PlatformSP platform_sp (m_interpreter.GetDebugger().GetPlatformList().GetSelectedPlatform());
554 PlatformSP platform_sp (m_interpreter.GetDebugger().GetPlatformList().GetSelectedPlatform());
610 PlatformSP platform_sp (m_interpreter.GetDebugger().GetPlatformList().GetSelectedPlatform());
678 PlatformSP platform_sp (m_interpreter.GetDebugger().GetPlatformList().GetSelectedPlatform());
749 PlatformSP platform_s
[all...]
H A DCommandObjectProcess.cpp405 PlatformSP platform_sp (m_interpreter.GetPlatform (true));
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.h167 lldb::PlatformSP m_remote_platform_sp; // Allow multiple ways to connect to a remote freebsd OS
H A DPlatformFreeBSD.cpp124 PlatformSP default_platform_sp (new PlatformFreeBSD(true));
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.h120 lldb::PlatformSP m_remote_platform_sp; // Allow multiple ways to connect to a remote POSIX-compliant OS
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServer.h41 const lldb::PlatformSP& platform_sp);
192 lldb::PlatformSP m_platform_sp;
H A DProcessGDBRemote.cpp755 PlatformSP platform_sp (m_target.GetPlatform());
1921 PlatformSP platform_sp = GetTarget().GetPlatform();
2034 PlatformSP platform_sp(GetTarget().GetPlatform());
3023 PlatformSP platform_sp (m_target.GetPlatform());
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIX.cpp131 PlatformSP platform_sp (m_target.GetPlatform ());
358 PlatformSP platform_sp (target->GetPlatform());
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h334 typedef std::shared_ptr<lldb_private::Platform> PlatformSP; typedef in namespace:lldb
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Core/
H A DModule.cpp1432 PlatformSP platform_sp(target->GetPlatform());
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLLDB.cpp1025 PlatformSP platform_sp (process->GetTarget().GetPlatform());

Completed in 307 milliseconds

12