Searched refs:PlatformPOSIX (Results 1 – 9 of 9) sorted by relevance
44 PlatformPOSIX::PlatformPOSIX(bool is_host) in PlatformPOSIX() function in PlatformPOSIX57 PlatformPOSIX::~PlatformPOSIX() {} in ~PlatformPOSIX()84 bool PlatformPOSIX::IsConnected() const { in IsConnected()92 lldb_private::Status PlatformPOSIX::RunShellCommand( in RunShellCommand()482 lldb_private::Status PlatformPOSIX::GetFile( in GetFile()654 bool PlatformPOSIX::GetRemoteOSVersion() { in GetRemoteOSVersion()669 Environment PlatformPOSIX::GetEnvironment() { in GetEnvironment()692 const char *PlatformPOSIX::GetHostname() { in GetHostname()722 Status PlatformPOSIX::ConnectRemote(Args &args) { in ConnectRemote()765 Status PlatformPOSIX::DisconnectRemote() { in DisconnectRemote()[all …]
19 class PlatformPOSIX : public lldb_private::Platform {21 PlatformPOSIX(bool is_host);23 ~PlatformPOSIX() override;209 DISALLOW_COPY_AND_ASSIGN(PlatformPOSIX);
90 PlatformPOSIX::Initialize(); in Initialize()112 PlatformPOSIX::Terminate(); in Terminate()119 : PlatformPOSIX(is_host) // This is the local host platform in PlatformNetBSD()249 return PlatformPOSIX::DebugProcess(launch_info, debugger, target, error); in DebugProcess()
18 class PlatformNetBSD : public PlatformPOSIX {
118 PlatformPOSIX::Terminate(); in Terminate()125 : PlatformPOSIX(is_host) // This is the local host platform in PlatformOpenBSD()
18 class PlatformOpenBSD : public PlatformPOSIX {
120 PlatformPOSIX::Terminate(); in Terminate()127 : PlatformPOSIX(is_host) // This is the local host platform in PlatformFreeBSD()
18 class PlatformFreeBSD : public PlatformPOSIX {
367 SRCS+= Plugins/Platform/POSIX/PlatformPOSIX.cpp