Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp217 m_spawned_pids.insert(pid); in LaunchGDBServer()
323 if (m_spawned_pids.find(pid) == m_spawned_pids.end()) { in Handle_qKillSpawnedProcess()
340 if (m_spawned_pids.find(pid) == m_spawned_pids.end()) in KillSpawnedProcess()
351 if (m_spawned_pids.find(pid) == m_spawned_pids.end()) { in KillSpawnedProcess()
361 if (m_spawned_pids.find(pid) == m_spawned_pids.end()) in KillSpawnedProcess()
372 if (m_spawned_pids.find(pid) == m_spawned_pids.end()) { in KillSpawnedProcess()
383 if (m_spawned_pids.find(pid) == m_spawned_pids.end()) in KillSpawnedProcess()
525 m_spawned_pids.erase(pid); in DebugserverProcessReaped()
557 m_spawned_pids.insert(pid); in LaunchProcess()
H A DGDBRemoteCommunicationServerPlatform.h103 std::set<lldb::pid_t> m_spawned_pids; variable