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;
42 PlatformPOSIX::PlatformPOSIX(bool is_host) in PlatformPOSIX() function in PlatformPOSIX52 PlatformPOSIX::~PlatformPOSIX() = default;54 lldb_private::OptionGroupOptions *PlatformPOSIX::GetConnectionOptions( in GetConnectionOptions()92 PlatformPOSIX::PutFile(const lldb_private::FileSpec &source, in PutFile()156 lldb_private::Status PlatformPOSIX::GetFile( in GetFile()268 std::string PlatformPOSIX::GetPlatformSpecificConnectionInformation() { in GetPlatformSpecificConnectionInformation()297 const lldb::UnixSignalsSP &PlatformPOSIX::GetRemoteUnixSignals() { in GetRemoteUnixSignals()303 Status PlatformPOSIX::ConnectRemote(Args &args) { in ConnectRemote()347 Status PlatformPOSIX::DisconnectRemote() { in DisconnectRemote()363 lldb::ProcessSP PlatformPOSIX::Attach(ProcessAttachInfo &attach_info, in Attach()[all …]
2 PlatformPOSIX.cpp
83 PlatformPOSIX::Initialize(); in Initialize()107 PlatformPOSIX::Terminate(); in Terminate()112 : PlatformPOSIX(is_host) // This is the local host platform in PlatformOpenBSD()
17 class PlatformOpenBSD : public PlatformPOSIX {
45 class PlatformDarwin : public PlatformPOSIX {47 using PlatformPOSIX::PlatformPOSIX;
195 return PlatformPOSIX::PutFile(source, destination, uid, gid); in PutFile()1223 return PlatformPOSIX::LaunchProcess(launch_info); in LaunchProcess()
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" ]
18 class PlatformFreeBSD : public PlatformPOSIX {
109 PlatformPOSIX::Terminate(); in Terminate()114 : PlatformPOSIX(is_host) // This is the local host platform in PlatformFreeBSD()
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 {
26 PlatformPOSIX.cpp \
367 return PlatformPOSIX::GetLibdlFunctionDeclarations(process); in GetLibdlFunctionDeclarations()