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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.h1 //===-- PlatformPOSIX.h -----------------------------------------*- C++ -*-===//
18 class PlatformPOSIX : public lldb_private::RemoteAwarePlatform { class in inherits:lldb_private::RemoteAwarePlatform
20 PlatformPOSIX(bool is_host);
22 ~PlatformPOSIX() override;
108 DISALLOW_COPY_AND_ASSIGN(PlatformPOSIX);
H A DPlatformPOSIX.cpp1 //===-- PlatformPOSIX.cpp ---------------------------------------*- C++ -*-===//
9 #include "PlatformPOSIX.h"
40 PlatformPOSIX::PlatformPOSIX(bool is_host) function in class:PlatformPOSIX
50 PlatformPOSIX::~PlatformPOSIX() {}
52 lldb_private::OptionGroupOptions *PlatformPOSIX::GetConnectionOptions(
68 PlatformPOSIX::ResolveExecutable(const ModuleSpec &module_spec,
232 PlatformPOSIX::PutFile(const lldb_private::FileSpec &source,
296 lldb_private::Status PlatformPOSIX
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.h12 #include "Plugins/Platform/POSIX/PlatformPOSIX.h"
17 class PlatformOpenBSD : public PlatformPOSIX {
H A DPlatformOpenBSD.cpp116 PlatformPOSIX::Terminate();
121 : PlatformPOSIX(is_host) // This is the local host platform
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.h12 #include "Plugins/Platform/POSIX/PlatformPOSIX.h"
17 class PlatformFreeBSD : public PlatformPOSIX {
H A DPlatformFreeBSD.cpp118 PlatformPOSIX::Terminate();
123 : PlatformPOSIX(is_host) // This is the local host platform
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp88 PlatformPOSIX::Initialize();
110 PlatformPOSIX::Terminate();
115 : PlatformPOSIX(is_host) // This is the local host platform
245 return PlatformPOSIX::DebugProcess(launch_info, debugger, target, error);
H A DPlatformNetBSD.h12 #include "Plugins/Platform/POSIX/PlatformPOSIX.h"
17 class PlatformNetBSD : public PlatformPOSIX {
/freebsd-12-stable/lib/clang/liblldb/
H A DMakefile389 SRCS+= Plugins/Platform/POSIX/PlatformPOSIX.cpp

Completed in 183 milliseconds