Searched defs:KillProcess (Results 1 – 8 of 8) sorted by relevance
43 virtual Status KillProcess(lldb::pid_t pid) { in KillProcess() function
94 Status ScriptedPlatformPythonInterface::KillProcess(lldb::pid_t pid) { in KillProcess() function in ScriptedPlatformPythonInterface
271 Status RemoteAwarePlatform::KillProcess(const lldb::pid_t pid) { in KillProcess() function in RemoteAwarePlatform
989 Status Platform::KillProcess(const lldb::pid_t pid) { in KillProcess() function in Platform
399 Status PlatformRemoteGDBServer::KillProcess(const lldb::pid_t pid) { in KillProcess() function in PlatformRemoteGDBServer
4357 llvm::Expected<int> GDBRemoteCommunicationClient::KillProcess(lldb::pid_t pid) { in KillProcess() function in GDBRemoteCommunicationClient