| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBPlatform.cpp | 372 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 D | SBUnixSignals.cpp | 32 SBUnixSignals::SBUnixSignals(PlatformSP &platform_sp) in SBUnixSignals()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBPlatform.h | 174 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 D | SBUnixSignals.h | 59 SBUnixSignals(lldb::PlatformSP &platform_sp);
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Platform.h | 98 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 D | TargetList.h | 100 lldb::PlatformSP &platform_sp, lldb::TargetSP &target_sp); 206 lldb::PlatformSP &platform_sp,
|
| H A D | RemoteAwarePlatform.h | 104 lldb::PlatformSP m_remote_platform_sp;
|
| H A D | Target.h | 1336 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 D | CommandObjectPlatform.cpp | 253 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 D | CommandOptionsProcessLaunch.cpp | 92 PlatformSP platform_sp = in SetOptionValue() 93 target_sp ? target_sp->GetPlatform() : PlatformSP(); in SetOptionValue()
|
| H A D | CommandCompletions.cpp | 497 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 D | PlatformOpenBSD.cpp | 42 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 D | PlatformOpenBSD.h | 26 static lldb::PlatformSP CreateInstance(bool force, const ArchSpec *arch);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/ |
| H A D | PlatformFreeBSD.cpp | 47 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 D | PlatformFreeBSD.h | 26 static lldb::PlatformSP CreateInstance(bool force, const ArchSpec *arch);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/ |
| H A D | PlatformNetBSD.cpp | 42 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 D | PlatformNetBSD.h | 26 static lldb::PlatformSP CreateInstance(bool force, const ArchSpec *arch);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionGroupPlatform.cpp | 18 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 D | OptionGroupPlatform.h | 36 lldb::PlatformSP CreatePlatformWithOptions(CommandInterpreter &interpreter, 60 bool PlatformMatches(const lldb::PlatformSP &platform_sp) const;
|
| H A D | Options.h | 126 lldb::PlatformSP platform_sp,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | TargetList.cpp | 65 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 D | Platform.cpp | 55 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 D | lldb-private-interfaces.h | 77 typedef lldb::PlatformSP (*PlatformCreateInstance)(bool force,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.cpp | 64 PlatformSP PlatformRemoteGDBServer::CreateInstance(bool force, in CreateInstance() 71 return PlatformSP(new PlatformRemoteGDBServer()); in CreateInstance() 72 return PlatformSP(); in CreateInstance()
|
| H A D | PlatformRemoteGDBServer.h | 29 static lldb::PlatformSP CreateInstance(bool force, const ArchSpec *arch);
|