Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp41 PlatformPOSIX::PlatformPOSIX(bool is_host) in PlatformPOSIX() function in PlatformPOSIX
51 PlatformPOSIX::~PlatformPOSIX() = default;
53 lldb_private::OptionGroupOptions *PlatformPOSIX::GetConnectionOptions( in GetConnectionOptions()
91 PlatformPOSIX::PutFile(const lldb_private::FileSpec &source, in PutFile()
155 lldb_private::Status PlatformPOSIX::GetFile( in GetFile()
296 const lldb::UnixSignalsSP &PlatformPOSIX::GetRemoteUnixSignals() { in GetRemoteUnixSignals()
302 Status PlatformPOSIX::ConnectRemote(Args &args) { in ConnectRemote()
346 Status PlatformPOSIX::DisconnectRemote() { in DisconnectRemote()
494 void PlatformPOSIX::CalculateTrapHandlerSymbolNames() { in CalculateTrapHandlerSymbolNames()
498 Status PlatformPOSIX::EvaluateLibdlExpression( in EvaluateLibdlExpression()
[all …]
H A DCMakeLists.txt2 PlatformPOSIX.cpp
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.h45 class PlatformDarwin : public PlatformPOSIX {
47 using PlatformPOSIX::PlatformPOSIX;
H A DPlatformDarwin.cpp194 return PlatformPOSIX::PutFile(source, destination, uid, gid); in PutFile()
1192 return PlatformPOSIX::LaunchProcess(launch_info); in LaunchProcess()
/llvm-project-15.0.7/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 {
/llvm-project-15.0.7/lldb/unittests/Platform/
H A DPlatformTest.cpp21 class TestPlatform : public PlatformPOSIX {
23 TestPlatform() : PlatformPOSIX(false) {} in TestPlatform()
/llvm-project-15.0.7/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 {
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/Platform/POSIX/
H A DBUILD.gn19 sources = [ "PlatformPOSIX.cpp" ]
/llvm-project-15.0.7/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.cpp85 PlatformPOSIX::Initialize(); in Initialize()
107 PlatformPOSIX::Terminate(); in Terminate()
112 : PlatformPOSIX(is_host) // This is the local host platform in PlatformLinux()
H A DPlatformLinux.h18 class PlatformLinux : public PlatformPOSIX {
/llvm-project-15.0.7/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.h18 class PlatformFreeBSD : public PlatformPOSIX {
H A DPlatformFreeBSD.cpp109 PlatformPOSIX::Terminate(); in Terminate()
114 : PlatformPOSIX(is_host) // This is the local host platform in PlatformFreeBSD()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/Android/
H A DPlatformAndroid.cpp366 return PlatformPOSIX::GetLibdlFunctionDeclarations(process); in GetLibdlFunctionDeclarations()