Searched refs:CanDebugProcess (Results 1 – 12 of 12) sorted by relevance
48 bool CanDebugProcess() override;
149 bool PlatformOpenBSD::CanDebugProcess() { in CanDebugProcess() function in PlatformOpenBSD
49 bool CanDebugProcess() override;
159 bool PlatformFreeBSD::CanDebugProcess() { in CanDebugProcess() function in PlatformFreeBSD
51 bool CanDebugProcess() override;
180 bool PlatformNetBSD::CanDebugProcess() { in CanDebugProcess() function in PlatformNetBSD
193 bool PlatformLinux::CanDebugProcess() { in CanDebugProcess() function in PlatformLinux
73 bool CanDebugProcess() override;
553 bool PlatformWindows::CanDebugProcess() { return true; } in CanDebugProcess() function in PlatformWindows
339 virtual bool CanDebugProcess() { return true; } in CanDebugProcess() function
3065 platform_sp->CanDebugProcess() && !launch_info.IsScriptedProcess()) { in Launch()3243 platform_sp->CanDebugProcess()) { in Attach()