Searched refs:KillSpawnedProcess (Results 1 – 6 of 6) sorted by relevance
400 if (!KillSpawnedProcess(pid)) in KillProcess()436 KillSpawnedProcess(debugserver_pid); in DebugProcess()479 bool PlatformRemoteGDBServer::KillSpawnedProcess(lldb::pid_t pid) { in KillSpawnedProcess() function in PlatformRemoteGDBServer481 return m_gdb_client_up->KillSpawnedProcess(pid); in KillSpawnedProcess()524 KillSpawnedProcess(debugserver_pid); in Attach()
178 virtual bool KillSpawnedProcess(lldb::pid_t pid);
71 bool KillSpawnedProcess(lldb::pid_t pid);
241 if (KillSpawnedProcess(pid)) in Handle_qKillSpawnedProcess()259 bool GDBRemoteCommunicationServerPlatform::KillSpawnedProcess(lldb::pid_t pid) { in KillSpawnedProcess() function in GDBRemoteCommunicationServerPlatform
90 bool KillSpawnedProcess(lldb::pid_t pid);
2723 bool GDBRemoteCommunicationClient::KillSpawnedProcess(lldb::pid_t pid) { in KillSpawnedProcess() function in GDBRemoteCommunicationClient