Searched refs:KillSpawnedProcess (Results 1 – 6 of 6) sorted by relevance
466 if (!KillSpawnedProcess(pid)) in KillProcess()511 KillSpawnedProcess(debugserver_pid); in DebugProcess()553 bool PlatformRemoteGDBServer::KillSpawnedProcess(lldb::pid_t pid) { in KillSpawnedProcess() function in PlatformRemoteGDBServer554 return m_gdb_client.KillSpawnedProcess(pid); in KillSpawnedProcess()597 KillSpawnedProcess(debugserver_pid); in Attach()
189 virtual bool KillSpawnedProcess(lldb::pid_t pid);
98 bool KillSpawnedProcess(lldb::pid_t pid);
265 if (KillSpawnedProcess(pid)) in Handle_qKillSpawnedProcess()271 bool GDBRemoteCommunicationServerPlatform::KillSpawnedProcess(lldb::pid_t pid) { in KillSpawnedProcess() function in GDBRemoteCommunicationServerPlatform
86 bool KillSpawnedProcess(lldb::pid_t pid);
2533 bool GDBRemoteCommunicationClient::KillSpawnedProcess(lldb::pid_t pid) { in KillSpawnedProcess() function in GDBRemoteCommunicationClient