Searched refs:KillProcess (Results 1 – 10 of 10) sorted by relevance
383 Status RemoteAwarePlatform::KillProcess(const lldb::pid_t pid) { in KillProcess() function in RemoteAwarePlatform385 return m_remote_platform_sp->KillProcess(pid); in KillProcess()386 return Platform::KillProcess(pid); in KillProcess()
1047 Status Platform::KillProcess(const lldb::pid_t pid) { in KillProcess() function in Platform
98 Status KillProcess(const lldb::pid_t pid) override;
326 virtual Status KillProcess(const lldb::pid_t pid);
57 Status KillProcess(const lldb::pid_t pid) override;
406 Status PlatformRemoteGDBServer::KillProcess(const lldb::pid_t pid) { in KillProcess() function in PlatformRemoteGDBServer
524 llvm::Expected<int> KillProcess(lldb::pid_t pid);
4269 llvm::Expected<int> GDBRemoteCommunicationClient::KillProcess(lldb::pid_t pid) { in KillProcess() function in GDBRemoteCommunicationClient
2406 llvm::Expected<int> kill_res = m_gdb_comm.KillProcess(GetID()); in DoDestroy()
578 return platform_sp->KillProcess(pid); in Kill()