Searched refs:PlatformPOSIX (Results 1 – 16 of 16) sorted by relevance
18 class PlatformPOSIX : public lldb_private::RemoteAwarePlatform {20 PlatformPOSIX(bool is_host);22 ~PlatformPOSIX() override;97 PlatformPOSIX(const PlatformPOSIX &) = delete;98 const PlatformPOSIX &operator=(const PlatformPOSIX &) = delete;
41 PlatformPOSIX::PlatformPOSIX(bool is_host) in PlatformPOSIX() function in PlatformPOSIX51 PlatformPOSIX::~PlatformPOSIX() = default;53 lldb_private::OptionGroupOptions *PlatformPOSIX::GetConnectionOptions( in GetConnectionOptions()91 PlatformPOSIX::PutFile(const lldb_private::FileSpec &source, in PutFile()155 lldb_private::Status PlatformPOSIX::GetFile( in GetFile()296 const lldb::UnixSignalsSP &PlatformPOSIX::GetRemoteUnixSignals() { in GetRemoteUnixSignals()302 Status PlatformPOSIX::ConnectRemote(Args &args) { in ConnectRemote()346 Status PlatformPOSIX::DisconnectRemote() { in DisconnectRemote()494 void PlatformPOSIX::CalculateTrapHandlerSymbolNames() { in CalculateTrapHandlerSymbolNames()498 Status PlatformPOSIX::EvaluateLibdlExpression( in EvaluateLibdlExpression()[all …]
2 PlatformPOSIX.cpp
45 class PlatformDarwin : public PlatformPOSIX {47 using PlatformPOSIX::PlatformPOSIX;
194 return PlatformPOSIX::PutFile(source, destination, uid, gid); in PutFile()1192 return PlatformPOSIX::LaunchProcess(launch_info); in LaunchProcess()
104 PlatformPOSIX::Terminate(); in Terminate()109 : PlatformPOSIX(is_host) // This is the local host platform in PlatformOpenBSD()
17 class PlatformOpenBSD : public PlatformPOSIX {
21 class TestPlatform : public PlatformPOSIX {23 TestPlatform() : PlatformPOSIX(false) {} in TestPlatform()
76 PlatformPOSIX::Initialize(); in Initialize()98 PlatformPOSIX::Terminate(); in Terminate()103 : PlatformPOSIX(is_host) // This is the local host platform in PlatformNetBSD()
18 class PlatformNetBSD : public PlatformPOSIX {
19 sources = [ "PlatformPOSIX.cpp" ]
85 PlatformPOSIX::Initialize(); in Initialize()107 PlatformPOSIX::Terminate(); in Terminate()112 : PlatformPOSIX(is_host) // This is the local host platform in PlatformLinux()
18 class PlatformLinux : public PlatformPOSIX {
18 class PlatformFreeBSD : public PlatformPOSIX {
109 PlatformPOSIX::Terminate(); in Terminate()114 : PlatformPOSIX(is_host) // This is the local host platform in PlatformFreeBSD()
366 return PlatformPOSIX::GetLibdlFunctionDeclarations(process); in GetLibdlFunctionDeclarations()