Searched refs:PlatformOpenBSD (Results 1 – 2 of 2) 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);