Home
last modified time | relevance | path

Searched refs:m_spawned_pids (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServerPlatform.cpp215 m_spawned_pids.insert(pid); in LaunchGDBServer()
321 if (m_spawned_pids.find(pid) == m_spawned_pids.end()) { in Handle_qKillSpawnedProcess()
338 if (m_spawned_pids.find(pid) == m_spawned_pids.end()) in KillSpawnedProcess()
349 if (m_spawned_pids.find(pid) == m_spawned_pids.end()) { in KillSpawnedProcess()
359 if (m_spawned_pids.find(pid) == m_spawned_pids.end()) in KillSpawnedProcess()
370 if (m_spawned_pids.find(pid) == m_spawned_pids.end()) { in KillSpawnedProcess()
381 if (m_spawned_pids.find(pid) == m_spawned_pids.end()) in KillSpawnedProcess()
523 m_spawned_pids.erase(pid); in DebugserverProcessReaped()
555 m_spawned_pids.insert(pid); in LaunchProcess()
DGDBRemoteCommunicationServerPlatform.h103 std::set<lldb::pid_t> m_spawned_pids; variable