Searched refs:KillSpawnedProcess (Results 1 – 8 of 8) sorted by relevance
101 bool PlatformAndroidRemoteGDBServer::KillSpawnedProcess(lldb::pid_t pid) { in KillSpawnedProcess() function in PlatformAndroidRemoteGDBServer104 return m_gdb_client_up->KillSpawnedProcess(pid); in KillSpawnedProcess()
48 bool KillSpawnedProcess(lldb::pid_t pid) override;
407 if (!KillSpawnedProcess(pid)) in KillProcess()441 KillSpawnedProcess(debugserver_pid); in DebugProcess()484 bool PlatformRemoteGDBServer::KillSpawnedProcess(lldb::pid_t pid) { in KillSpawnedProcess() function in PlatformRemoteGDBServer486 return m_gdb_client_up->KillSpawnedProcess(pid); in KillSpawnedProcess()528 KillSpawnedProcess(debugserver_pid); in Attach()
174 virtual bool KillSpawnedProcess(lldb::pid_t pid);
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
90 bool KillSpawnedProcess(lldb::pid_t pid);
2670 bool GDBRemoteCommunicationClient::KillSpawnedProcess(lldb::pid_t pid) { in KillSpawnedProcess() function in GDBRemoteCommunicationClient