Searched refs:m_spawned_pids (Results 1 – 2 of 2) sorted by relevance
222 m_spawned_pids.insert(pid); in LaunchGDBServer()328 if (m_spawned_pids.find(pid) == m_spawned_pids.end()) { in Handle_qKillSpawnedProcess()345 if (m_spawned_pids.find(pid) == m_spawned_pids.end()) in KillSpawnedProcess()356 if (m_spawned_pids.find(pid) == m_spawned_pids.end()) { in KillSpawnedProcess()366 if (m_spawned_pids.find(pid) == m_spawned_pids.end()) in KillSpawnedProcess()377 if (m_spawned_pids.find(pid) == m_spawned_pids.end()) { in KillSpawnedProcess()388 if (m_spawned_pids.find(pid) == m_spawned_pids.end()) in KillSpawnedProcess()530 m_spawned_pids.erase(pid); in DebugserverProcessReaped()565 m_spawned_pids.insert(pid); in LaunchProcess()
103 std::set<lldb::pid_t> m_spawned_pids; variable