Searched refs:KillProcess (Results 1 – 7 of 7) sorted by relevance
68 Status KillProcess(const lldb::pid_t pid) override;
465 Status PlatformRemoteGDBServer::KillProcess(const lldb::pid_t pid) { in KillProcess() function in PlatformRemoteGDBServer
132 lldb_private::Status KillProcess(const lldb::pid_t pid) override;
795 lldb_private::Status PlatformPOSIX::KillProcess(const lldb::pid_t pid) { in KillProcess() function in PlatformPOSIX797 return Platform::KillProcess(pid); in KillProcess()800 return m_remote_platform_sp->KillProcess(pid); in KillProcess()
428 return platform_sp->KillProcess(pid); in Kill()
377 virtual Status KillProcess(const lldb::pid_t pid);
1102 Status Platform::KillProcess(const lldb::pid_t pid) { in KillProcess() function in Platform