Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp38 LLDB_PLUGIN_DEFINE(PlatformNetBSD)
64 return PlatformSP(new PlatformNetBSD(false)); in CreateInstance()
75 void PlatformNetBSD::Initialize() { in Initialize()
85 PlatformNetBSD::GetPluginNameStatic(false), in Initialize()
86 PlatformNetBSD::GetPluginDescriptionStatic(false), in Initialize()
87 PlatformNetBSD::CreateInstance, nullptr); in Initialize()
91 void PlatformNetBSD::Terminate() { in Terminate()
102 PlatformNetBSD::PlatformNetBSD(bool is_host) in PlatformNetBSD() function in PlatformNetBSD
125 void PlatformNetBSD::GetStatus(Stream &strm) { in GetStatus()
180 bool PlatformNetBSD::CanDebugProcess() { in CanDebugProcess()
[all …]
H A DPlatformNetBSD.h18 class PlatformNetBSD : public PlatformPOSIX {
20 PlatformNetBSD(bool is_host);