Home
last modified time | relevance | path

Searched refs:CanDebugProcess (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.h52 bool CanDebugProcess() override;
H A DPlatformOpenBSD.cpp198 bool PlatformOpenBSD::CanDebugProcess() { in CanDebugProcess() function in PlatformOpenBSD
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.h54 bool CanDebugProcess() override;
H A DPlatformNetBSD.cpp227 bool PlatformNetBSD::CanDebugProcess() { in CanDebugProcess() function in PlatformNetBSD
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.h52 bool CanDebugProcess() override;
H A DPlatformFreeBSD.cpp302 bool PlatformFreeBSD::CanDebugProcess() { in CanDebugProcess() function in PlatformFreeBSD
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPlatform.h393 virtual bool CanDebugProcess() { return true; } in CanDebugProcess() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp2853 platform_sp->CanDebugProcess()) { in Launch()
3010 platform_sp->CanDebugProcess()) { in Attach()