Searched refs:PlatformPOSIX (Results 1 – 14 of 14) sorted by relevance
18 class PlatformPOSIX : public lldb_private::RemoteAwarePlatform {20 PlatformPOSIX(bool is_host);22 ~PlatformPOSIX() override;104 PlatformPOSIX(const PlatformPOSIX &) = delete;105 const PlatformPOSIX &operator=(const PlatformPOSIX &) = delete;
39 PlatformPOSIX::PlatformPOSIX(bool is_host) in PlatformPOSIX() function in PlatformPOSIX49 PlatformPOSIX::~PlatformPOSIX() {} in ~PlatformPOSIX()51 lldb_private::OptionGroupOptions *PlatformPOSIX::GetConnectionOptions( in GetConnectionOptions()89 PlatformPOSIX::PutFile(const lldb_private::FileSpec &source, in PutFile()153 lldb_private::Status PlatformPOSIX::GetFile( in GetFile()265 std::string PlatformPOSIX::GetPlatformSpecificConnectionInformation() { in GetPlatformSpecificConnectionInformation()294 const lldb::UnixSignalsSP &PlatformPOSIX::GetRemoteUnixSignals() { in GetRemoteUnixSignals()300 Status PlatformPOSIX::ConnectRemote(Args &args) { in ConnectRemote()343 Status PlatformPOSIX::DisconnectRemote() { in DisconnectRemote()359 lldb::ProcessSP PlatformPOSIX::Attach(ProcessAttachInfo &attach_info, in Attach()[all …]
2 PlatformPOSIX.cpp
90 PlatformPOSIX::Initialize(); in Initialize()112 PlatformPOSIX::Terminate(); in Terminate()117 : PlatformPOSIX(is_host) // This is the local host platform in PlatformNetBSD()
17 class PlatformNetBSD : public PlatformPOSIX {
97 PlatformPOSIX::Initialize(); in Initialize()119 PlatformPOSIX::Terminate(); in Terminate()124 : PlatformPOSIX(is_host) // This is the local host platform in PlatformLinux()
17 class PlatformLinux : public PlatformPOSIX {
118 PlatformPOSIX::Terminate(); in Terminate()123 : PlatformPOSIX(is_host) // This is the local host platform in PlatformOpenBSD()
17 class PlatformOpenBSD : public PlatformPOSIX {
123 PlatformPOSIX::Terminate(); in Terminate()128 : PlatformPOSIX(is_host) // This is the local host platform in PlatformFreeBSD()
17 class PlatformFreeBSD : public PlatformPOSIX {
25 class PlatformDarwin : public PlatformPOSIX {
51 PlatformDarwin::PlatformDarwin(bool is_host) : PlatformPOSIX(is_host) {} in PlatformDarwin()67 return PlatformPOSIX::PutFile(source, destination, uid, gid); in PutFile()1725 return PlatformPOSIX::LaunchProcess(launch_info); in LaunchProcess()
383 return PlatformPOSIX::GetLibdlFunctionDeclarations(process); in GetLibdlFunctionDeclarations()