Searched refs:PlatformNetBSD (Results 1 – 2 of 2) sorted by relevance
37 LLDB_PLUGIN_DEFINE(PlatformNetBSD)63 return PlatformSP(new PlatformNetBSD(false)); in CreateInstance()85 ConstString PlatformNetBSD::GetPluginName() { in GetPluginName()89 void PlatformNetBSD::Initialize() { in Initialize()99 PlatformNetBSD::GetPluginNameStatic(false), in Initialize()101 PlatformNetBSD::CreateInstance, nullptr); in Initialize()105 void PlatformNetBSD::Terminate() { in Terminate()116 PlatformNetBSD::PlatformNetBSD(bool is_host) in PlatformNetBSD() function in PlatformNetBSD168 void PlatformNetBSD::GetStatus(Stream &strm) { in GetStatus()223 bool PlatformNetBSD::CanDebugProcess() { in CanDebugProcess()[all …]
17 class PlatformNetBSD : public PlatformPOSIX {19 PlatformNetBSD(bool is_host);