Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Platform/POSIX/
DPlatformPOSIX.h18 class PlatformPOSIX : public lldb_private::RemoteAwarePlatform {
20 PlatformPOSIX(bool is_host);
22 ~PlatformPOSIX() override;
104 PlatformPOSIX(const PlatformPOSIX &) = delete;
105 const PlatformPOSIX &operator=(const PlatformPOSIX &) = delete;
DPlatformPOSIX.cpp39 PlatformPOSIX::PlatformPOSIX(bool is_host) in PlatformPOSIX() function in PlatformPOSIX
49 PlatformPOSIX::~PlatformPOSIX() {} in ~PlatformPOSIX()
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()
265 std::string PlatformPOSIX::GetPlatformSpecificConnectionInformation() { in GetPlatformSpecificConnectionInformation()
294 const lldb::UnixSignalsSP &PlatformPOSIX::GetRemoteUnixSignals() { in GetRemoteUnixSignals()
300 Status PlatformPOSIX::ConnectRemote(Args &args) { in ConnectRemote()
343 Status PlatformPOSIX::DisconnectRemote() { in DisconnectRemote()
359 lldb::ProcessSP PlatformPOSIX::Attach(ProcessAttachInfo &attach_info, in Attach()
[all …]
DCMakeLists.txt2 PlatformPOSIX.cpp
/external/llvm-project/lldb/source/Plugins/Platform/NetBSD/
DPlatformNetBSD.cpp90 PlatformPOSIX::Initialize(); in Initialize()
112 PlatformPOSIX::Terminate(); in Terminate()
117 : PlatformPOSIX(is_host) // This is the local host platform in PlatformNetBSD()
DPlatformNetBSD.h17 class PlatformNetBSD : public PlatformPOSIX {
/external/llvm-project/lldb/source/Plugins/Platform/Linux/
DPlatformLinux.cpp97 PlatformPOSIX::Initialize(); in Initialize()
119 PlatformPOSIX::Terminate(); in Terminate()
124 : PlatformPOSIX(is_host) // This is the local host platform in PlatformLinux()
DPlatformLinux.h17 class PlatformLinux : public PlatformPOSIX {
/external/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
DPlatformOpenBSD.cpp118 PlatformPOSIX::Terminate(); in Terminate()
123 : PlatformPOSIX(is_host) // This is the local host platform in PlatformOpenBSD()
DPlatformOpenBSD.h17 class PlatformOpenBSD : public PlatformPOSIX {
/external/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
DPlatformFreeBSD.cpp123 PlatformPOSIX::Terminate(); in Terminate()
128 : PlatformPOSIX(is_host) // This is the local host platform in PlatformFreeBSD()
DPlatformFreeBSD.h17 class PlatformFreeBSD : public PlatformPOSIX {
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.h25 class PlatformDarwin : public PlatformPOSIX {
DPlatformDarwin.cpp51 PlatformDarwin::PlatformDarwin(bool is_host) : PlatformPOSIX(is_host) {} in PlatformDarwin()
67 return PlatformPOSIX::PutFile(source, destination, uid, gid); in PutFile()
1725 return PlatformPOSIX::LaunchProcess(launch_info); in LaunchProcess()
/external/llvm-project/lldb/source/Plugins/Platform/Android/
DPlatformAndroid.cpp383 return PlatformPOSIX::GetLibdlFunctionDeclarations(process); in GetLibdlFunctionDeclarations()