Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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);
H A DCMakeLists.txt2 PlatformOpenBSD.cpp
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt4265 lldb/source/Plugins/Platform/OpenBSD/PlatformOpenBSD.h