Searched refs:KillSpawnedProcess (Results 1 – 8 of 8) sorted by relevance
100 bool PlatformAndroidRemoteGDBServer::KillSpawnedProcess(lldb::pid_t pid) { in KillSpawnedProcess() function in PlatformAndroidRemoteGDBServer102 return m_gdb_client.KillSpawnedProcess(pid); in KillSpawnedProcess()
48 bool KillSpawnedProcess(lldb::pid_t pid) override;
469 if (!KillSpawnedProcess(pid)) in KillProcess()514 KillSpawnedProcess(debugserver_pid); in DebugProcess()556 bool PlatformRemoteGDBServer::KillSpawnedProcess(lldb::pid_t pid) { in KillSpawnedProcess() function in PlatformRemoteGDBServer557 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);
334 if (KillSpawnedProcess(pid)) in Handle_qKillSpawnedProcess()340 bool GDBRemoteCommunicationServerPlatform::KillSpawnedProcess(lldb::pid_t pid) { in KillSpawnedProcess() function in GDBRemoteCommunicationServerPlatform
105 bool KillSpawnedProcess(lldb::pid_t pid);
2594 bool GDBRemoteCommunicationClient::KillSpawnedProcess(lldb::pid_t pid) { in KillSpawnedProcess() function in GDBRemoteCommunicationClient