Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp372 PlatformSP platform_sp(GetSP()); in GetName()
387 PlatformSP platform_sp(GetSP()); in GetWorkingDirectory()
397 PlatformSP platform_sp(GetSP()); in SetWorkingDirectory()
413 PlatformSP platform_sp(GetSP()); in ConnectRemote()
427 PlatformSP platform_sp(GetSP()); in DisconnectRemote()
435 PlatformSP platform_sp(GetSP()); in IsConnected()
444 PlatformSP platform_sp(GetSP()); in GetTriple()
459 PlatformSP platform_sp(GetSP()); in GetOSBuild()
476 PlatformSP platform_sp(GetSP()); in GetOSDescription()
493 PlatformSP platform_sp(GetSP()); in GetHostname()
[all …]
H A DSBUnixSignals.cpp32 SBUnixSignals::SBUnixSignals(PlatformSP &platform_sp) in SBUnixSignals()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBPlatform.h174 lldb::PlatformSP GetSP() const;
176 void SetSP(const lldb::PlatformSP &platform_sp);
179 const std::function<lldb_private::Status(const lldb::PlatformSP &)>
182 lldb::PlatformSP m_opaque_sp;
H A DSBUnixSignals.h59 SBUnixSignals(lldb::PlatformSP &platform_sp);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h98 static lldb::PlatformSP GetHostPlatform();
100 static lldb::PlatformSP
105 static void SetHostPlatform(const lldb::PlatformSP &platform_sp);
108 static lldb::PlatformSP Find(ConstString name);
110 static lldb::PlatformSP Create(ConstString name, Status &error);
112 static lldb::PlatformSP Create(const ArchSpec &arch,
973 lldb::PlatformSP GetAtIndex(uint32_t idx) { in GetAtIndex()
974 lldb::PlatformSP platform_sp; in GetAtIndex()
989 lldb::PlatformSP GetSelectedPlatform() { in GetSelectedPlatform()
1013 typedef std::vector<lldb::PlatformSP> collection;
[all …]
H A DTargetList.h100 lldb::PlatformSP &platform_sp, lldb::TargetSP &target_sp);
206 lldb::PlatformSP &platform_sp,
H A DRemoteAwarePlatform.h104 lldb::PlatformSP m_remote_platform_sp;
H A DTarget.h1336 lldb::PlatformSP GetPlatform() { return m_platform_sp; } in GetPlatform()
1338 void SetPlatform(const lldb::PlatformSP &platform_sp) { in SetPlatform()
1395 lldb::PlatformSP m_platform_sp; ///< The platform for this target.
1476 const lldb::PlatformSP &platform_sp, bool is_dummy_target);
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp253 PlatformSP platform_sp; in DoExecute()
285 PlatformSP platform_sp( in DoExecute()
307 PlatformSP platform_sp( in GetOptions()
331 PlatformSP platform_sp( in DoExecute()
395 PlatformSP platform_sp( in DoExecute()
429 PlatformSP platform_sp( in DoExecute()
485 PlatformSP platform_sp( in DoExecute()
537 PlatformSP platform_sp( in DoExecute()
579 PlatformSP platform_sp( in DoExecute()
669 PlatformSP platform_sp( in DoExecute()
[all …]
H A DCommandOptionsProcessLaunch.cpp92 PlatformSP platform_sp = in SetOptionValue()
93 target_sp ? target_sp->GetPlatform() : PlatformSP(); in SetOptionValue()
H A DCommandCompletions.cpp497 lldb::PlatformSP platform_sp = in RemoteDiskFiles()
506 lldb::PlatformSP platform_sp = in RemoteDiskDirectories()
680 lldb::PlatformSP platform_sp(interpreter.GetPlatform(true)); in ProcessIDs()
694 lldb::PlatformSP platform_sp(interpreter.GetPlatform(true)); in ProcessNames()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp42 PlatformSP PlatformOpenBSD::CreateInstance(bool force, const ArchSpec *arch) { in CreateInstance()
69 return PlatformSP(new PlatformOpenBSD(false)); in CreateInstance()
71 return PlatformSP(); in CreateInstance()
100 PlatformSP default_platform_sp(new PlatformOpenBSD(true)); in Initialize()
H A DPlatformOpenBSD.h26 static lldb::PlatformSP CreateInstance(bool force, const ArchSpec *arch);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp47 PlatformSP PlatformFreeBSD::CreateInstance(bool force, const ArchSpec *arch) { in CreateInstance()
74 return PlatformSP(new PlatformFreeBSD(false)); in CreateInstance()
76 return PlatformSP(); in CreateInstance()
105 PlatformSP default_platform_sp(new PlatformFreeBSD(true)); in Initialize()
H A DPlatformFreeBSD.h26 static lldb::PlatformSP CreateInstance(bool force, const ArchSpec *arch);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp42 PlatformSP PlatformNetBSD::CreateInstance(bool force, const ArchSpec *arch) { in CreateInstance()
63 return PlatformSP(new PlatformNetBSD(false)); in CreateInstance()
65 return PlatformSP(); in CreateInstance()
94 PlatformSP default_platform_sp(new PlatformNetBSD(true)); in Initialize()
H A DPlatformNetBSD.h26 static lldb::PlatformSP CreateInstance(bool force, const ArchSpec *arch);
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupPlatform.cpp18 PlatformSP OptionGroupPlatform::CreatePlatformWithOptions( in CreatePlatformWithOptions()
21 PlatformSP platform_sp; in CreatePlatformWithOptions()
122 const lldb::PlatformSP &platform_sp) const { in PlatformMatches()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupPlatform.h36 lldb::PlatformSP CreatePlatformWithOptions(CommandInterpreter &interpreter,
60 bool PlatformMatches(const lldb::PlatformSP &platform_sp) const;
H A DOptions.h126 lldb::PlatformSP platform_sp,
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTargetList.cpp65 PlatformSP &platform_sp, TargetSP &target_sp) { in CreateTarget()
83 PlatformSP platform_sp = debugger.GetPlatformList().GetSelectedPlatform(); in CreateTargetInternal()
174 PlatformSP host_platform_sp = Platform::GetHostPlatform(); in CreateTargetInternal()
175 std::vector<PlatformSP> platforms; in CreateTargetInternal()
203 PlatformSP fallback_platform_sp( in CreateTargetInternal()
289 lldb::PlatformSP &platform_sp, in CreateTargetInternal()
H A DPlatform.cpp55 static PlatformSP &GetHostPlatformSP() { in GetHostPlatformSP()
56 static PlatformSP g_platform_sp; in GetHostPlatformSP()
137 static std::vector<PlatformSP> &GetPlatformList() { in GetPlatformList()
138 static std::vector<PlatformSP> g_platform_list; in GetPlatformList()
274 PlatformSP Platform::Find(ConstString name) { in Find()
286 return PlatformSP(); in Find()
289 PlatformSP Platform::Create(ConstString name, Status &error) { in Create()
291 lldb::PlatformSP platform_sp; in Create()
318 lldb::PlatformSP platform_sp; in Create()
1176 lldb::PlatformSP
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-interfaces.h77 typedef lldb::PlatformSP (*PlatformCreateInstance)(bool force,
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp64 PlatformSP PlatformRemoteGDBServer::CreateInstance(bool force, in CreateInstance()
71 return PlatformSP(new PlatformRemoteGDBServer()); in CreateInstance()
72 return PlatformSP(); in CreateInstance()
H A DPlatformRemoteGDBServer.h29 static lldb::PlatformSP CreateInstance(bool force, const ArchSpec *arch);

12