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

References

tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
  350         match_info.GetProcessInfo().GetExecutableFile().SetFile(
  360         match_info.SetNameMatchType(name_match);
  367         match_info.GetProcessInfo().SetProcessID(pid);
  372         match_info.GetProcessInfo().SetParentProcessID(pid);
  377         match_info.GetProcessInfo().SetUserID(uid);
  382         match_info.GetProcessInfo().SetGroupID(gid);
  387         match_info.GetProcessInfo().SetEffectiveUserID(uid);
  392         match_info.GetProcessInfo().SetEffectiveGroupID(gid);
  394         match_info.SetMatchAllUsers(
  397         match_info.GetProcessInfo().GetArchitecture() =
  408   if (Host::FindProcesses(match_info, m_proc_infos)) {