Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp38 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 PlatformOpenBSD
128 void PlatformOpenBSD::GetStatus(Stream &strm) { in GetStatus()
149 bool PlatformOpenBSD::CanDebugProcess() { in CanDebugProcess()
[all …]
H A DPlatformOpenBSD.h17 class PlatformOpenBSD : public PlatformPOSIX {
19 PlatformOpenBSD(bool is_host);