Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
DPlatformOpenBSD.h45 bool CanDebugProcess() override;
DPlatformOpenBSD.cpp194 bool PlatformOpenBSD::CanDebugProcess() { in CanDebugProcess() function in PlatformOpenBSD
/external/llvm-project/lldb/source/Plugins/Platform/Linux/
DPlatformLinux.h47 bool CanDebugProcess() override;
DPlatformLinux.cpp254 bool PlatformLinux::CanDebugProcess() { in CanDebugProcess() function in PlatformLinux
/external/llvm-project/lldb/source/Plugins/Platform/NetBSD/
DPlatformNetBSD.h47 bool CanDebugProcess() override;
DPlatformNetBSD.cpp223 bool PlatformNetBSD::CanDebugProcess() { in CanDebugProcess() function in PlatformNetBSD
/external/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
DPlatformFreeBSD.h45 bool CanDebugProcess() override;
DPlatformFreeBSD.cpp250 bool PlatformFreeBSD::CanDebugProcess() { in CanDebugProcess() function in PlatformFreeBSD
/external/llvm-project/lldb/source/Plugins/Platform/Windows/
DPlatformWindows.h60 bool CanDebugProcess() override;
DPlatformWindows.cpp307 bool PlatformWindows::CanDebugProcess() { return true; } in CanDebugProcess() function in PlatformWindows
/external/llvm-project/lldb/include/lldb/Target/
DPlatform.h359 virtual bool CanDebugProcess() { return true; } in CanDebugProcess() function
/external/llvm-project/lldb/source/Target/
DTarget.cpp2955 platform_sp->CanDebugProcess()) { in Launch()
3099 platform_sp->CanDebugProcess()) { in Attach()