Searched refs:KillProcess (Results 1 – 7 of 7) sorted by relevance
433 Status RemoteAwarePlatform::KillProcess(const lldb::pid_t pid) { in KillProcess() function in RemoteAwarePlatform435 return Platform::KillProcess(pid); in KillProcess()437 return m_remote_platform_sp->KillProcess(pid); in KillProcess()
1065 Status Platform::KillProcess(const lldb::pid_t pid) { in KillProcess() function in Platform
98 Status KillProcess(const lldb::pid_t pid) override;
347 virtual Status KillProcess(const lldb::pid_t pid);
64 Status KillProcess(const lldb::pid_t pid) override;
472 Status PlatformRemoteGDBServer::KillProcess(const lldb::pid_t pid) { in KillProcess() function in PlatformRemoteGDBServer
620 return platform_sp->KillProcess(pid); in Kill()