Searched refs:PlatformOpenBSD (Results 1 – 4 of 4) sorted by relevance
38 LLDB_PLUGIN_DEFINE(PlatformOpenBSD)70 return PlatformSP(new PlatformOpenBSD(false)); in CreateInstance()81 void PlatformOpenBSD::Initialize() { in Initialize()91 PlatformOpenBSD::GetPluginNameStatic(false), in Initialize()92 PlatformOpenBSD::GetPluginDescriptionStatic(false), in Initialize()93 PlatformOpenBSD::CreateInstance, nullptr); in Initialize()97 void PlatformOpenBSD::Terminate() { in Terminate()108 PlatformOpenBSD::PlatformOpenBSD(bool is_host) in PlatformOpenBSD() function in PlatformOpenBSD128 void PlatformOpenBSD::GetStatus(Stream &strm) { in GetStatus()149 bool PlatformOpenBSD::CanDebugProcess() { in CanDebugProcess()[all …]
17 class PlatformOpenBSD : public PlatformPOSIX {19 PlatformOpenBSD(bool is_host);
2 PlatformOpenBSD.cpp
4265 lldb/source/Plugins/Platform/OpenBSD/PlatformOpenBSD.h