Home
last modified time | relevance | path

Searched refs:PlatformOpenBSD (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp37 LLDB_PLUGIN_DEFINE(PlatformOpenBSD)
69 return PlatformSP(new PlatformOpenBSD(false)); in CreateInstance()
91 ConstString PlatformOpenBSD::GetPluginName() { in GetPluginName()
95 void PlatformOpenBSD::Initialize() { in Initialize()
105 PlatformOpenBSD::GetPluginNameStatic(false), in Initialize()
107 PlatformOpenBSD::CreateInstance, nullptr); in Initialize()
111 void PlatformOpenBSD::Terminate() { in Terminate()
122 PlatformOpenBSD::PlatformOpenBSD(bool is_host) in PlatformOpenBSD() function in PlatformOpenBSD
173 void PlatformOpenBSD::GetStatus(Stream &strm) { in GetStatus()
194 bool PlatformOpenBSD::CanDebugProcess() { in CanDebugProcess()
[all …]
H A DPlatformOpenBSD.h17 class PlatformOpenBSD : public PlatformPOSIX {
19 PlatformOpenBSD(bool is_host);