Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.h18 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;
H A DPlatformPOSIX.cpp42 PlatformPOSIX::PlatformPOSIX(bool is_host) in PlatformPOSIX() function in PlatformPOSIX
52 PlatformPOSIX::~PlatformPOSIX() = default;
54 lldb_private::OptionGroupOptions *PlatformPOSIX::GetConnectionOptions( in GetConnectionOptions()
92 PlatformPOSIX::PutFile(const lldb_private::FileSpec &source, in PutFile()
158 lldb_private::Status PlatformPOSIX::GetFile( in GetFile()
272 std::string PlatformPOSIX::GetPlatformSpecificConnectionInformation() { in GetPlatformSpecificConnectionInformation()
301 const lldb::UnixSignalsSP &PlatformPOSIX::GetRemoteUnixSignals() { in GetRemoteUnixSignals()
307 Status PlatformPOSIX::ConnectRemote(Args &args) { in ConnectRemote()
352 Status PlatformPOSIX::DisconnectRemote() { in DisconnectRemote()
369 lldb::ProcessSP PlatformPOSIX::Attach(ProcessAttachInfo &attach_info, in Attach()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/AIX/
H A DPlatformAIX.cpp73 PlatformPOSIX::Initialize(); in Initialize()
93 PlatformPOSIX::Terminate(); in Terminate()
96 PlatformAIX::PlatformAIX(bool is_host) : PlatformPOSIX(is_host) { in PlatformAIX()
H A DPlatformAIX.h17 class PlatformAIX : public PlatformPOSIX {
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp104 PlatformPOSIX::Terminate(); in Terminate()
109 : PlatformPOSIX(is_host) // This is the local host platform in PlatformOpenBSD()
H A DPlatformOpenBSD.h17 class PlatformOpenBSD : public PlatformPOSIX {
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp76 PlatformPOSIX::Initialize(); in Initialize()
98 PlatformPOSIX::Terminate(); in Terminate()
103 : PlatformPOSIX(is_host) // This is the local host platform in PlatformNetBSD()
H A DPlatformNetBSD.h18 class PlatformNetBSD : public PlatformPOSIX {
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp109 PlatformPOSIX::Terminate(); in Terminate()
114 : PlatformPOSIX(is_host) // This is the local host platform in PlatformFreeBSD()
H A DPlatformFreeBSD.h18 class PlatformFreeBSD : public PlatformPOSIX {
/freebsd/lib/clang/liblldb/
H A DMakefile474 SRCS+= Plugins/Platform/POSIX/PlatformPOSIX.cpp