Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.h48 bool CanDebugProcess() override;
H A DPlatformOpenBSD.cpp149 bool PlatformOpenBSD::CanDebugProcess() { in CanDebugProcess() function in PlatformOpenBSD
/llvm-project-15.0.7/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.h49 bool CanDebugProcess() override;
H A DPlatformFreeBSD.cpp159 bool PlatformFreeBSD::CanDebugProcess() { in CanDebugProcess() function in PlatformFreeBSD
/llvm-project-15.0.7/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.h51 bool CanDebugProcess() override;
H A DPlatformNetBSD.cpp180 bool PlatformNetBSD::CanDebugProcess() { in CanDebugProcess() function in PlatformNetBSD
/llvm-project-15.0.7/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.h51 bool CanDebugProcess() override;
H A DPlatformLinux.cpp193 bool PlatformLinux::CanDebugProcess() { in CanDebugProcess() function in PlatformLinux
/llvm-project-15.0.7/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.h73 bool CanDebugProcess() override;
H A DPlatformWindows.cpp553 bool PlatformWindows::CanDebugProcess() { return true; } in CanDebugProcess() function in PlatformWindows
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DPlatform.h339 virtual bool CanDebugProcess() { return true; } in CanDebugProcess() function
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp3065 platform_sp->CanDebugProcess() && !launch_info.IsScriptedProcess()) { in Launch()
3243 platform_sp->CanDebugProcess()) { in Attach()