Searched refs:KillSpawnedProcess (Results 1 – 6 of 6) sorted by relevance
473 if (!KillSpawnedProcess(pid)) in KillProcess()516 KillSpawnedProcess(debugserver_pid); in DebugProcess()558 bool PlatformRemoteGDBServer::KillSpawnedProcess(lldb::pid_t pid) { in KillSpawnedProcess() function in PlatformRemoteGDBServer559 return m_gdb_client.KillSpawnedProcess(pid); in KillSpawnedProcess()601 KillSpawnedProcess(debugserver_pid); in Attach()
181 virtual bool KillSpawnedProcess(lldb::pid_t pid);
132 bool KillSpawnedProcess(lldb::pid_t pid);
335 if (KillSpawnedProcess(pid)) in Handle_qKillSpawnedProcess()341 bool GDBRemoteCommunicationServerPlatform::KillSpawnedProcess(lldb::pid_t pid) { in KillSpawnedProcess() function in GDBRemoteCommunicationServerPlatform
111 bool KillSpawnedProcess(lldb::pid_t pid);
2639 bool GDBRemoteCommunicationClient::KillSpawnedProcess(lldb::pid_t pid) { in KillSpawnedProcess() function in GDBRemoteCommunicationClient