Searched defs:CanDebugProcess (Results 1 – 6 of 6) sorted by relevance
194 bool PlatformOpenBSD::CanDebugProcess() { in CanDebugProcess() function in PlatformOpenBSD
223 bool PlatformNetBSD::CanDebugProcess() { in CanDebugProcess() function in PlatformNetBSD
254 bool PlatformLinux::CanDebugProcess() { in CanDebugProcess() function in PlatformLinux
250 bool PlatformFreeBSD::CanDebugProcess() { in CanDebugProcess() function in PlatformFreeBSD
307 bool PlatformWindows::CanDebugProcess() { return true; } in CanDebugProcess() function in PlatformWindows
359 virtual bool CanDebugProcess() { return true; } in CanDebugProcess() function