Home
last modified time | relevance | path

Searched refs:PlatformSP (Results 1 – 25 of 52) sorted by relevance

123

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp343 PlatformSP platform_sp(GetSP()); in GetName()
349 lldb::PlatformSP SBPlatform::GetSP() const { return m_opaque_sp; } in GetSP()
351 void SBPlatform::SetSP(const lldb::PlatformSP &platform_sp) { in SetSP()
358 PlatformSP platform_sp(GetSP()); in GetWorkingDirectory()
367 PlatformSP platform_sp(GetSP()); in SetWorkingDirectory()
382 PlatformSP platform_sp(GetSP()); in ConnectRemote()
396 PlatformSP platform_sp(GetSP()); in DisconnectRemote()
404 PlatformSP platform_sp(GetSP()); in IsConnected()
413 PlatformSP platform_sp(GetSP()); in GetTriple()
428 PlatformSP platform_sp(GetSP()); in GetOSBuild()
[all …]
H A DSBUnixSignals.cpp30 SBUnixSignals::SBUnixSignals(PlatformSP &platform_sp) in SBUnixSignals()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h101 static lldb::PlatformSP GetHostPlatform();
105 static void SetHostPlatform(const lldb::PlatformSP &platform_sp);
107 static lldb::PlatformSP Create(llvm::StringRef name);
1075 void Append(const lldb::PlatformSP &platform_sp, bool set_selected) { in Append()
1087 lldb::PlatformSP GetAtIndex(uint32_t idx) { in GetAtIndex()
1088 lldb::PlatformSP platform_sp; in GetAtIndex()
1103 lldb::PlatformSP GetSelectedPlatform() { in GetSelectedPlatform()
1111 void SetSelectedPlatform(const lldb::PlatformSP &platform_sp) { in SetSelectedPlatform()
1126 lldb::PlatformSP GetOrCreate(llvm::StringRef name);
1127 lldb::PlatformSP GetOrCreate(const ArchSpec &arch,
[all …]
H A DTargetList.h99 lldb::PlatformSP &platform_sp, lldb::TargetSP &target_sp);
212 lldb::PlatformSP &platform_sp,
H A DRemoteAwarePlatform.h106 lldb::PlatformSP m_remote_platform_sp;
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBPlatform.h197 lldb::PlatformSP GetSP() const;
199 void SetSP(const lldb::PlatformSP &platform_sp);
202 const std::function<lldb_private::Status(const lldb::PlatformSP &)>
205 lldb::PlatformSP m_opaque_sp;
H A DSBUnixSignals.h59 SBUnixSignals(lldb::PlatformSP &platform_sp);
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp43 PlatformSP PlatformOpenBSD::CreateInstance(bool force, const ArchSpec *arch) { in CreateInstance()
70 return PlatformSP(new PlatformOpenBSD(false)); in CreateInstance()
72 return PlatformSP(); in CreateInstance()
86 PlatformSP default_platform_sp(new PlatformOpenBSD(true)); in Initialize()
H A DPlatformOpenBSD.h26 static lldb::PlatformSP CreateInstance(bool force, const ArchSpec *arch);
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp179 PlatformSP platform_sp(m_platform_options.CreatePlatformWithOptions( in DoExecute()
217 PlatformSP host_platform_sp(Platform::GetHostPlatform()); in DoExecute()
254 PlatformSP platform_sp; in DoExecute()
287 PlatformSP platform_sp( in DoExecute()
308 PlatformSP platform_sp( in GetOptions()
332 PlatformSP platform_sp( in DoExecute()
391 PlatformSP platform_sp( in DoExecute()
425 PlatformSP platform_sp( in DoExecute()
473 PlatformSP platform_sp( in DoExecute()
526 PlatformSP platform_sp( in DoExecute()
[all …]
H A DCommandOptionsProcessLaunch.cpp96 PlatformSP platform_sp = in SetOptionValue()
97 target_sp ? target_sp->GetPlatform() : PlatformSP(); in SetOptionValue()
H A DCommandCompletions.cpp530 lldb::PlatformSP platform_sp = in RemoteDiskFiles()
539 lldb::PlatformSP platform_sp = in RemoteDiskDirectories()
716 lldb::PlatformSP platform_sp(interpreter.GetPlatform(true)); in ProcessIDs()
730 lldb::PlatformSP platform_sp(interpreter.GetPlatform(true)); in ProcessNames()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/AIX/
H A DPlatformAIX.cpp51 PlatformSP PlatformAIX::CreateInstance(bool force, const ArchSpec *arch) { in CreateInstance()
61 return PlatformSP(new PlatformAIX(false)); in CreateInstance()
63 return PlatformSP(); in CreateInstance()
77 PlatformSP default_platform_sp(new PlatformAIX(true)); in Initialize()
H A DPlatformAIX.h26 static lldb::PlatformSP CreateInstance(bool force, const ArchSpec *arch);
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupPlatform.cpp18 PlatformSP OptionGroupPlatform::CreatePlatformWithOptions( in CreatePlatformWithOptions()
23 PlatformSP platform_sp; in CreatePlatformWithOptions()
130 const lldb::PlatformSP &platform_sp) const { in PlatformMatches()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp48 PlatformSP PlatformFreeBSD::CreateInstance(bool force, const ArchSpec *arch) { in CreateInstance()
75 return PlatformSP(new PlatformFreeBSD(false)); in CreateInstance()
77 return PlatformSP(); in CreateInstance()
91 PlatformSP default_platform_sp(new PlatformFreeBSD(true)); in Initialize()
H A DPlatformFreeBSD.h27 static lldb::PlatformSP CreateInstance(bool force, const ArchSpec *arch);
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupPlatform.h36 lldb::PlatformSP CreatePlatformWithOptions(CommandInterpreter &interpreter,
62 bool PlatformMatches(const lldb::PlatformSP &platform_sp) const;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp56 static PlatformSP &GetHostPlatformSP() { in GetHostPlatformSP()
57 static PlatformSP g_platform_sp; in GetHostPlatformSP()
134 PlatformSP Platform::GetHostPlatform() { return GetHostPlatformSP(); } in GetHostPlatform()
145 void Platform::SetHostPlatform(const lldb::PlatformSP &platform_sp) { in SetHostPlatform()
216 PlatformSP Platform::Create(llvm::StringRef name) { in Create()
217 lldb::PlatformSP platform_sp; in Create()
2106 PlatformSP PlatformList::GetOrCreate(llvm::StringRef name) { in GetOrCreate()
2108 for (const PlatformSP &platform_sp : m_platforms) { in GetOrCreate()
2115 PlatformSP PlatformList::GetOrCreate(const ArchSpec &arch, in GetOrCreate()
2141 PlatformSP platform_sp = create_callback(false, &arch); in GetOrCreate()
[all …]
H A DTargetList.cpp65 PlatformSP &platform_sp, TargetSP &target_sp) { in CreateTarget()
84 PlatformSP platform_sp = platform_list.GetSelectedPlatform(); in CreateTargetInternal()
183 std::vector<PlatformSP> candidates; in CreateTargetInternal()
187 if (PlatformSP platform_for_archs_sp = in CreateTargetInternal()
251 lldb::PlatformSP &platform_sp, in CreateTargetInternal()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp43 PlatformSP PlatformNetBSD::CreateInstance(bool force, const ArchSpec *arch) { in CreateInstance()
64 return PlatformSP(new PlatformNetBSD(false)); in CreateInstance()
66 return PlatformSP(); in CreateInstance()
80 PlatformSP default_platform_sp(new PlatformNetBSD(true)); in Initialize()
H A DPlatformNetBSD.h27 static lldb::PlatformSP CreateInstance(bool force, const ArchSpec *arch);
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp101 PlatformSP PlatformQemuUser::CreateInstance(bool force, const ArchSpec *arch) { in CreateInstance()
103 return PlatformSP(new PlatformQemuUser()); in CreateInstance()
H A DPlatformQemuUser.h73 static lldb::PlatformSP CreateInstance(bool force, const ArchSpec *arch);
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp73 PlatformSP PlatformRemoteGDBServer::CreateInstance(bool force, in CreateInstance()
80 return PlatformSP(new PlatformRemoteGDBServer()); in CreateInstance()
81 return PlatformSP(); in CreateInstance()

123