Searched refs:KillSpawnedProcess (Results 1 – 8 of 8) sorted by relevance
401 if (!KillSpawnedProcess(pid)) in KillProcess()435 KillSpawnedProcess(debugserver_pid); in DebugProcess()478 bool PlatformRemoteGDBServer::KillSpawnedProcess(lldb::pid_t pid) { in KillSpawnedProcess() function in PlatformRemoteGDBServer480 return m_gdb_client_up->KillSpawnedProcess(pid); in KillSpawnedProcess()522 KillSpawnedProcess(debugserver_pid); in Attach()
175 virtual bool KillSpawnedProcess(lldb::pid_t pid);
107 bool PlatformAndroidRemoteGDBServer::KillSpawnedProcess(lldb::pid_t pid) { in KillSpawnedProcess() function in PlatformAndroidRemoteGDBServer110 return m_gdb_client_up->KillSpawnedProcess(pid); in KillSpawnedProcess()
48 bool KillSpawnedProcess(lldb::pid_t pid) override;
132 bool KillSpawnedProcess(lldb::pid_t pid);
328 if (KillSpawnedProcess(pid)) in Handle_qKillSpawnedProcess()334 bool GDBRemoteCommunicationServerPlatform::KillSpawnedProcess(lldb::pid_t pid) { in KillSpawnedProcess() function in GDBRemoteCommunicationServerPlatform
89 bool KillSpawnedProcess(lldb::pid_t pid);
2678 bool GDBRemoteCommunicationClient::KillSpawnedProcess(lldb::pid_t pid) { in KillSpawnedProcess() function in GDBRemoteCommunicationClient