Searched refs:CanDebugProcess (Results 1 – 8 of 8) 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
358 virtual bool CanDebugProcess() { return true; } in CanDebugProcess() function
3262 platform_sp->CanDebugProcess() && !launch_info.IsScriptedProcess()) { in Launch()3441 platform_sp->CanDebugProcess() && !attach_info.IsScriptedProcess()) { in Attach()