Searched refs:PlatformOpenBSD (Results 1 – 2 of 2) sorted by relevance
37 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 PlatformOpenBSD173 void PlatformOpenBSD::GetStatus(Stream &strm) { in GetStatus()194 bool PlatformOpenBSD::CanDebugProcess() { in CanDebugProcess()[all …]
17 class PlatformOpenBSD : public PlatformPOSIX {19 PlatformOpenBSD(bool is_host);