Searched defs:KillProcess (Results 1 – 6 of 6) sorted by relevance
43 virtual Status KillProcess(lldb::pid_t pid) { in KillProcess() function
104 Status ScriptedPlatformPythonInterface::KillProcess(lldb::pid_t pid) { in KillProcess() function in ScriptedPlatformPythonInterface
384 Status RemoteAwarePlatform::KillProcess(const lldb::pid_t pid) { in KillProcess() function in RemoteAwarePlatform
1050 Status Platform::KillProcess(const lldb::pid_t pid) { in KillProcess() function in Platform
400 Status PlatformRemoteGDBServer::KillProcess(const lldb::pid_t pid) { in KillProcess() function in PlatformRemoteGDBServer
4275 llvm::Expected<int> GDBRemoteCommunicationClient::KillProcess(lldb::pid_t pid) { in KillProcess() function in GDBRemoteCommunicationClient