Home
last modified time | relevance | path

Searched refs:PlatformPOSIX (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp44 PlatformPOSIX::PlatformPOSIX(bool is_host) in PlatformPOSIX() function in PlatformPOSIX
57 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 …]
H A DPlatformPOSIX.h19 class PlatformPOSIX : public lldb_private::Platform {
21 PlatformPOSIX(bool is_host);
23 ~PlatformPOSIX() override;
209 DISALLOW_COPY_AND_ASSIGN(PlatformPOSIX);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp90 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()
H A DPlatformNetBSD.h18 class PlatformNetBSD : public PlatformPOSIX {
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp118 PlatformPOSIX::Terminate(); in Terminate()
125 : PlatformPOSIX(is_host) // This is the local host platform in PlatformOpenBSD()
H A DPlatformOpenBSD.h18 class PlatformOpenBSD : public PlatformPOSIX {
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp120 PlatformPOSIX::Terminate(); in Terminate()
127 : PlatformPOSIX(is_host) // This is the local host platform in PlatformFreeBSD()
H A DPlatformFreeBSD.h18 class PlatformFreeBSD : public PlatformPOSIX {
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile367 SRCS+= Plugins/Platform/POSIX/PlatformPOSIX.cpp