Searched refs:CanDebugProcess (Results 1 – 12 of 12) sorted by relevance
48 bool CanDebugProcess() override;
151 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
193 bool PlatformLinux::CanDebugProcess() { in CanDebugProcess() function in PlatformLinux
73 bool CanDebugProcess() override;
556 bool PlatformWindows::CanDebugProcess() { return true; } in CanDebugProcess() function in PlatformWindows
340 virtual bool CanDebugProcess() { return true; } in CanDebugProcess() function
3161 platform_sp->CanDebugProcess() && !launch_info.IsScriptedProcess()) { in Launch()3339 platform_sp->CanDebugProcess()) { in Attach()