| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBPlatform.cpp | 343 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 D | SBUnixSignals.cpp | 30 SBUnixSignals::SBUnixSignals(PlatformSP &platform_sp) in SBUnixSignals()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Platform.h | 101 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 D | TargetList.h | 99 lldb::PlatformSP &platform_sp, lldb::TargetSP &target_sp); 212 lldb::PlatformSP &platform_sp,
|
| H A D | RemoteAwarePlatform.h | 106 lldb::PlatformSP m_remote_platform_sp;
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBPlatform.h | 197 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 D | SBUnixSignals.h | 59 SBUnixSignals(lldb::PlatformSP &platform_sp);
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/ |
| H A D | PlatformOpenBSD.cpp | 43 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 D | PlatformOpenBSD.h | 26 static lldb::PlatformSP CreateInstance(bool force, const ArchSpec *arch);
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectPlatform.cpp | 179 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 D | CommandOptionsProcessLaunch.cpp | 96 PlatformSP platform_sp = in SetOptionValue() 97 target_sp ? target_sp->GetPlatform() : PlatformSP(); in SetOptionValue()
|
| H A D | CommandCompletions.cpp | 530 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 D | PlatformAIX.cpp | 51 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 D | PlatformAIX.h | 26 static lldb::PlatformSP CreateInstance(bool force, const ArchSpec *arch);
|
| /freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionGroupPlatform.cpp | 18 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 D | PlatformFreeBSD.cpp | 48 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 D | PlatformFreeBSD.h | 27 static lldb::PlatformSP CreateInstance(bool force, const ArchSpec *arch);
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | OptionGroupPlatform.h | 36 lldb::PlatformSP CreatePlatformWithOptions(CommandInterpreter &interpreter, 62 bool PlatformMatches(const lldb::PlatformSP &platform_sp) const;
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | Platform.cpp | 56 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 D | TargetList.cpp | 65 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 D | PlatformNetBSD.cpp | 43 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 D | PlatformNetBSD.h | 27 static lldb::PlatformSP CreateInstance(bool force, const ArchSpec *arch);
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/ |
| H A D | PlatformQemuUser.cpp | 101 PlatformSP PlatformQemuUser::CreateInstance(bool force, const ArchSpec *arch) { in CreateInstance() 103 return PlatformSP(new PlatformQemuUser()); in CreateInstance()
|
| H A D | PlatformQemuUser.h | 73 static lldb::PlatformSP CreateInstance(bool force, const ArchSpec *arch);
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.cpp | 73 PlatformSP PlatformRemoteGDBServer::CreateInstance(bool force, in CreateInstance() 80 return PlatformSP(new PlatformRemoteGDBServer()); in CreateInstance() 81 return PlatformSP(); in CreateInstance()
|