Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp154 m_spawned_pids.insert(pid); in LaunchGDBServer()
258 if (m_spawned_pids.find(pid) == m_spawned_pids.end()) { in Handle_qKillSpawnedProcess()
275 if (m_spawned_pids.find(pid) == m_spawned_pids.end()) in KillSpawnedProcess()
286 if (m_spawned_pids.find(pid) == m_spawned_pids.end()) { in KillSpawnedProcess()
297 if (m_spawned_pids.find(pid) == m_spawned_pids.end()) in KillSpawnedProcess()
308 if (m_spawned_pids.find(pid) == m_spawned_pids.end()) { in KillSpawnedProcess()
319 if (m_spawned_pids.find(pid) == m_spawned_pids.end()) in KillSpawnedProcess()
429 m_spawned_pids.erase(pid); in DebugserverProcessReaped()
464 m_spawned_pids.insert(pid); in LaunchProcess()
H A DGDBRemoteCommunicationServerPlatform.h71 std::set<lldb::pid_t> m_spawned_pids; variable