Home
last modified time | relevance | path

Searched defs:CanDebugProcess (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp151 bool PlatformOpenBSD::CanDebugProcess() { in CanDebugProcess() function in PlatformOpenBSD
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp159 bool PlatformFreeBSD::CanDebugProcess() { in CanDebugProcess() function in PlatformFreeBSD
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp180 bool PlatformNetBSD::CanDebugProcess() { in CanDebugProcess() function in PlatformNetBSD
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.cpp193 bool PlatformLinux::CanDebugProcess() { in CanDebugProcess() function in PlatformLinux
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.cpp556 bool PlatformWindows::CanDebugProcess() { return true; } in CanDebugProcess() function in PlatformWindows
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DPlatform.h340 virtual bool CanDebugProcess() { return true; } in CanDebugProcess() function