Home
last modified time | relevance | path

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

/freebsd-13.1/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;
101 PlatformPOSIX(const PlatformPOSIX &) = delete;
102 const PlatformPOSIX &operator=(const PlatformPOSIX &) = delete;
H A DPlatformPOSIX.cpp39 PlatformPOSIX::PlatformPOSIX(bool is_host) in PlatformPOSIX() function in PlatformPOSIX
49 PlatformPOSIX::~PlatformPOSIX() = default;
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()
294 const lldb::UnixSignalsSP &PlatformPOSIX::GetRemoteUnixSignals() { in GetRemoteUnixSignals()
300 Status PlatformPOSIX::ConnectRemote(Args &args) { in ConnectRemote()
343 Status PlatformPOSIX::DisconnectRemote() { in DisconnectRemote()
528 void PlatformPOSIX::CalculateTrapHandlerSymbolNames() { in CalculateTrapHandlerSymbolNames()
532 Status PlatformPOSIX::EvaluateLibdlExpression( in EvaluateLibdlExpression()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp90 PlatformPOSIX::Initialize(); in Initialize()
112 PlatformPOSIX::Terminate(); in Terminate()
117 : PlatformPOSIX(is_host) // This is the local host platform in PlatformNetBSD()
H A DPlatformNetBSD.h17 class PlatformNetBSD : public PlatformPOSIX {
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp118 PlatformPOSIX::Terminate(); in Terminate()
123 : PlatformPOSIX(is_host) // This is the local host platform in PlatformOpenBSD()
H A DPlatformOpenBSD.h17 class PlatformOpenBSD : public PlatformPOSIX {
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp123 PlatformPOSIX::Terminate(); in Terminate()
128 : PlatformPOSIX(is_host) // This is the local host platform in PlatformFreeBSD()
H A DPlatformFreeBSD.h17 class PlatformFreeBSD : public PlatformPOSIX {
/freebsd-13.1/lib/clang/liblldb/
H A DMakefile421 SRCS+= Plugins/Platform/POSIX/PlatformPOSIX.cpp