Searched refs:CanDebugProcess (Results 1 – 8 of 8) sorted by relevance
48 bool CanDebugProcess() override;
149 bool PlatformOpenBSD::CanDebugProcess() { in CanDebugProcess() function in PlatformOpenBSD
51 bool CanDebugProcess() override;
180 bool PlatformNetBSD::CanDebugProcess() { in CanDebugProcess() function in PlatformNetBSD
49 bool CanDebugProcess() override;
159 bool PlatformFreeBSD::CanDebugProcess() { in CanDebugProcess() function in PlatformFreeBSD
371 virtual bool CanDebugProcess() { return true; } in CanDebugProcess() function
3274 platform_sp->CanDebugProcess() && !launch_info.IsScriptedProcess()) { in Launch()3453 platform_sp->CanDebugProcess() && !attach_info.IsScriptedProcess()) { in Attach()