Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp344 PlatformSP platform_sp(GetSP()); in GetName()
359 PlatformSP platform_sp(GetSP()); in GetWorkingDirectory()
368 PlatformSP platform_sp(GetSP()); in SetWorkingDirectory()
383 PlatformSP platform_sp(GetSP()); in ConnectRemote()
397 PlatformSP platform_sp(GetSP()); in DisconnectRemote()
405 PlatformSP platform_sp(GetSP()); in IsConnected()
414 PlatformSP platform_sp(GetSP()); in GetTriple()
429 PlatformSP platform_sp(GetSP()); in GetOSBuild()
444 PlatformSP platform_sp(GetSP()); in GetOSDescription()
459 PlatformSP platform_sp(GetSP()); in GetHostname()
[all …]
H A DSBUnixSignals.cpp30 SBUnixSignals::SBUnixSignals(PlatformSP &platform_sp) in SBUnixSignals()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h96 static lldb::PlatformSP GetHostPlatform();
102 static lldb::PlatformSP Create(llvm::StringRef name);
1042 lldb::PlatformSP GetAtIndex(uint32_t idx) { in GetAtIndex()
1043 lldb::PlatformSP platform_sp; in GetAtIndex()
1058 lldb::PlatformSP GetSelectedPlatform() { in GetSelectedPlatform()
1081 lldb::PlatformSP GetOrCreate(llvm::StringRef name);
1082 lldb::PlatformSP GetOrCreate(const ArchSpec &arch,
1085 lldb::PlatformSP GetOrCreate(const ArchSpec &arch,
1105 lldb::PlatformSP Create(llvm::StringRef name);
1134 typedef std::vector<lldb::PlatformSP> collection;
[all …]
H A DTargetList.h100 lldb::PlatformSP &platform_sp, lldb::TargetSP &target_sp);
213 lldb::PlatformSP &platform_sp,
H A DRemoteAwarePlatform.h105 lldb::PlatformSP m_remote_platform_sp;
H A DTarget.h1431 lldb::PlatformSP GetPlatform() { return m_platform_sp; } in GetPlatform()
1433 void SetPlatform(const lldb::PlatformSP &platform_sp) { in SetPlatform()
1529 lldb::PlatformSP m_platform_sp; ///< The platform for this target.
1615 const lldb::PlatformSP &platform_sp, bool is_dummy_target);
/freebsd-14.2/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-14.2/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-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp255 PlatformSP platform_sp; in DoExecute()
289 PlatformSP platform_sp( in DoExecute()
310 PlatformSP platform_sp( in GetOptions()
334 PlatformSP platform_sp( in DoExecute()
393 PlatformSP platform_sp( in DoExecute()
428 PlatformSP platform_sp( in DoExecute()
486 PlatformSP platform_sp( in DoExecute()
540 PlatformSP platform_sp( in DoExecute()
583 PlatformSP platform_sp( in DoExecute()
678 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.cpp506 lldb::PlatformSP platform_sp = in RemoteDiskFiles()
515 lldb::PlatformSP platform_sp = in RemoteDiskDirectories()
692 lldb::PlatformSP platform_sp(interpreter.GetPlatform(true)); in ProcessIDs()
706 lldb::PlatformSP platform_sp(interpreter.GetPlatform(true)); in ProcessNames()
/freebsd-14.2/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-14.2/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-14.2/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;
H A DOptions.h127 lldb::PlatformSP platform_sp,
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp56 static PlatformSP &GetHostPlatformSP() { in GetHostPlatformSP()
57 static PlatformSP g_platform_sp; in GetHostPlatformSP()
250 PlatformSP Platform::Create(llvm::StringRef name) { in Create()
251 lldb::PlatformSP platform_sp; in Create()
2144 for (const PlatformSP &platform_sp : m_platforms) { in GetOrCreate()
2151 PlatformSP PlatformList::GetOrCreate(const ArchSpec &arch, in GetOrCreate()
2177 PlatformSP platform_sp = create_callback(false, &arch); in GetOrCreate()
2202 PlatformSP PlatformList::GetOrCreate(const ArchSpec &arch, in GetOrCreate()
2263 PlatformSP PlatformList::Create(llvm::StringRef name) { in Create()
2265 PlatformSP platform_sp = Platform::Create(name); in Create()
[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()
250 lldb::PlatformSP &platform_sp, in CreateTargetInternal()
/freebsd-14.2/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-14.2/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-14.2/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()

12