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

References

tools/lldb/source/API/SBAttachInfo.cpp
  203   return m_opaque_sp->GetEffectiveGroupID();
tools/lldb/source/API/SBProcessInfo.cpp
  147     group_id = m_opaque_up->GetEffectiveGroupID();
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
 2199                       match_info.GetProcessInfo().GetEffectiveGroupID());
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
 1186       proc_info.GetEffectiveUserID(), proc_info.GetEffectiveGroupID());
 1216                   proc_info.GetEffectiveGroupID());
tools/lldb/source/Utility/ProcessInfo.cpp
  157     s.Format("   egid = {0,-5} ({1})\n", GetEffectiveGroupID(),
  158              resolver.GetGroupName(GetEffectiveGroupID()).getValueOr(""));
  218             &ProcessInstanceInfo::GetEffectiveGroupID,
  287       m_match_info.GetEffectiveGroupID() != proc_info.GetEffectiveGroupID())
  287       m_match_info.GetEffectiveGroupID() != proc_info.GetEffectiveGroupID())
tools/lldb/unittests/Host/linux/HostTest.cpp
   47   EXPECT_EQ(getegid(), Info.GetEffectiveGroupID());