Searched defs:CanDebugProcess (Results 1 – 6 of 6) sorted by relevance
151 bool PlatformOpenBSD::CanDebugProcess() { in CanDebugProcess() function in PlatformOpenBSD
159 bool PlatformFreeBSD::CanDebugProcess() { in CanDebugProcess() function in PlatformFreeBSD
180 bool PlatformNetBSD::CanDebugProcess() { in CanDebugProcess() function in PlatformNetBSD
193 bool PlatformLinux::CanDebugProcess() { in CanDebugProcess() function in PlatformLinux
556 bool PlatformWindows::CanDebugProcess() { return true; } in CanDebugProcess() function in PlatformWindows
340 virtual bool CanDebugProcess() { return true; } in CanDebugProcess() function