reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp
  267     if (m_spawned_pids.find(pid) == m_spawned_pids.end())
  272   Host::Kill(pid, SIGTERM);
  278       if (m_spawned_pids.find(pid) == m_spawned_pids.end()) {
  288     if (m_spawned_pids.find(pid) == m_spawned_pids.end())
  294   Host::Kill(pid, SIGKILL);
  299       if (m_spawned_pids.find(pid) == m_spawned_pids.end()) {
  310     if (m_spawned_pids.find(pid) == m_spawned_pids.end())