Searched refs:PlatformFreeBSD (Results 1 – 5 of 5) sorted by relevance
43 LLDB_PLUGIN_DEFINE(PlatformFreeBSD)75 return PlatformSP(new PlatformFreeBSD(false)); in CreateInstance()86 void PlatformFreeBSD::Initialize() { in Initialize()96 PlatformFreeBSD::GetPluginNameStatic(false), in Initialize()97 PlatformFreeBSD::GetPluginDescriptionStatic(false), in Initialize()98 PlatformFreeBSD::CreateInstance, nullptr); in Initialize()102 void PlatformFreeBSD::Terminate() { in Terminate()113 PlatformFreeBSD::PlatformFreeBSD(bool is_host) in PlatformFreeBSD() function in PlatformFreeBSD139 void PlatformFreeBSD::GetStatus(Stream &strm) { in GetStatus()159 bool PlatformFreeBSD::CanDebugProcess() { in CanDebugProcess()[all …]
18 class PlatformFreeBSD : public PlatformPOSIX {20 PlatformFreeBSD(bool is_host);
2 PlatformFreeBSD.cpp
42 platform_freebsd::PlatformFreeBSD::Initialize(); in SetUp()50 platform_freebsd::PlatformFreeBSD::Terminate(); in TearDown()88 platform_freebsd::PlatformFreeBSD::CreateInstance(true, &arch); in InitializeSiginfo()
4249 lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.h