Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.h48 bool CanDebugProcess() override;
H A DPlatformOpenBSD.cpp149 bool PlatformOpenBSD::CanDebugProcess() { in CanDebugProcess() function in PlatformOpenBSD
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.h49 bool CanDebugProcess() override;
H A DPlatformFreeBSD.cpp159 bool PlatformFreeBSD::CanDebugProcess() { in CanDebugProcess() function in PlatformFreeBSD
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.h51 bool CanDebugProcess() override;
H A DPlatformNetBSD.cpp180 bool PlatformNetBSD::CanDebugProcess() { in CanDebugProcess() function in PlatformNetBSD
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h358 virtual bool CanDebugProcess() { return true; } in CanDebugProcess() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3262 platform_sp->CanDebugProcess() && !launch_info.IsScriptedProcess()) { in Launch()
3441 platform_sp->CanDebugProcess() && !attach_info.IsScriptedProcess()) { in Attach()