Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.h45 bool CanDebugProcess() override;
H A DPlatformFreeBSD.cpp217 bool PlatformFreeBSD::CanDebugProcess() { in CanDebugProcess() function in PlatformFreeBSD
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.h45 bool CanDebugProcess() override;
H A DPlatformOpenBSD.cpp194 bool PlatformOpenBSD::CanDebugProcess() { in CanDebugProcess() function in PlatformOpenBSD
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.h47 bool CanDebugProcess() override;
H A DPlatformNetBSD.cpp223 bool PlatformNetBSD::CanDebugProcess() { in CanDebugProcess() function in PlatformNetBSD
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h359 virtual bool CanDebugProcess() { return true; } in CanDebugProcess() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2985 platform_sp->CanDebugProcess() && !launch_info.IsScriptedProcess()) { in Launch()
3160 platform_sp->CanDebugProcess()) { in Attach()